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

v9 with Use Cases, SharedKernel as Nuget Ref, and More #585

Merged
merged 29 commits into from
Aug 28, 2023

adding more tests

5ad88df
Select commit
Loading
Failed to load commit list.
Merged

v9 with Use Cases, SharedKernel as Nuget Ref, and More #585

adding more tests
5ad88df
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 28, 2023 in 23s

5 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

Other Alerts:

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 728 in sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/additional-methods.js

See this annotation in the file changed.

Code scanning / CodeQL

Duplicate character in character class Warning

Character 'T' is
repeated in the same character class
.

Check warning on line 248 in sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'info' always evaluates to true.

Check failure on line 1092 in sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/additional-methods.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'ftp://' and containing many repetitions of '0.0.'.

Check failure on line 1092 in sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/additional-methods.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'ftp://a' and containing many repetitions of '0.0'.

Check failure on line 1394 in sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/jquery.validate.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '//0.' and containing many repetitions of '00.'.