Remediation Steps
Follow the steps below to remediate this finding on Drupal.
In your module's *.libraries.yml, add the integrity key for external assets:
my_library:
js:
https:
//cdn.example.com/lib.js:type: external attributes: integrity: sha384-<hash> crossorigin: anonymous