Skip to content

Commit 0ef81b5

Browse files
author
Felicity Chapman
authored
Merge pull request #1 from asger-semmle/class-change-notes
JS: Add change note about CHA
2 parents 71ac400 + 28d0e89 commit 0ef81b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

change-notes/1.22/analysis-javascript.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
* Support for tracking data flow and taint through getter functions (that is, functions that return a property of one of their arguments) and through the receiver object of method calls has been improved. This may produce more security alerts.
1717

1818
* Taint tracking through object property names has been made more precise, resulting in fewer false positive results.
19-
19+
20+
* Method calls are now resolved in more cases, due to improved class hierarchy analysis. This may produce more security alerts.
21+
2022
## New queries
2123

2224
| **Query** | **Tags** | **Purpose** |

0 commit comments

Comments
 (0)