Skip to content

Commit 1e94498

Browse files
committed
chore: Remove trailing whitespaces
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 20b2af5 commit 1e94498

9 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/dispatch-workflow-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if [ -f "$workflow" ]; then
7070
filename=$(basename "$workflow")
7171
target_file="./target/.github/workflows/$filename"
72-
72+
7373
# Only copy if the file exists in the target repository
7474
if [ -f "$target_file" ]; then
7575
echo "Updating existing workflow: $filename"

SECURITY.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
33
SPDX-License-Identifier: MIT
44
-->
55

6-
# Security Policy
6+
# Security Policy
77

88
## 💡 TLDR: Report security issues at [hackerone.com/nextcloud](https://hackerone.com/nextcloud)
99

1010
### Found a security bug in Nextcloud? Let's get it fixed!
1111

12-
If you believe you have found an issue that meets our
13-
[definition of a security vulnerability](https://nextcloud.com/security/threat-model),
12+
If you believe you have found an issue that meets our
13+
[definition of a security vulnerability](https://nextcloud.com/security/threat-model),
1414
we encourage you to let us know right away. Please use the reporting process described below.
1515

1616
| If you are a... | See section... |
@@ -36,8 +36,8 @@ Your report should include:
3636

3737
If you require encrypted communication, please request it in your initial message.
3838

39-
> **Note:** This process is for confidential reporting of software vulnerabilities only.
40-
> For general support or configuration help, see
39+
> **Note:** This process is for confidential reporting of software vulnerabilities only.
40+
> For general support or configuration help, see
4141
> [Nextcloud Support](https://nextcloud.com/support/).
4242
4343
## What to Expect After Reporting
@@ -50,42 +50,42 @@ A member of our security team will:
5050
- Follow up with any questions
5151
- Coordinate the fix and public disclosure
5252

53-
We apply, test, and release fixes for all relevant, supported stable branches in the next
54-
security update. Vulnerabilities are publicly announced after the fix is released. As a thank
53+
We apply, test, and release fixes for all relevant, supported stable branches in the next
54+
security update. Vulnerabilities are publicly announced after the fix is released. As a thank
5555
you, we will add your name to our [Hall of Fame](https://hackerone.com/nextcloud/thanks).
5656

57-
If your report concerns an app not maintained by Nextcloud (e.g., community-maintained apps
58-
hosted by Nextcloud or hosted elsewhere), our security team will coordinate with the current
57+
If your report concerns an app not maintained by Nextcloud (e.g., community-maintained apps
58+
hosted by Nextcloud or hosted elsewhere), our security team will coordinate with the current
5959
maintainer to help resolve the issue in a similar fashion.
6060

6161
## Bug Bounties
6262

63-
If you are interested in a bug bounty, please note that complete, detailed reports can
64-
contribute to higher bounty awards. Details on past bounties are available at
63+
If you are interested in a bug bounty, please note that complete, detailed reports can
64+
contribute to higher bounty awards. Details on past bounties are available at
6565
[HackerOne](https://hackerone.com/nextcloud).
6666

6767
## Security Advisories
6868

69-
Published advisories for Nextcloud Server, Clients, and Apps are available at the
70-
[Nextcloud Security Advisories](https://github.com/nextcloud/security-advisories/security/advisories)
69+
Published advisories for Nextcloud Server, Clients, and Apps are available at the
70+
[Nextcloud Security Advisories](https://github.com/nextcloud/security-advisories/security/advisories)
7171
page.
7272

7373
## Supported Versions
7474

75-
Each major release of Nextcloud Server receives security updates for one year from its
76-
initial release date. The Nextcloud project typically supports at least the two most recent
75+
Each major release of Nextcloud Server receives security updates for one year from its
76+
initial release date. The Nextcloud project typically supports at least the two most recent
7777
major releases.
7878

7979
To stay protected:
8080
- Ensure your Nextcloud Server is always running a supported major release
81-
- Promptly apply all maintenance releases (these include critical security and functionality
81+
- Promptly apply all maintenance releases (these include critical security and functionality
8282
bug fixes)
83-
- Monitor the end-of-life (EOL) date for your major release (after this date, no further
84-
maintenance releases will be published. Upgrading to a newer major release is strongly
83+
- Monitor the end-of-life (EOL) date for your major release (after this date, no further
84+
maintenance releases will be published. Upgrading to a newer major release is strongly
8585
recommended.)
8686

87-
See the
88-
[Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule)
87+
See the
88+
[Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule)
8989
for details.
9090

9191
---

workflow-templates/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
139139
with:
140140
working-directory: apps/${{ env.APP_NAME }}
141-
141+
142142
- name: Set up Nextcloud
143143
env:
144144
DB_PORT: 4444

workflow-templates/phpunit-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
146146
with:
147147
working-directory: apps/${{ env.APP_NAME }}
148-
148+
149149
- name: Set up Nextcloud
150150
env:
151151
DB_PORT: 1521

workflow-templates/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
137137
with:
138138
working-directory: apps/${{ env.APP_NAME }}
139-
139+
140140
- name: Set up Nextcloud
141141
env:
142142
DB_PORT: 4444

workflow-templates/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
126126
with:
127127
working-directory: apps/${{ env.APP_NAME }}
128-
128+
129129
- name: Set up Nextcloud
130130
env:
131131
DB_PORT: 4444

workflow-templates/psalm-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install composer dependencies
7171
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
72-
72+
7373
- name: Install nextcloud/ocp:${{ matrix.ocp-version }}
7474
env:
7575
OCP_VERSION: ${{ matrix.ocp-version }}

workflow-templates/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Install composer dependencies
5555
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
56-
56+
5757
- name: Install nextcloud/ocp:dev-${{ steps.versions.outputs.branches-max }}
5858
run: composer require --dev nextcloud/ocp:dev-${{ steps.versions.outputs.branches-max }} --ignore-platform-reqs --with-dependencies
5959

workflow-templates/rector-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Install composer dependencies
5353
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
54-
54+
5555
- name: Rector
5656
run: composer run rector
5757

0 commit comments

Comments
 (0)