mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
640 B
640 B
0.1.0
Breaking Changes
- The recently added flow-state versions of
isBarrierIn,isBarrierOut,isSanitizerIn, andisSanitizerOutin the data flow and taint tracking libraries have been removed. - The
getUrlpredicate ofDeclaredRepositoryinMavenPom.qllhas been renamed togetRepositoryUrl.
New Features
- There are now QL classes ErrorExpr and ErrorStmt. These may be generated by upgrade or downgrade scripts when databases cannot be fully converted.
Minor Analysis Improvements
- Added guard precondition support for assertion methods for popular testing libraries (e.g. Junit 4, Junit 5, TestNG).