Weak Hash used - SHA1 |
SHA1 is a a weak hash which is known to have collision. Use a strong hashing function. |
44 |
scripts/babel-relay-plugin/src/__tests__/BuildChecker-test.js |
Server Side Injection(SSI) - eval() |
User controlled data in eval() can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
28 |
website-prototyping-tools/evalSchema.js |
Key Hardcoded |
A hardcoded key in plain text was identified. |
19 |
website-prototyping-tools/playground.js |
Server Side Injection(SSI) - eval() |
User controlled data in eval() can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
230 |
website-prototyping-tools/RelayPlayground.js |
Key Hardcoded |
A hardcoded key in plain text was identified. |
584 |
src/query/__tests__/RelayQueryField-test.js |
Key Hardcoded |
A hardcoded key in plain text was identified. |
614 |
src/query/__tests__/RelayQueryField-test.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
276 |
src/store/RelayEnvironment.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
75 |
src/store/__tests__/restoreRelayCacheData-test.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
82 |
src/store/__tests__/restoreRelayCacheData-test.js |
Server Side Injection(SSI) - setTimeout() |
User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). |
214 |
src/tools/RelayProfiler.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
251 |
src/tools/__mocks__/getGoldenMatchers.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
277 |
src/tools/__mocks__/getGoldenMatchers.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
10 |
website/server/buildGraphQLSpec.js |
SSRF - Server Side Request Forgery |
User controlled data in 'request()'' can result in Server Side Request Forgery (SSRF). |
13 |
website/server/generate.js |
Remote OS Command Execution |
User controlled data in 'child_process.exec()' can result in Remote OS Command Execution. |
18 |
website/server/generate.js |