We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ad1f6 commit d1eb9abCopy full SHA for d1eb9ab
1 file changed
cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
@@ -767,7 +767,7 @@ class LeapYearGuardCondition extends GuardCondition {
767
* ... values eventually used in the same time struct
768
* If this is even more challenging if the struct the values end up in are not
769
* local (set inter-procedurally).
770
- * This flow flows constants 1-31 to a month or day assignment.
+ * This configuration looks for constants 1-31 flowing to a month or day assignment.
771
* It is assumed a user of this flow will check if the month/day source and month/day sink
772
* are in the same basic blocks as a year modification source and a year modification sink.
773
* It is also assumed a user will check if the constant source is a value that is ignorable
0 commit comments