-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SARIF: level
using incorrect value notice
#513
Comments
notice
level
using incorrect value notice
Thanks @travbale 👍 Looks like you're right, and we should translate our "notice" level to "note" for SARIF. Any tooling that breaks because of this? |
SARIF Viewer for VsCode flags it as an error in the SARIF document. |
And don't include notices on deprecated/obsolete rules at all in report. Fixes #513 Signed-off-by: Anders Eknert <anders@styra.com>
Thanks again @travbale 👍 PRs up for both issues. That the Only the latter is interesting to most users, so that's the type we'll want to include in the reports (SARIF or not). |
Thanks for the quick turn around! If I see anything else I will let you know. |
Thanks @travbale! You could |
And don't include notices on deprecated/obsolete rules at all in report. Fixes #513 Signed-off-by: Anders Eknert <anders@styra.com>
And don't include notices on deprecated/obsolete rules at all in report. Fixes #513 Signed-off-by: Anders Eknert <anders@styra.com>
Fixed with #516 |
Per SARIF §3.27.10 the value of
level
must bewarning
,error
,note
, ornone
.The
implict-future-keywords
rule is setting to value tonotice
. Other rules may be impacted but I have observed it on that one specfically.The text was updated successfully, but these errors were encountered: