-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathregex.json
55 lines (54 loc) · 2.05 KB
/
regex.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
{
"data": [
{
"file" : "key_email_bounty.txt",
"name" : "Email Report",
"regex" : "(security@|bugbounty@|bugreport@|vulnerability@|security-team@|responsible-disclosure@|infosec@|security-alert@|secure@|security-alerts@|security-notification@|secure-report@|security-incident@|security-response@|cybersecurity@|reportabug@|security-research@|security-reports@)"
},
{
"file" : "key_bug_bounty.txt",
"name" : "Bug Bounty",
"regex" : "(Bug Bounty|BUG BOUNTY|bounties)"
},
{
"file" : "key_Vulnerability.txt",
"name" : "Vulnerability",
"regex" : "(Vulnerability|vulnerabilities)"
},
{
"file" : "key_Program_Rules.txt",
"name" : "Program Rules",
"regex" : "Program Rules"
},
{
"file" : "key_Submit_your_report.txt",
"name" : "Submit your report",
"regex" : "Submit your report"
},
{
"file" : "key_rewards.txt",
"name" : "Reward",
"regex" : "(eligible for a reward|rewards|will be paid|$|€|Rp|A$|C$|¥|E£|£)"
},
{
"file" : "key_responsible_disclosure.txt",
"name" : "Responsible",
"regex" : "(responsible-disclosure|Responsible Disclosure|Responsible Disclosure notification)"
},
{
"file" : "key_based_platform.txt",
"name" : "Platform",
"regex" : "(Hackerone program)"
},
{
"file" : "key_based_scope.txt",
"name" : "Scope",
"regex" : "web-application|iOS: App Store|Windows|Store|Other|Android|In scope|Out of scope|Grade|Description|Scope|Target"
},
{
"file" : "key_severity_scope.txt",
"name" : "Severity",
"regex" : "Rewards|REWARDS|Rating|RATING|CVSS score|CVSS|Bounty|info|low|medium|high|critical|Grade|Description|Eligible|Ineligible|Assets|Asset"
}
]
}