-
Notifications
You must be signed in to change notification settings - Fork 2
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
SV-230530 wrong matcher #14
Comments
wdower
added a commit
that referenced
this issue
May 9, 2024
Signed-off-by: wdower <[email protected]>
wdower
added a commit
that referenced
this issue
Jul 11, 2024
Signed-off-by: wdower <[email protected]>
wdower
added a commit
that referenced
this issue
Jul 11, 2024
* resolving #14 Signed-off-by: wdower <[email protected]> * updates to kernel checks to catch edge cases where grep returns a blank filename Signed-off-by: Will Dower <[email protected]> * resolves #17 Signed-off-by: wdower <[email protected]> * adding disable_slow_controls to 230318 Signed-off-by: wdower <[email protected]> * another slow control Signed-off-by: wdower <[email protected]> * lint, oh lint Signed-off-by: wdower <[email protected]> * backdating parser to non-buggy versioj Signed-off-by: wdower <[email protected]> * fixing heimdall key Signed-off-by: wdower <[email protected]> * adding missing resource to 251714,5 Signed-off-by: wdower <[email protected]> * apparently you have to lint a Gemfile, who knew? Signed-off-by: wdower <[email protected]> * retriggering linter Signed-off-by: wdower <[email protected]> * adding newline back into Gemfile Signed-off-by: wdower <[email protected]> * removing pipeline trigger for every branch push Signed-off-by: wdower <[email protected]> * removing unneeded gem Signed-off-by: wdower <[email protected]> * Update Gemfile * linting once more for the gipper Signed-off-by: wdower <[email protected]> --------- Signed-off-by: wdower <[email protected]> Signed-off-by: Will Dower <[email protected]> Signed-off-by: wdower <[email protected]> Co-authored-by: Will Dower <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SV-230530 fails the grep because it tries to
cmp
to expected and actual values instead ofmatch
ing them. These leads to false negatives.The text was updated successfully, but these errors were encountered: