mirror of https://github.com/status-im/consul.git
security: triage false positive for go-jose/v3 (#20901)
Per https://osv.dev/vulnerability/GO-2024-2631 this vulnerability is not present in the version currently used (go-jose/v3@3.0.3).
This commit is contained in:
parent
d7f25631ce
commit
cc959dcdf4
|
@ -67,4 +67,15 @@ binary {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Triage items that are _safe_ to ignore here. Note that this list should be
|
||||||
|
# periodically cleaned up to remove items that are no longer found by the scanner.
|
||||||
|
triage {
|
||||||
|
suppress {
|
||||||
|
# N.b. `vulnerabilites` is the correct spelling for this tool.
|
||||||
|
vulnerabilites = [
|
||||||
|
"GO-2024-2631", # go-jose/v3@v3.0.3 (false positive)
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
11
scan.hcl
11
scan.hcl
|
@ -22,4 +22,15 @@ repository {
|
||||||
secrets {
|
secrets {
|
||||||
all = true
|
all = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Triage items that are _safe_ to ignore here. Note that this list should be
|
||||||
|
# periodically cleaned up to remove items that are no longer found by the scanner.
|
||||||
|
triage {
|
||||||
|
suppress {
|
||||||
|
# N.b. `vulnerabilites` is the correct spelling for this tool.
|
||||||
|
vulnerabilites = [
|
||||||
|
"GO-2024-2631", # go-jose/v3@v3.0.3 (false positive)
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue