Skip to content

chore(deps): update linters #41

chore(deps): update linters

chore(deps): update linters #41

Triggered via push October 25, 2024 02:37
Status Failure
Total duration 24s
Artifacts

ci.yml

on: push
Lint & Test
15s
Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Lint & Test: src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
Lint & Test: src/index.ts#L126
Capturing group number 2 is defined but never used
Lint & Test: src/index.ts#L126
Capturing group number 3 is defined but never used
Lint & Test: src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
Lint & Test: src/index.ts#L126
The quantifier '\d+' can exchange characters (\d) with '\d+'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests
Lint & Test: src/index.ts#L126
Capturing group number 5 is defined but never used
Lint & Test
Process completed with exit code 1.
Lint & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/