Add change notes for changes to the taint tracking library

This commit is contained in:
Jeroen Ketema
2022-03-14 10:09:59 +01:00
parent 93a0da75b6
commit c832b21fbe
5 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The flow state variants of `isBarrier` and `isAdditionalFlowStep` are no longer exposed in the taint tracking library. The `isSanitizer` and `isAdditionalTaintStep` predicates should be used instead.