13 lines
749 B
TOML
13 lines
749 B
TOML
|
|
# OSV-Scanner suppression for this Maven manifest. OSV-Scanner looks for an
|
||
|
|
# osv-scanner.toml next to each manifest it scans, and the repo-root config does
|
||
|
|
# not cover Maven sub-directory scans — so the jackson finding is suppressed
|
||
|
|
# here as well. See the root osv-scanner.toml and the SECURITY.md VEX section.
|
||
|
|
#
|
||
|
|
# tools.jackson.core:jackson-core 3.x is NOT a dependency of this project. This
|
||
|
|
# example resolves only com.fasterxml.jackson.core:jackson-databind 2.17.1 (and
|
||
|
|
# its 2.x jackson-core); tools.jackson 3.x appears nowhere. OSV-Scanner's own
|
||
|
|
# resolver flags it as a false positive.
|
||
|
|
[[IgnoredVulns]]
|
||
|
|
id = "GHSA-72hv-8253-57qq"
|
||
|
|
reason = "tools.jackson.core:jackson-core 3.x is not a dependency; only jackson 2.x resolves. Not affected."
|