Fix: Allow arbitrary attribute order in triple-slash directives #34741
Annotations
7 errors
|
Linter
Process completed with exit code 1.
|
|
Linter:
src/compiler/utilities.ts#L2745
The quantifier '[^>]*?' can exchange characters with '\s+'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
|
Linter:
src/compiler/utilities.ts#L2745
The quantifier '\s+' can exchange characters with '\s+'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
|
Linter:
src/compiler/utilities.ts#L2745
The quantifier '\s+' can exchange characters with '[^>]*?'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
|
Linter:
src/compiler/utilities.ts#L2744
The quantifier '[^>]*?' can exchange characters with '\s+'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
|
Linter:
src/compiler/utilities.ts#L2744
The quantifier '\s+' can exchange characters with '\s+'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
|
Linter:
src/compiler/utilities.ts#L2744
The quantifier '\s+' can exchange characters with '[^>]*?'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
Loading