Skip to content

chore: stdio doesn't do well with logs on stdin

38d76e6
Select commit
Loading
Failed to load commit list.
Open

feat(remote): add remote server capabilities #8

chore: stdio doesn't do well with logs on stdin
38d76e6
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 2, 2025 in 0s

4 new security issues (0 max.).

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

Issues
======
+ Solved 1
- Added 4
           

Complexity increasing per file
==============================
- src/commands/start-http-server.ts  24
- src/server/init-server.ts  24
         

Complexity decreasing per file
==============================
+ src/app.ts  -2
+ src/commands/start-server.ts  -19
         

See the complete overview on Codacy

Annotations

Check warning on line 23 in package.json

See this annotation in the file changed.

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

package.json#L23

Package dependencies with variant versions may lead to dependency hijack and confusion attacks.

Check warning on line 24 in package.json

See this annotation in the file changed.

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

package.json#L24

Package dependencies with variant versions may lead to dependency hijack and confusion attacks.

Check warning on line 202 in src/commands/start-http-server.ts

See this annotation in the file changed.

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

src/commands/start-http-server.ts#L202

Detected string concatenation with a non-literal variable in a util.format / console.log function.

Check failure on line 10 in src/commands/start-server.ts

See this annotation in the file changed.

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

src/commands/start-server.ts#L10

User controlled data in a HTML string may result in XSS