| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Query | Tags | Purpose |
|---|---|---|
| Double-checked locking is not thread-safe (java/unsafe-double-checked-locking) | reliability, correctness, concurrency, external/cwe/cwe-609 | Identifies wrong implementations of double-checked locking that does not use the volatile keyword. |
| Race condition in double-checked locking object initialization (java/unsafe-double-checked-locking-init-order) | reliability, correctness, concurrency, external/cwe/cwe-609 | Identifies wrong implementations of double-checked locking that performs additional initialization after exposing the constructed object. |
| Query | Expected impact | Change |
|---|---|---|
| Arbitrary file write during archive extraction ("Zip Slip") (java/zipslip) | Fewer false positive results | Results involving a sanitization step that converts a destination Path to a File are no longer reported. |
| Result of multiplication cast to wider type (java/integer-multiplication-cast-to-long) | Fewer results | Results involving conversions to float or double are no longer reported, as they were almost exclusively false positives. |
| Back | FazBrowse Home | New Git URL |