-
Notifications
You must be signed in to change notification settings - Fork 2
/
veracode.json
58 lines (58 loc) · 1.3 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
52
53
54
55
56
57
58
{
"application_profiles": [
{
"application_name": "Veracode.OSS.Wrapper",
"criticality": "Very High",
"business_owner": "seb",
"business_owner_email": "scoles@veracode.com",
"binaries": [
{
"location": "..\\..\\2.StagingDirectory\\Veracode.OSS.Wrapper.nupkg"
}
],
"modules": [
{
"module_name": "VeracodeService.dll",
"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": [
{
"first_name": "Seb",
"last_name": "Coles",
"email_address": "scoles@veracode.com",
"roles": "Creator, Any Scan"
}
]
}
]
}