Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
35 |
test/test-helper.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
142 |
test/test-helper.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
219 |
test/test-helper.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
226 |
test/test-helper.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
24 |
test/integration/client/notice-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
126 |
test/integration/client/error-handling-tests.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
2 |
test/integration/client/timezone-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
25 |
test/integration/client/query-error-handling-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
75 |
test/integration/client/big-simple-query-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
34 |
test/integration/client/configuration-tests.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
2 |
test/integration/gh-issues/130-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
15 |
test/integration/connection-pool/optional-config-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
4 |
test/integration/connection-pool/yield-support-body.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
19 |
test/integration/connection-pool/ending-pool-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
20 |
test/unit/client/configuration-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
11 |
test/unit/client/cleartext-password-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
5 |
test/unit/client/md5-password-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
14 |
test/unit/client/md5-password-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
127 |
test/unit/connection-parameters/creation-tests.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
65 |
test/unit/connection/startup-tests.js |
Password Hardcoded |
A hardcoded password in plain text was identified. Store it properly in a config file. |
97 |
lib/client.js |
Weak Hash used - MD5 |
MD5 is a a weak hash which is known to have collision. Use a strong hashing function. |
347 |
lib/client.js |