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

Add support for optional questionnaire items #161

Closed
wants to merge 9 commits into from

format and sort

3dd5820
Select commit
Loading
Failed to load commit list.
Closed

Add support for optional questionnaire items #161

format and sort
3dd5820
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 26, 2024 in 4s

11 new alerts including 6 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 high

Other Alerts:

  • 2 errors
  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 3 in dsf-fhir/dsf-fhir-server/src/main/resources/static/util.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '-' is equivalent to just '-', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 3 in dsf-fhir/dsf-fhir-server/src/main/resources/static/util.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '$' is equivalent to just '$', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 5 in dsf-fhir/dsf-fhir-server/src/main/resources/static/util.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '.' is equivalent to just '.', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 5 in dsf-fhir/dsf-fhir-server/src/main/resources/static/util.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '-' is equivalent to just '-', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 35 in dsf-fhir/dsf-fhir-server/src/main/resources/static/bookmarks.js

See this annotation in the file changed.

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.

Check failure on line 53 in dsf-fhir/dsf-fhir-server/src/main/resources/static/bookmarks.js

See this annotation in the file changed.

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.

Check notice on line 454 in dsf-fhir/dsf-fhir-server/src/main/resources/static/form.js

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable url.

Check failure on line 30 in dsf-fhir/dsf-fhir-server/src/main/resources/static/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Assignment to constant Error

Assignment to variable resourceType, which is
declared
constant.

Check failure on line 48 in dsf-fhir/dsf-fhir-server/src/main/resources/static/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Assignment to constant Error

Assignment to variable resourceType, which is
declared
constant.

Check notice on line 77 in dsf-fhir/dsf-fhir-server/src/main/resources/static/help.js

See this annotation in the file changed.

Code scanning / CodeQL

Syntax error Note

Error: Unexpected token

Check notice on line 3 in dsf-fhir/dsf-fhir-server/src/main/resources/static/tabs.js

See this annotation in the file changed.

Code scanning / CodeQL

Syntax error Note

Error: Unexpected token