Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bypass-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ body:
attributes:
value: |
⚠️ **Stop if this is weaponizable.** A working, reproducible bypass that
students could copy is a security vulnerability — **report it privately**
via the repo's **Security → Report a vulnerability** tab, not here. See
[SECURITY.md](../blob/main/SECURITY.md).
students could copy is a security vulnerability — **report it privately**:
[open a security advisory](https://github.com/Babyhamsta/Fenceline/security/advisories/new),
not a public issue. See
[SECURITY.md](https://github.com/Babyhamsta/Fenceline/blob/main/SECURITY.md).

Use this public form only for a bypass *class* or behaviour you can
describe without handing out a working recipe (e.g. "proxies using
Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on the current version before reporting.
**Report privately. Do not open a public issue for a working bypass or any
weaponizable finding.**

Use GitHub's **private vulnerability reporting**: the repo's **Security** tab →
**Report a vulnerability**. Include:
Use GitHub's **private vulnerability reporting**:
**[Report a vulnerability](https://github.com/Babyhamsta/Fenceline/security/advisories/new)**
(or the repo's **Security** tab → **Report a vulnerability**). Include:

- what you did (steps to reproduce), the URL/technique, and the version,
- what you expected vs. what happened (e.g. a blocked category loaded),
Expand Down