securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Default confidence level #191

Open MVrachev opened 5 years ago

MVrachev commented 5 years ago

Is your feature request related to a problem? Please describe. Right now if a linter doesn't provide a confidence level on its issues we give a "warning" level of the issue as a whole that doesn't feel correct because there can be serious problems marked as a warning.

Describe the solution you'd like Based on the severity to give a better conclusion for the issue overall severity.

MVrachev commented 5 years ago

TSLint doesn't provide "confidence level": https://github.com/webschik/tslint-config-security/issues/19