Skip to content

Commit 4c04196

Browse files
committed
Remove markdown rule
Will re-add in a jiffy.
1 parent a5a7c42 commit 4c04196

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

db/seeds.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
value: '(?i)(advisory|attack|(un)?authoriz(e|ation)|clickjack|cross.site|csrf|\bCVE\b|deadlock|denial.of.service|\bEOP\b|exploit|hijack|infinite.loop|malicious|\bNVD\b|OSVDB|\bRCE\b|\bReDoS\b|remote.code.execution|security|victim|\bvuln|\bXEE\b|\bXSRF\b|\bXSS\b|\bXXE\b)',
2424
description: 'Strong indication of a silent vulnerability fix'
2525
},
26-
{
27-
name: 'markdown_file',
28-
rule_type_id: 1,
29-
value: '(?i)\.(md|markdown)\z',
30-
description: 'Markdown file'
31-
},
3226
{
3327
name: 'non_code_file',
3428
rule_type_id: 1,
@@ -47,7 +41,6 @@
4741
value: '(?i)(abuse|compliant|constant.time|credential|\bcrypto|escalate|exhaustion|forced|infinite|RFC\d{4,5})',
4842
description: 'Weak indication of a silent vulnerability fix'
4943
},
50-
5144
{
5245
name: 'npm_authentication_file',
5346
rule_type_id: 1,

0 commit comments

Comments
 (0)