2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-12 11:38:47 +00:00
Files
InvenTree/src/backend/osv-scanner.toml
T
Matthias Mair 1aed591c2f chore(backend): bump django (#11907)
* bump django

* add  comment regarding GHSA-5h8x-9c6f-2j8m

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2026-05-10 08:39:00 +10:00

15 lines
522 B
TOML

[[IgnoredVulns]]
# botocore < 2.5.0 - see https://github.com/boto/botocore/issues/3499
id = "GHSA-48p4-8xcf-vxj5"
reason = "Effected codepath is not used in the project"
[[IgnoredVulns]]
# botocore < 2.5.0 - see https://github.com/boto/botocore/issues/3499
id = "GHSA-pq67-6m6q-mj2v"
reason = "Effected codepath is not used in the project"
[[IgnoredVulns]]
# paramiko supports SHA1 signatures - this is outside of scope for this project
id = "GHSA-5h8x-9c6f-2j8m"
reason = "Effected codepath is not used in the project"