We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In our Angular 16 upgrade PR #2871, GitHub's CodeQL scanner noted a possible "Unvalidated dynamic method call" error: https://github.com/DSpace/dspace-angular/pull/2871/checks?check_run_id=23429832711
The error is noted on this line of code:
dspace-angular/src/app/core/lazy-service.ts
Line 29 in 86ddd45
See also https://github.com/DSpace/dspace-angular/security/code-scanning/131 (This link may only work for Committers)
This alert needs to be addressed prior to the 8.0 final release. Assigning to @atarix83 as he / his team added this code.
Related work Alert first appeared in #2871, but the code was first added in #2750 .
The text was updated successfully, but these errors were encountered:
Merge pull request #2897 from 4Science/DURACOM-247
26ecc03
Fixes for #2891 #2889
atarix83
Successfully merging a pull request may close this issue.
Describe the bug
In our Angular 16 upgrade PR #2871, GitHub's CodeQL scanner noted a possible "Unvalidated dynamic method call" error: https://github.com/DSpace/dspace-angular/pull/2871/checks?check_run_id=23429832711
The error is noted on this line of code:
dspace-angular/src/app/core/lazy-service.ts
Line 29 in 86ddd45
See also https://github.com/DSpace/dspace-angular/security/code-scanning/131 (This link may only work for Committers)
This alert needs to be addressed prior to the 8.0 final release. Assigning to @atarix83 as he / his team added this code.
Related work
Alert first appeared in #2871, but the code was first added in #2750 .
The text was updated successfully, but these errors were encountered: