SECURITY.md 1.2 KB

Security Policy

Reporting a Vulnerability

Draft a new security advisory online, or report security issues to alexandre@alapetite.fr (PGP public key if relevant).

AI-assisted security scanning

Include:

  • Which AI tool was used
  • Whether you are yourself a user of FreshRSS

Recommendations:

  • Check for duplicates in existing public PRs, issues, discussions, documentation
  • Consider submitting a public PR if the vulnerability was mostly found by a public AI

Inspiration from https://lkml.org/lkml/2026/5/17/896:

AI detected bugs are pretty much by definition not secret, and treating them on some private list is a waste of time for everybody involved - and only makes that duplication worse because the reporters can't even see each other's reports.

Contributing security fixes

If you decide to contribute a patch for a vulnerability yourself, please open a public PR rather than using a private fork.

This makes it easier for other reporters to check whether an issue is already known and also simplifies review and merging, as some GitHub features, such as CI workflows, may not work correctly in private forks.