This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 6bbadc8180d627200495d9bdcd700275785deb09 Author: Sean B. Palmer <[email protected]> AuthorDate: Wed Mar 25 14:20:56 2026 +0000 Ignore CVE-2026-4539 until a fix is available --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7d7ac21..fa6e0ab4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -105,6 +105,9 @@ repos: - 'pip-audit.requirements' - '--disable-pip' - '--no-deps' + # TODO: Remove when #940 is complete + - '--ignore-vuln' + - 'CVE-2026-4539' - repo: https://github.com/oxc-project/mirrors-oxlint rev: v1.56.0 hooks: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
