Skip to content
Codacy Production / Codacy Static Code Analysis required action Sep 4, 2024 in 0s

5 new security issues (0 max.).

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

Complexity increasing per file
==============================
- specs/src/getDependencyContent.ts  11
- specs/src/components/Sandbox.tsx  1
         

See the complete overview on Codacy

Annotations

Check warning on line 10 in specs/src/getDependencyContent.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

specs/src/getDependencyContent.ts#L10

Detected that function argument `dir` has entered the fs module.

Check warning on line 16 in specs/src/getDependencyContent.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

specs/src/getDependencyContent.ts#L16

Detected possible user input going into a `path.join` or `path.resolve` function.

Check warning on line 63 in specs/src/getDependencyContent.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

specs/src/getDependencyContent.ts#L63

Detected that function argument `file` has entered the fs module.

Check warning on line 69 in specs/src/getDependencyContent.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

specs/src/getDependencyContent.ts#L69

Depending on the context, user control data in `Object.assign` can cause web response to include data that it should not have or can lead to a mass assignment vulnerability.

Check warning on line 76 in specs/src/getDependencyContent.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

specs/src/getDependencyContent.ts#L76

Detected that function argument `pkg` has entered the fs module.