Update javascript/ql/src/Quality/UnhandledStreamPipe.ql

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Napalys Klicius
2025-06-02 17:41:40 +02:00
parent 64f00fd0f2
commit abd446ae77

View File

@@ -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