mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update cpp/ql/src/Likely Bugs/Leap Year/LeapYear.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9888de8acb
commit
f6ff9c9c66
@@ -246,7 +246,7 @@ class FiletimeYearArithmeticOperationCheckConfiguration extends DataFlow::Config
|
||||
}
|
||||
|
||||
/**
|
||||
* `DataFlow::Configuration` for finding an operation with hardcoded 365 that will flow into any known date/time field.
|
||||
* Taint configuration for finding an operation with hardcoded 365 that will flow into any known date/time field.
|
||||
*/
|
||||
class PossibleYearArithmeticOperationCheckConfiguration extends TaintTracking::Configuration {
|
||||
PossibleYearArithmeticOperationCheckConfiguration() {
|
||||
|
||||
Reference in New Issue
Block a user