mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
chore(BRIDGE-315): silence govulncheck vulns
This commit is contained in:
@ -28,6 +28,9 @@ main(){
|
|||||||
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
|
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
|
||||||
|
|
||||||
ignore GO-2023-2328 "GODT-3124 RESTY race condition"
|
ignore GO-2023-2328 "GODT-3124 RESTY race condition"
|
||||||
|
ignore GO-2025-3373 "BRIDGE-315 stdlib crypto/x509"
|
||||||
|
ignore GO-2025-3420 "BRIDGE-315 stdlib net/http"
|
||||||
|
|
||||||
has_vulns
|
has_vulns
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user