I really like the idea of sharing security audit reports: it's both useful to 1) learn common mistakes to avoid and 2) assess the security practices of projects.
I work on the ossf's scorecard project, and we could surface this information in a new scorecard's check Manual Security Audit.
For this, we need an API and unique naming for projects and reports.
The documentation is unclear about naming For example, a security review of Django could be placed in the pypi/django path, and a review of Zlib could be placed in the github/madler/zlib path.
GitHub is great for storing data, but not so much for indexing it. There are also API quotas for using APIs which are restricting. (scorecard is struggling to scale because of this).
Is there an ossf meeting for this project to discuss it?
I really like the idea of sharing security audit reports: it's both useful to 1) learn common mistakes to avoid and 2) assess the security practices of projects.
I work on the ossf's scorecard project, and we could surface this information in a new scorecard's check
Manual Security Audit.For this, we need an API and unique naming for projects and reports.
The documentation is unclear about naming
For example, a security review of Django could be placed in the pypi/django path, and a review of Zlib could be placed in the github/madler/zlib path.GitHub is great for storing data, but not so much for indexing it. There are also API quotas for using APIs which are restricting. (scorecard is struggling to scale because of this).
Is there an ossf meeting for this project to discuss it?