mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
473 B
473 B
0.8.0
New Features
- The
ProductFlow::StateConfigSigsignature now includes default predicates forisBarrier1,isBarrier2,isAdditionalFlowStep1, andisAdditionalFlowStep1. Hence, it is no longer needed to providenone()implementations of these predicates if they are not needed.
Minor Analysis Improvements
- Deleted the deprecated
getURLpredicate from theContainer,Folder, andFileclasses. Use thegetLocationpredicate instead.