Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40de391

Browse files
authored
Merge pull request #2616 from asger-semmle/promise-missing-await-change-note
Approved by mchammer01
2 parents 183fd91 + 6c4da30 commit 40de391

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.24/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
|---------------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2121
| Cross-site scripting through exception (`js/xss-through-exception`) | security, external/cwe/cwe-079, external/cwe/cwe-116 | Highlights potential XSS vulnerabilities where an exception is written to the DOM. Results are not shown on LGTM by default. |
2222
| Regular expression always matches (`js/regex/always-matches`) | correctness, regular-expressions | Highlights regular expression checks that trivially succeed by matching an empty substring. Results are shown on LGTM by default. |
23+
| Missing await (`js/missing-await`) | correctness | Highlights expressions that operate directly on a promise object in a nonsensical way, instead of awaiting its result. Results are shown on LGTM by default. |
2324

2425
## Changes to existing queries
2526

0 commit comments

Comments
 (0)