Files
codeql/cpp/ql/lib/change-notes/released/10.1.0.md
2026-05-05 09:34:30 +00:00

516 B

10.1.0

New Features

  • A new predicate getSwitchCase was added to the SwitchStmt class, which yields the nth case statement from a switch statement.
  • Data flow barriers and barrier guards can now be added using data extensions. For more information see Customizing library models for C and C++.

Minor Analysis Improvements

  • Added taint flow models for the Strsafe.h header from the Windows SDK.