Skip to content

Commit 8e7ff2d

Browse files
committed
Removing most dependencies from UncheckedLeapYearAfterYearMOdification on LeapYear.qll. We may need to end up moving new capabilities for this query into LeapYear.qll for other queries in the future. For now, focusing just on improvements to the one query. The only remaining dependency is the TimeConversionFunction class, which is currently used by another query.
1 parent e485d98 commit 8e7ff2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import cpp
1313
import LeapYear
1414
import semmle.code.cpp.controlflow.IRGuards
15+
import semmle.code.cpp.dataflow.new.TaintTracking
16+
import semmle.code.cpp.commons.DateTime
1517

1618
/**
1719
* Functions whose operations should never be considered a

0 commit comments

Comments
 (0)