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
There are several alerts being thrown for js files that are imported but unverified. For example: https://github.com/NASA-IMPACT/COSMOS/security/code-scanning/41.
Look through all the examples raised in https://github.com/NASA-IMPACT/COSMOS/pull/1213/checks?check_run_id=37794953224, and fix each one of them with the following pattern:
<html> <head> <title>jQuery demo</title> <script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script> </head> <body> ... </body> </html>
The text was updated successfully, but these errors were encountered:
Fixes Issue #1240
241088e
saifrk
Successfully merging a pull request may close this issue.
Overview
There are several alerts being thrown for js files that are imported but unverified. For example: https://github.com/NASA-IMPACT/COSMOS/security/code-scanning/41.
Deliverable
Look through all the examples raised in https://github.com/NASA-IMPACT/COSMOS/pull/1213/checks?check_run_id=37794953224, and fix each one of them with the following pattern:
The text was updated successfully, but these errors were encountered: