We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f00fd commit abd446aCopy full SHA for abd446a
javascript/ql/src/Quality/UnhandledStreamPipe.ql
@@ -1,7 +1,7 @@
1
/**
2
* @id js/nodejs-stream-pipe-without-error-handling
3
* @name Node.js stream pipe without error handling
4
- * @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
5
* @kind problem
6
* @problem.severity warning
7
* @precision high
0 commit comments