badger
badger copied to clipboard
chore(Docs): Update jQuery 3.2.1 to 3.7.1
Problem
Hugo docs imports outdated version of jQuery that have security issues
Fixes mend security scan: https://www.mend.io/vulnerability-database/CVE-2020-23064 https://www.mend.io/vulnerability-database/CVE-2020-11023 https://www.mend.io/vulnerability-database/CVE-2020-11022 https://www.mend.io/vulnerability-database/CVE-2019-11358 https://www.mend.io/vulnerability-database/CVE-2015-9251
Solution
just need update the jquery and release a new version that won't block CI
- <script src="//code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
+ <script src="//code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
@billprovince @joshua-goldstein
Any updates on this?
Could you change the base branch to main? Master is deprecated.
Deploy Preview for badger-docs ready!
Name | Link |
---|---|
Latest commit | 11ba6e89c6eb1a672b47def7d824bf1b8a8a8379 |
Latest deploy log | https://app.netlify.com/sites/badger-docs/deploys/669f54ebcb80630008e9c818 |
Deploy Preview | https://deploy-preview-2023--badger-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
done @joshua-goldstein
bump @billprovince @joshua-goldstein
Any update on when a new version using jquery-3.7.1.min.js will be released?
@kokizzu could you rebase the changes on latest main so that the tests can run again please? Otherwise, the PR is good to go.
done @mangalaman93