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
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
One or multiple .nag or .nagscan files, note for .nag files the filename should be template filename appended with .nag and for nag_scan any filename with .nagscan suffix.
39
39
40
+
41
+
42
+
# Group the cfn-nag rules to CWE
43
+
44
+
CWE-311 - Missing Encryption of Sensitive Data
45
+
CWE-732 - Incorrect Permission Assignment for Critical Resource
46
+
CWE-257 - Storing Passwords in a Recoverable Format
47
+
CWE-778 - Insufficient Logging
48
+
CWE-272 - Least Privilege Violation
49
+
CWE-286 - Incorrect User Management
50
+
No CWE associated
51
+
40
52
# Roadmap
41
53
42
54
Support more cloudformation checkers and add more rules for cfn_nag.
0 commit comments