ceph-csi/internal/cephfs
Yug e73fe64a0d cleanup: address gosec warnings
gosec warns about security problems by scanning the
Go AST.

Issues Reported:
G101 (CWE-798): Potential hardcoded credentials (Confidence: LOW, Severity: HIGH)
G204 (CWE-78): Subprocess launched with variable (Confidence: HIGH, Severity: MEDIUM)
G304 (CWE-22): Potential file inclusion via variable (Confidence: HIGH, Severity: MEDIUM)

Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-21 08:36:24 +00:00
..
cephfs_util.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
controllerserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
driver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
errors.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
fsjournal.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cleanup: use wrapped static errors instead of dynamic 2020-07-21 08:36:24 +00:00
util.go cleanup: address gosec warnings 2020-07-21 08:36:24 +00:00
volume.go cephfs: return volume not found error if volume doesnot exists 2020-07-17 10:27:18 +00:00
volumemounter.go cleanup: use wrapped static errors instead of dynamic 2020-07-21 08:36:24 +00:00
volumeoptions.go cleanup: use wrapped static errors instead of dynamic 2020-07-21 08:36:24 +00:00