mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
454 B
454 B
category
| category |
|---|
| feature |
- Added a new library
semmle.code.java.security.Sanitizerswhich contains a new sanitizer classSimpleTypeSanitizer, which represents nodes which cannot realistically carry taint for most queries (e.g. primitives, their boxed equivalents, and numeric types). - Converted definitions of
isBarrierand sanitizer classes to useSimpleTypeSanitizerinstead of checking ifnode.getType()isPrimitiveTypeorBoxedType.