mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
JS: Add missing rule to security-and-quality query list
Has header block ``` * @id js/unhandled-error-in-stream-pipeline * @name Unhandled error in stream pipeline * @description Calling `pipe()` on a stream without error handling will drop errors coming from the input stream * @kind problem * @problem.severity warning * @precision high * @tags quality * reliability * error-handling * frameworks/nodejs ``` ... which would get selected by the security-and-quality selectors if we were using them. Any reason to exclude?
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
- js/react/unused-or-undefined-state-property
|
||||
- js/react/direct-state-mutation
|
||||
- js/react/inconsistent-state-update
|
||||
- js/unhandled-error-in-stream-pipeline
|
||||
- js/diagnostics/extraction-errors
|
||||
- js/diagnostics/successfully-extracted-files
|
||||
- js/summary/lines-of-code
|
||||
|
||||
Reference in New Issue
Block a user