We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3921e commit 3cc8751Copy full SHA for 3cc8751
src/Roave/SecurityAdvisories/AdvisorySources/GetAdvisoriesFromGithubApi.php
@@ -44,6 +44,7 @@ final class GetAdvisoriesFromGithubApi implements GetAdvisories
44
'GHSA-cg28-v4wq-whv5', // @see https://phpc.social/@wouterj/113588554019692959
45
// @see https://github.com/github/advisory-database/pull/5047, advisory is for the tarball version only
46
'GHSA-j5g2-q29x-cw3h',
47
+ 'GHSA-f626-677r-j5vq', // @see https://github.com/nette/database/issues/314
48
];
49
private const GRAPHQL_QUERY = 'query {
50
securityVulnerabilities(ecosystem: COMPOSER, first: 100 %s) {
0 commit comments