Commit 943cd7a
committed
chore(security): add SECURITY.md for coordinated vulnerability disclosure
CrewAI currently has no SECURITY.md, which means GitHub does not show
the 'Report a vulnerability' shortcut on the repo's Security tab and
researchers have no documented private channel. For a 28k-star project
that ships into production agent stacks, having a documented disclosure
path is table stakes.
This adds a minimal, opinionated SECURITY.md that:
- Points reporters at GitHub's private vulnerability reporting
- Lists what makes a good report (component, version, repro, impact)
- Describes a standard coordinated-disclosure flow via GHSA
- Clarifies what is out of scope (user prompts, upstream LLM provider
outages, third-party tools)
Intentionally avoids hard response-time SLAs so maintainers can adjust
to capacity. No code paths, no public API, single new file.1 parent 2eb4e3a commit 943cd7a
1 file changed
Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments