Skip to content

unify code style (#159)

07026ac
Select commit
Loading
Failed to load commit list.
Merged

Merge main to preview #160

unify code style (#159)
07026ac
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Feb 12, 2025 in 3s

1 configuration not found

Warning: Code scanning cannot determine the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

View all branch alerts.

Annotations

Check failure on line 52 in src/ConfigurationClientManager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'Endpoint=' and with many repetitions of 'Endpoint=a'.
This
regular expression
that depends on
library input
may run slow on strings starting with 'Endpoint=;Id=' and with many repetitions of ';Id=a'.