File: gosec.in

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20240608.1d3280e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 984 kB
  • sloc: python: 59; xml: 13; sh: 7; javascript: 4; haskell: 3; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
/path/to/main.go:37:2: Deferring unsafe method "*os.File" on type "Close" (Rule:G307, Severity:MEDIUM, Confidence:HIGH)
/path/to/main.go:64:2: [CWE-703] Errors unhandled. (Rule:G104, Severity:LOW, Confidence:HIGH)
/path/to/main.go:39:2: [CWE-703] Errors unhandled. (Rule:G104, Severity:LOW, Confidence:HIGH)