forked from go-playground/webhooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Vulnerabilities Dashboard - Go #1
Copy link
Copy link
Open
Description
3 Potential vulnerability sources found in Go files within this repo
⚠️ CRITICAL |
🔴 HIGH |
🔵 MEDIUM |
⚪ LOW |
|---|---|---|---|
| 0 | 0 | 3 | 0 |
Nullify Code - Go 🔵 MEDIUM Severity CWE-676
Use of net/http serve function that has no support for setting timeouts
Use of net/http serve function that has no support for setting timeouts
Read more:
https://cwe.mitre.org/data/definitions/676.html
webhooks/_examples/single-handler/main.go
Line 38 in 69430a8
| http.ListenAndServe(":3000", nil) |
Nullify Code - Go 🔵 MEDIUM Severity CWE-676
Use of net/http serve function that has no support for setting timeouts
Use of net/http serve function that has no support for setting timeouts
Read more:
https://cwe.mitre.org/data/definitions/676.html
| http.ListenAndServe(":3000", nil) |
Nullify Code - Go 🔵 MEDIUM Severity CWE-327
Blocklisted import crypto/sha1: weak cryptographic primitive
Blocklisted import crypto/sha1: weak cryptographic primitive
Read more:
https://cwe.mitre.org/data/definitions/327.html
Line 5 in 69430a8
| "crypto/sha1" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels