Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 14, 2023
1 parent 1e0c1a4 commit a11b987
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Automated dependency updates
- color: e3f49c
name: dependencies
description: Pull requests that update a dependency file.
description: Third-party library dependencies.
# Hacktoberfest
- color: 7057ff
name: hacktoberfest
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@ on:
- .github/workflows/label-sync.yml

permissions:
contents: read
issues: write

jobs:
build:
name: Sync labels
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
- uses: srealmoreno/label-sync-action@v1
with:
manifest: .github/labels.yml
clean-labels: true
12 changes: 7 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ SPDX-License-Identifier: CC0-1.0
This file is maintained in https://github.com/WeblateOrg/meta/
-->

# Weblate Security
# Weblate security

We take security very seriously at Weblate. We welcome any peer review of our
100% open source code to ensure nobody's Weblate is ever compromised or hacked.
The Weblate team takes security and related transparency very seriously.
We welcome any peer review of our 100% open-source code to ensure nobody's Weblate
is ever compromised or hacked.

You can find more information on reporting security issues in
[our documentation][1] and on [our page at HackerOne][2].
Information about practices for reporting and fixing security issues is described
in [our documentation][1] and on [our page at HackerOne][2]. This ensures all
vulnerabilities are solved securely, quickly, and transparently.

[1]: https://docs.weblate.org/en/latest/contributing/issues.html#security
[2]: https://hackerone.com/weblate

0 comments on commit a11b987

Please sign in to comment.