Skip to content

Fix: Install OS sepcific packages directly on browserstack infra

b56afdc
Select commit
Loading
Failed to load commit list.
Merged

Feat: Enhanced TS support for browserstack-cypress-cli #982

Fix: Install OS sepcific packages directly on browserstack infra
b56afdc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Jul 10, 2025 in 2s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 20 in bin/helpers/readCypressConfigUtil.js

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal Warning

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.