Skip to content

Commit 537ca2d

Browse files
authored
Updating business criticality constant
1 parent 3cb1a10 commit 537ca2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

veracode_api_py/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Constants():
4242

4343
DEV_STAGE = [ 'DEVELOPMENT', 'TESTING', 'RELEASE']
4444

45-
BUSINESS_CRITICALITY = [ 'VERY HIGH', 'HIGH', 'MEDIUM', 'LOW', 'VERY LOW']
45+
BUSINESS_CRITICALITY = [ 'VERY HIGH', 'HIGH', 'MEDIUM', 'LOW', 'VERY LOW', 'VERY_HIGH', 'VERY_LOW']
4646

4747
DAST_TARGET_TYPE = [ 'WEB_APP', 'API']
4848

@@ -54,4 +54,4 @@ class Constants():
5454

5555
DAST_SCANNERS = [ 'fingerprinting', 'ssl', 'http_header', 'portscan', 'fuzzer', 'sql_injection',
5656
'xss', 'file_inclusion', 'deserialization', 'xxe', 'command_injection',
57-
'csrf', 'ldap_injection']
57+
'csrf', 'ldap_injection']

0 commit comments

Comments
 (0)