mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add Justifications for Gosec Ignored (#10005)
* pin gosec * edit * go back to master * justifications * Update crypto/bls/blst/signature.go * proper format * gosec
This commit is contained in:
@@ -50,7 +50,7 @@ func getAndSaveFile(specDocUrl, outFilePath string) error {
|
||||
}()
|
||||
|
||||
// Download spec doc.
|
||||
resp, err := http.Get(specDocUrl) /* #nosec G107 */
|
||||
resp, err := http.Get(specDocUrl) // #nosec G107 -- False positive
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user