-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathveracode.json
51 lines (51 loc) · 1.12 KB
/
veracode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"application_profiles": [
{
"application_name": "Veracode OSS Github IO Page",
"criticality": "Very High",
"business_owner": "Jam",
"business_owner_email": "[email protected]",
"upload": [
{
"location": "veracode.tar.gz"
}
],
"modules": [
{
"module_name": "JS files within veracode.tar.gz",
"entry_point": "true"
}
],
"policy": {
"custom_severities": [
{
"cwe": 0,
"severity": 0
}
],
"finding_rules": [
{
"scan_type": ["STATIC"],
"type": "FAIL_ALL",
"value": "string"
}
],
"scan_frequency_rules": [
{
"frequency": "NOT_REQUIRED",
"scan_type": "STATIC"
}
],
"sev0_grace_period": 0,
"sev1_grace_period": 0,
"sev2_grace_period": 0,
"sev3_grace_period": 0,
"sev4_grace_period": 0,
"sev5_grace_period": 0
},
"users": [],
"sandboxes": [],
"mitigations": []
}
]
}