Merge pull request #351 from nystrom/master

Approved by pavgust
This commit is contained in:
semmle-qlci
2018-10-26 19:09:02 +01:00
committed by GitHub
7 changed files with 312 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| Missing catch of NumberFormatException (`java/uncaught-number-format-exception`) | reliability, external/cwe/cwe-248 | Finds calls to `Integer.parseInt` and similar string-to-number conversions that might raise a `NumberFormatException` without a corresponding `catch`-clause. |
## Changes to existing queries