-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
As time goes by, I think that not all warnings are equivalent.
I want to add a new severity property for each warning:
- Information (For things not related to security, with valid values or a lot of false positive).
- Warning (the default).
- Critical (Implies malicious code or intent).
Maybe the way we call them is not right ? Maybe we should call warning "Alarm" ?
I will classify the existing warnings this way:
- Information:
parsing-error,encoded-literal - Warning: ALL OTHERS
- Critical:
obfuscated-code
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers