Skip to content

Commit 2d047bf

Browse files
committed
Sort CWE by Numbers
1 parent 04a9d5f commit 2d047bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandit/core/issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ class Cwe:
2626
INSUFFICIENT_RANDOM_VALUES = 330
2727
INSECURE_TEMP_FILE = 377
2828
UNCONTROLLED_RESOURCE_CONSUMPTION = 400
29+
DOWNLOAD_OF_CODE_WITHOUT_INTEGRITY_CHECK = 494
2930
DESERIALIZATION_OF_UNTRUSTED_DATA = 502
3031
MULTIPLE_BINDS = 605
3132
IMPROPER_CHECK_OF_EXCEPT_COND = 703
3233
INCORRECT_PERMISSION_ASSIGNMENT = 732
3334
INAPPROPRIATE_ENCODING_FOR_OUTPUT_CONTEXT = 838
34-
DOWNLOAD_OF_CODE_WITHOUT_INTEGRITY_CHECK = 494
3535

3636
MITRE_URL_PATTERN = "https://cwe.mitre.org/data/definitions/%s.html"
3737

0 commit comments

Comments
 (0)