auth and db migration. getting project back stable. #175
12 new issues (0 max.) of at least severity.
Annotations
Check failure on line 12 in app/utils/uuid.ts
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
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
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
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
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
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
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
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
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
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
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
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)