fix QL-for-QL warnings

This commit is contained in:
erik-krogh
2023-01-31 10:55:27 +01:00
parent 02da718786
commit e5e8496084

View File

@@ -295,7 +295,7 @@ module CodeInjection {
}
/**
* Writing to a terminal via the `node-pty` library, seen as a code injection sink.
* An execution of a terminal command via the `node-pty` library, seen as a code injection sink.
* Example:
* ```JS
* var pty = require('node-pty');
@@ -303,8 +303,8 @@ module CodeInjection {
* ptyProcess.write('ls\r');
* ```
*/
class NodePTY extends Sink {
NodePTY() {
class NodePty extends Sink {
NodePty() {
this =
API::moduleImport("node-pty")
.getMember("spawn")