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

Staging #283

Merged
merged 15 commits into from
Dec 17, 2024
Merged

Staging #283

merged 15 commits into from
Dec 17, 2024

Conversation

km719
Copy link
Contributor

@km719 km719 commented Dec 17, 2024

security updates

km719 and others added 15 commits December 17, 2024 10:58
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Fix code scanning alert no. 1: DOM text reinterpreted as HTML
Fix code scanning alert no. 2: DOM text reinterpreted as HTML
Fix code scanning alert no. 3: DOM text reinterpreted as HTML
Fix code scanning alert no. 4: DOM text reinterpreted as HTML
Fix code scanning alert no. 5: Unsafe jQuery plugin
Fix code scanning alert no. 6: Unsafe jQuery plugin
Fix code scanning alert no. 7: Unsafe jQuery plugin
@@ -89,7 +109,7 @@
},
_getCloseBtn = function(type) {
if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {
mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) );
mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', escapeHtml(mfp.st.tClose)) );

Check warning

Code scanning / CodeQL

Unsafe jQuery plugin Medium

Potential XSS vulnerability in the
'$.fn.magnificPopup' plugin
.
@km719 km719 merged commit d7e3203 into main Dec 17, 2024
4 checks passed
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