Skip to content

Commit

Permalink
Merge pull request #90 from lazyguru/add-security-reporting-doc
Browse files Browse the repository at this point in the history
Add SECURITY.md to outline security issue reporting
  • Loading branch information
lazyguru authored May 29, 2024
2 parents 4a823b0 + c33efa1 commit ae7e69b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
run: go test -v ./...

- name: Coverage
uses: gwatts/go-coverage-action@v2.0.0
uses: lazyguru/go-coverage-action@9b496d245c69f85ab8cef4ce57d857cc727506ee
with:
# Fail the build if the coverage drops below supplied percentage
coverage-threshold: 0 # Change this as coverage improves
# Fail the build if coverage drops below coverage-threshold. One of "always", "never" or "only_pull_requests"
fail-coverage: only_pull_requests
# Adds a comment to the PR with coverage information if true. If false will only add an action summary report
add-comment: true
add-comment: false
# One or more regular expressions matching filenames to exclude from coverage statistics (e.g. for generated Go files)
#ignore-pattern:

Expand Down
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Reporting Security Issues

The Sublinks team and community take security bugs in Sublinks seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/sublinks/sublinks-federation/security/advisories/new) tab.

The Sublinks Core Owner team will send a response indicating the next steps in handling your report. After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.

Report security bugs in third-party libraries/modules to the person or team maintaining the library/module.

0 comments on commit ae7e69b

Please sign in to comment.