Skip to content

Commit e62cbea

Browse files
committed
changing the importance of some rules
1 parent ff846a5 commit e62cbea

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

secomlint/secomlint/config/rules.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@ metadata_has_severity:
3232
type: 1
3333
metadata_has_detection:
3434
active: true
35-
type: 1
35+
type: 0
3636
metadata_has_report:
3737
active: true
38-
type: 1
38+
type: 0
3939
metadata_has_cvss:
4040
active: true
41-
type: 1
41+
type: 0
4242
metadata_has_introduced_in:
4343
active: true
44-
type: 1
44+
type: 0
4545
contact_has_reported_by:
4646
active: true
47-
type: 1
47+
type: 0
4848
value: 'reported-by'
4949
contact_has_signed_off_by:
5050
active: true
5151
type: 1
5252
value: 'signed-off-by'
5353
contact_has_co_authored_by:
5454
active: true
55-
type: 1
55+
type: 0
5656
value: 'co-authored-by'
5757
bugtracker_has_reference:
5858
active: true
59-
type: 1
59+
type: 0

0 commit comments

Comments
 (0)