Skip to content

Commit

Permalink
Ignore bogus nette/database GHSA/CVE
Browse files Browse the repository at this point in the history
Ignore GHSA-f626-677r-j5vq which is, per nette/database#314, a documented and intended feature. The PoC repo and the article from the GHSA are now gone and the CVE itself (CVE-2024-55586) is disputed.
  • Loading branch information
spaze authored Dec 17, 2024
1 parent 6b3921e commit 3cc8751
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ final class GetAdvisoriesFromGithubApi implements GetAdvisories
'GHSA-cg28-v4wq-whv5', // @see https://phpc.social/@wouterj/113588554019692959
// @see https://github.com/github/advisory-database/pull/5047, advisory is for the tarball version only
'GHSA-j5g2-q29x-cw3h',
'GHSA-f626-677r-j5vq', // @see https://github.com/nette/database/issues/314
];
private const GRAPHQL_QUERY = 'query {
securityVulnerabilities(ecosystem: COMPOSER, first: 100 %s) {
Expand Down

0 comments on commit 3cc8751

Please sign in to comment.