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

chore(Docs): Update jQuery 3.2.1 to 3.7.1 #2023

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kokizzu
Copy link

@kokizzu kokizzu commented Oct 20, 2023

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

image

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>

@CLAassistant
Copy link

CLAassistant commented Oct 20, 2023

CLA assistant check
All committers have signed the CLA.

@kokizzu
Copy link
Author

kokizzu commented Oct 24, 2023

@bogdanprodanj
Copy link

Any updates on this?

@joshua-goldstein
Copy link
Contributor

Could you change the base branch to main? Master is deprecated.

@kokizzu kokizzu changed the base branch from master to main December 2, 2023 05:35
Copy link

netlify bot commented Dec 2, 2023

Deploy Preview for badger-docs ready!

Name Link
🔨 Latest commit 259ddf6
🔍 Latest deploy log https://app.netlify.com/sites/badger-docs/deploys/656ac35ee263360008ae7245
😎 Deploy Preview https://deploy-preview-2023--badger-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kokizzu
Copy link
Author

kokizzu commented Dec 2, 2023

done @joshua-goldstein

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants