asyncShare extension #181
asyncShare extension #181
25 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 10 in demos/asyncshare/client.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/client.js#L10
Always provide a base when using parseInt() functions
Check warning on line 48 in demos/asyncshare/client.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/client.js#L48
Always provide a base when using parseInt() functions
Check warning on line 18 in demos/asyncshare/party.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/party.js#L18
Always provide a base when using parseInt() functions
Check notice on line 2 in demos/asyncshare/server.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/server.js#L2
A CSRF middleware was not detected in your express application.
Check failure on line 2 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L2
Require statement not part of import statement.
Check failure on line 4 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L4
Require statement not part of import statement.
Check warning on line 34 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L34
This rule identifies use of cryptographically weak random number generators.
Check warning on line 52 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L52
Generic Object Injection Sink
Check warning on line 89 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L89
Expected a `for-of` loop instead of a `for` loop with this simple iteration.
Check warning on line 90 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L90
Function Call Object Injection Sink
Check warning on line 103 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L103
Generic Object Injection Sink
Check warning on line 105 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L105
Generic Object Injection Sink
Check warning on line 111 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L111
Generic Object Injection Sink
Check warning on line 114 in demos/asyncshare/test.js
codacy-production / Codacy Static Code Analysis
demos/asyncshare/test.js#L114
Unexpected empty function.
Check notice on line 1066 in lib/ext/jiff-client-asynchronousshare.js
codacy-production / Codacy Static Code Analysis
lib/ext/jiff-client-asynchronousshare.js#L1066
Avoid assignments in operands
Check warning on line 26 in tests/suite/config/asyncShare/computations.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/computations.js#L26
Always provide a base when using parseInt() functions
Check notice on line 33 in tests/suite/config/asyncShare/computations.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/computations.js#L33
Unnecessary block.
Check notice on line 37 in tests/suite/config/asyncShare/computations.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/computations.js#L37
Unnecessary block.
Check warning on line 8 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L8
This rule identifies use of cryptographically weak random number generators.
Check warning on line 85 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L85
This rule identifies use of cryptographically weak random number generators.
Check warning on line 88 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L88
This rule identifies use of cryptographically weak random number generators.
Check warning on line 89 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L89
This rule identifies use of cryptographically weak random number generators.
Check warning on line 97 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L97
This rule identifies use of cryptographically weak random number generators.
Check warning on line 100 in tests/suite/config/asyncShare/generation.js
codacy-production / Codacy Static Code Analysis
tests/suite/config/asyncShare/generation.js#L100
This rule identifies use of cryptographically weak random number generators.
Check warning on line 4 in tests/suite/server.js
codacy-production / Codacy Static Code Analysis
tests/suite/server.js#L4
The application was found to dynamically import a module by calling `require` using a non-literal string.