mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
use a more detailed alert message in bitwise-sign-check
This commit is contained in:
@@ -53,4 +53,4 @@ where
|
||||
not e instanceof EqualityTest and
|
||||
e.getRightOperand().getIntValue() = 0 and
|
||||
not acceptableSignCheck(b)
|
||||
select e, "Sign check of a bitwise operation."
|
||||
select e, "Potential unsafe sign check of a bitwise operation."
|
||||
|
||||
Reference in New Issue
Block a user