Change change note category to feature

This commit is contained in:
Ed Minnix
2024-01-22 23:39:23 -05:00
parent 38828672a9
commit ec3d683186

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
category: feature
---
* Added a new library `semmle.code.java.security.dataflow.CommonSanitizers` which contains a new sanitizer class `SimpleScalarSanitizer`, which represents nodes which cannot realistically carry taint for most queries (e.g. primitives, their boxed equivalents, and numeric types).
* Converted definitions of `isBarrier` and sanitizer classes to use `SimpleScalarSanitizer` instead of checking if `node.getType()` is `PrimitiveType` or `BoxedType`.