C++/Java: Change notes for Configuration2 rename

This commit is contained in:
Jonas Jensen
2019-08-20 13:43:25 +02:00
parent 11583b69e0
commit bc702debf9
2 changed files with 2 additions and 1 deletions

View File

@@ -16,4 +16,4 @@
removes false positives that arose from paths through impossible `toString()`
calls.
* The library `VCS.qll` and all queries that imported it have been removed.
* The second copy of the interprocedural `TaintTracking` library has been renamed from `TaintTracking::Configuration2` to `TaintTracking2::Configuration`, and the old name is now deprecated. Import `semmle.code.java.dataflow.TaintTracking2` to access the new name.