mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
ci: supress govulncheck vulns
This commit is contained in:
@ -515,6 +515,7 @@ func (bridge *Bridge) remWatcher(watcher *watcher.Watcher[events.Event]) {
|
|||||||
|
|
||||||
func (bridge *Bridge) onStatusUp(_ context.Context) {
|
func (bridge *Bridge) onStatusUp(_ context.Context) {
|
||||||
logPkg.Info("Handling API status up")
|
logPkg.Info("Handling API status up")
|
||||||
|
|
||||||
bridge.goLoad()
|
bridge.goLoad()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,8 @@ 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-2024-2887 "BRIDGE-95 net/http vulnerability"
|
||||||
|
ignore GO-2024-2888 "BRIDGE-95 archive/zip vulnerability"
|
||||||
|
|
||||||
has_vulns
|
has_vulns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user