Project

General

Profile

Actions

SecOps #624

open
CD

[Sécurité] Vulnérabilité de code : src/infrastructure/external/__tests__/LesJeudisJobDetailFetcher.test.ts:9 (javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal)

SecOps #624: [Sécurité] Vulnérabilité de code : src/infrastructure/external/__tests__/LesJeudisJobDetailFetcher.test.ts:9 (javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal)

Added by Client Dashboard about 2 months ago. Updated 12 days ago.

Status:
Submitted
Priority:
Normal
Assignee:
-
Start date:
06/15/2026
Due date:
% Done:

0%

Estimated time:
spec_ref:
build_status:
build_number:
ci_run_url:
scan_status:
scan_report_url:
deploy_status:
preprod_url:
deployed_at:
branch:
pr_url:
security_key:
src/infrastructure/external/__tests__/LesJeudisJobDetailFetcher.test.ts:9_javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
severity:
medium
paused:

Description

**Sévérité** : MEDIUM
**Source** : Semgrep
`vuln-medium`
**Emplacement** : src/infrastructure/external/__tests__/LesJeudisJobDetailFetcher.test.ts:9
**Règle** : javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal

Detected possible user input going into a `path.join` or `path.resolve` function. This could possibly lead to a path traversal vulnerability, where the attacker can access arbitrary files stored in the file system. Instead, be sure to sanitize or validate user input first.

### Extrait de code
```
requires login
```

### Lien CVE
https://owasp.org/www-community/attacks/Path_Traversal

Actions

Also available in: PDF Atom