-
Notifications
You must be signed in to change notification settings - Fork 48
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
PXP-7597 Fix outdated jQuery #882
Conversation
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Pull Request Test Coverage Report for Build 10556
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
<link rel="stylesheet" href="/api/static/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<script src="/api/static/js/bootstrap.min.js"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obviously I have to use this otherwise the fetch for jquery hosted lib will be blocked by 🦑
This PR fulfills https://ctds-planx.atlassian.net/browse/PXP-7597
An Outdated jQuery Library vulnerability has been identified by PenTest
Removed some jQuery and Bootstrap import if not needed. Also migrated jQuery in need from 1.11.3 to 3.6.0
Deployed and tested in https://qa-mickey.planx-pla.net
Improvements