Skip to content

Commit abd446a

Browse files
Napalysasgerf
andcommitted
Update javascript/ql/src/Quality/UnhandledStreamPipe.ql
Co-authored-by: Asger F <[email protected]>
1 parent 64f00fd commit abd446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Quality/UnhandledStreamPipe.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id js/nodejs-stream-pipe-without-error-handling
33
* @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.
4+
* @description Calling `pipe()` on a stream without error handling will drop errors coming from the input stream
55
* @kind problem
66
* @problem.severity warning
77
* @precision high

0 commit comments

Comments
 (0)