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

Ch emed epr/emediplan #187

Merged
merged 30 commits into from
Oct 25, 2024

CH EMED EPR: removed NMOL from RegularUnitCodeAmbu enum and from CdTy…

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

Ch emed epr/emediplan #187

CH EMED EPR: removed NMOL from RegularUnitCodeAmbu enum and from CdTy…
5c0cc5f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 16, 2024 in 4s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 37 in husky-fhir/husky-fhir-emed-ch/husky-fhir-emed-ch-epr/src/main/java/org/projecthusky/fhir/emed/ch/epr/model/emediplan/EMediplanPatient.java

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 '-\a' and containing many repetitions of '--'.

Check failure on line 37 in husky-fhir/husky-fhir-emed-ch/husky-fhir-emed-ch-epr/src/main/java/org/projecthusky/fhir/emed/ch/epr/model/emediplan/EMediplanPatient.java

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 '-@,-\a' and containing many repetitions of '--'.