Skip to content

Commit

Permalink
fix: markdown in SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrith committed Mar 16, 2024
1 parent 57fae39 commit ffb09a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/.github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

If you believe you have found a security vulnerability in our products, you can report it to us in one of ways:
{{#reporting}}
- Report it to this repository directly using [private vulnerability reporting][{{reportingUrl}}]. Such reports are not eligible for a bounty reward.
- Report it to this repository directly using [private vulnerability reporting]({{reportingUrl}}). Such reports are not eligible for a bounty reward.
{{/reporting}}
{{#bounty}}
- Submit the report through [our bounty platform][{{bountyUrl}}] to be eligible for a bounty reward.
- Submit the report through [our bounty platform]({{bountyUrl}}) to be eligible for a bounty reward.
{{/bounty}}

**Please do not report security vulnerabilities through public issues, discussions, or pull requests.**
Expand Down

0 comments on commit ffb09a0

Please sign in to comment.