mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-12 11:38:47 +00:00
1aed591c2f
* bump django * add comment regarding GHSA-5h8x-9c6f-2j8m --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
15 lines
522 B
TOML
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"
|