Skip to content

feat: biome - #3110

Open
AbhishekA1509 wants to merge 3 commits into
developfrom
feat/biome
Open

feat: biome#3110
AbhishekA1509 wants to merge 3 commits into
developfrom
feat/biome

refactor: Improve type safety and linting in various components

ba96478
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 18, 2026 in 2s

3 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 472 in src/components/dockerRegistry/Docker.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'http://-.' and containing many repetitions of '-.'.

Check failure on line 478 in src/components/dockerRegistry/Docker.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'http://-.' and containing many repetitions of '-.'.

Check warning on line 154 in src/components/ciPipeline/Webhook/WebhookDetailsModal.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
ob
to
here
without guarding against prototype pollution.