mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update javascript/ql/src/Quality/UnhandledStreamPipe.ql
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @id js/nodejs-stream-pipe-without-error-handling
|
||||
* @name Node.js stream pipe without error handling
|
||||
* @description Calling `pipe()` on a stream without error handling may silently drop errors and prevent proper propagation.
|
||||
* @description Calling `pipe()` on a stream without error handling will drop errors coming from the input stream
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @precision high
|
||||
|
||||
Reference in New Issue
Block a user