Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asyncShare extension #181

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

use clone in all primitives

fd930d8
Select commit
Loading
Failed to load commit list.
Open

asyncShare extension #181

use clone in all primitives
fd930d8
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 26, 2024 in 0s

25 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 10 in demos/asyncshare/client.js

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@codacy-production 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.