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

Update jQuery to 3.7 and fix admintests #5868

Merged
merged 9 commits into from
Aug 8, 2023
Merged

Update jQuery to 3.7 and fix admintests #5868

merged 9 commits into from
Aug 8, 2023

Conversation

SamTV12345
Copy link
Member

No description provided.

@@ -33,7 +33,7 @@
fb.linkTo = function (callback) {
// Unbind previous nodes
if (typeof fb.callback == 'object') {
$(fb.callback).unbind('keyup', fb.updateValue);
$(fb.callback).off('keyup').on('keyup').on('keyup', fb.updateValue);

Check warning

Code scanning / CodeQL

Unsafe jQuery plugin

Potential XSS vulnerability in the ['$.fn.farbtastic' plugin](1).
@SamTV12345 SamTV12345 merged commit a096f1a into develop Aug 8, 2023
@SamTV12345 SamTV12345 deleted the jquery-update2 branch August 8, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants