Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 516 Bytes

File metadata and controls

10 lines (6 loc) · 516 Bytes

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.