- Issue created by @reszli
- @reszli opened merge request.
although 📌 Drupal Core Security Update for OS 12 Active applied the patches for the recent core security issues, running composer audit on such a project still complains about those vulnerabilities, breaking CI pipelines
run composer audit
you can inform composer about the applied patches for security issues using
config → audit → ignore
see: https://getcomposer.org/doc/06-config.md#ignore
"config": {
"audit": {
"ignore": {
"SA-CORE-2025-001": "The security fix was applied as a patch.",
"SA-CORE-2025-002": "The security fix was applied as a patch."
}
}
},
review the patch
Active
12.4
Other