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
With exclude-use-default: false set in .golangci.yml following findings were found for this rule:
cmd/telegraf/telegraf.go:337:13 gosec G302: Expect file permissions to be 0600 or less
logger/logger_test.go:96:15 gosec G302: Expect file permissions to be 0600 or less
Currently they are excluded by default by:
# EXC0009 gosec: Too many issues in popular repos
- (Expect directory permissions to be 0750 or less|Expect file permissions to be 0600 or less)
Use Case
This issue starts discussion about enabling:
Rule is mapped to CWE-276: Incorrect Default Permissions.
Expected behavior
Decision if rule should be enabled or not.
Actual behavior
For this rule no findings were found in current code.
Additional info
For this rule additional configuration can be provided:
The text was updated successfully, but these errors were encountered: