You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Go program uses a module from Linkedin (eg https://github.com/linkedin/goavro ) the name will be mentioned in go.sum file followed by a hash on the same line, eg:
Description: "When use LinkedIn Client ID is recommended use vault or environment variable encrypted for the best security. For more information checkout the CWE-312 (https://cwe.mitre.org/data/definitions/312.html) advisory.",
When a Go program uses a module from Linkedin (eg https://github.com/linkedin/goavro ) the name will be mentioned in
go.sum
file followed by a hash on the same line, eg:...which triggers a false positive via regexp in:
horusec/internal/services/engines/leaks/rules.go
Lines 171 to 187 in 873d410
This likely affects other LEAKS rulesc with loose regexp and companies publishing opensource libraries.
The text was updated successfully, but these errors were encountered: