Fix: prevent ssrf and Input type confusion issues multiple components #5392
Annotations
10 errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Run pnpm lint:
packages/components/src/httpSecurity.ts#L76
Replace `entry` with `(entry)`
|
|
Run pnpm lint:
packages/components/src/httpSecurity.ts#L66
Replace `.split(',').map(entry·=>·entry.trim()).filter(entry` with `⏎········.split(',')⏎········.map((entry)·=>·entry.trim())⏎········.filter((entry)`
|
Loading