Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating FlexibleDateTimeFormatter to cover edge cases #770

Merged
merged 9 commits into from
Jun 18, 2024

Formatter update

7ab161a
Select commit
Loading
Failed to load commit list.
Merged

Updating FlexibleDateTimeFormatter to cover edge cases #770

Formatter update
7ab161a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 11, 2024 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 320 in src/main/java/emissary/util/FlexibleDateTimeParser.java

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings starting with '<' and with many repetitions of '<'.
This
regular expression
that depends on a
user-provided value
may run slow on strings with many repetitions of ' '.