Skip to content

fix: oauth

9f25223
Select commit
Loading
Failed to load commit list.
Draft

feat(remote): cloudflare worker #45

fix: oauth
9f25223
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 2, 2025 in 0s

14 new security issues (0 max.).

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

Issues
======
+ Solved 5
- Added 16
           

Complexity increasing per file
==============================
- src/appState.ts  8
- src/app.ts  2
- src/commands/start-server.ts  1
- src/commands/start-http-server.ts  24
- src/server/utils.ts  4
- src/server/cloudflare-worker.ts  3
- src/server/auth-handler.ts  7
- src/server/workers-oauth-utils.ts  42
- src/server/init-server.ts  1
         

Clones added
============
- src/appState.ts  4
- src/server/cloudflare-worker.ts  2
- src/server/init-server.ts  2
         

See the complete overview on Codacy

Annotations

Check warning on line 3866 in package-lock.json

See this annotation in the file changed.

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

package-lock.json#L3866

Insecure dependency npm/[email protected] (CVE-2025-59139: Hono has Body Limit Middleware Bypass) (update to 4.9.7)

Check warning on line 4200 in package-lock.json

See this annotation in the file changed.

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

package-lock.json#L4200

Insecure dependency npm/[email protected] (CVE-2025-9910: jsondiffpatch is vulnerable to Cross-site Scripting (XSS) via HtmlFormatter::nodeBegin) (update to 0.7.2)

Check warning on line 25 in package.json

See this annotation in the file changed.

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

package.json#L25

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

Check warning on line 28 in package.json

See this annotation in the file changed.

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

package.json#L28

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

Check warning on line 29 in package.json

See this annotation in the file changed.

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

package.json#L29

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

Check warning on line 31 in package.json

See this annotation in the file changed.

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

package.json#L31

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

Check warning on line 40 in package.json

See this annotation in the file changed.

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

package.json#L40

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

Check warning on line 42 in package.json

See this annotation in the file changed.

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

package.json#L42

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

Check warning on line 44 in package.json

See this annotation in the file changed.

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

package.json#L44

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

Check warning on line 48 in package.json

See this annotation in the file changed.

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

package.json#L48

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

Check failure on line 89 in src/appState.ts

See this annotation in the file changed.

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

src/appState.ts#L89

The application dynamically constructs file or path information.

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 warning on line 433 in src/server/workers-oauth-utils.ts

See this annotation in the file changed.

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

src/server/workers-oauth-utils.ts#L433

This template literal looks like HTML and has interpolated variables.

Check warning on line 437 in src/server/workers-oauth-utils.ts

See this annotation in the file changed.

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

src/server/workers-oauth-utils.ts#L437

This template literal looks like HTML and has interpolated variables.

Check warning on line 503 in src/server/workers-oauth-utils.ts

See this annotation in the file changed.

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

src/server/workers-oauth-utils.ts#L503

This template literal looks like HTML and has interpolated variables.

Check warning on line 512 in src/server/workers-oauth-utils.ts

See this annotation in the file changed.

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

src/server/workers-oauth-utils.ts#L512

This template literal looks like HTML and has interpolated variables.