Skip to content

remove apiurl bs

b1a5585
Select commit
Loading
Failed to load commit list.
Open

auth and db migration. getting project back stable. #175

remove apiurl bs
b1a5585
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 24, 2026 in 0s

12 new issues (0 max.) of at least severity.

Annotations

Check failure on line 12 in app/utils/uuid.ts

See this annotation in the file changed.

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

app/utils/uuid.ts#L12

This rule identifies use of cryptographically weak random number generators.

Check failure on line 85 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L85

The application dynamically constructs file or path information.

Check failure on line 88 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L88

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

Check failure on line 89 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L89

The application dynamically constructs file or path information.

Check failure on line 175 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L175

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

Check failure on line 175 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L175

Possible writing outside of the destination, make sure that the target path is nested in the intended destination

Check failure on line 193 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L193

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

Check failure on line 193 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L193

Possible writing outside of the destination, make sure that the target path is nested in the intended destination

Check failure on line 223 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L223

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

Check failure on line 223 in app/videorender/videorender.ts

See this annotation in the file changed.

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

app/videorender/videorender.ts#L223

Possible writing outside of the destination, make sure that the target path is nested in the intended destination

Check warning on line 1 in backend/db.py

See this annotation in the file changed.

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

backend/db.py#L1

'typing.Optional' imported but unused (F401)

Check warning on line 89 in backend/uv.lock

See this annotation in the file changed.

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

backend/uv.lock#L89

Insecure dependency pypi/pyjwt@2.11.0 (CVE-2026-32597: pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 §4.1.11 MUST violation)) (update to 2.12.0)