Skip to content

Add a severity property to warnings #26

@fraxken

Description

@fraxken

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions