Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 645 Bytes

File metadata and controls

9 lines (5 loc) · 645 Bytes

2.1.0

New Features

  • Added support for custom threat-models, which can be used in most of our taint-tracking queries, see our documentation for more details.

Minor Analysis Improvements

  • The common sanitizer guard StringConstCompareBarrier has been renamed to ConstCompareBarrier and expanded to cover comparisons with other constant values such as None. This may result in fewer false positive results for several queries.