A security check that gets called after GraphQl resolvers is always replaced by another one as there's no break in this clause: https://github.com/api-platform/core/pull/6444/files#diff-09e3c2cfe12a2ce65bd6c983c7ca6bfcf783f852b8d0554bb938e8ebf5e5fa65R56
Create a graphql endpoint with a security after resolver.
As this fallsback to security, the impact is there only when there's only a security after resolver and none inside security. The test at https://github.com/api-platform/core/pull/6444 is probably broken.
{
"cwe_ids": [
"CWE-20",
"CWE-484"
],
"github_reviewed": true,
"github_reviewed_at": "2025-03-24T16:31:08Z",
"nvd_published_at": "2025-03-24T16:15:56Z",
"severity": "MODERATE"
}