Commit bc9d44e
Fix XSS vulnerabilities in jQuery (#105)
* Fix jQuery XSS vulnerabilities by upgrading to 3.7.1
- Updated jQuery from 1.11.0/3.5.0 to 3.7.1 across all templates
- Removed vulnerable local jquery.js file (v1.11.0)
- Changed fallback from local file to code.jquery.com CDN
- Fixes XSS vulnerabilities in jQuery as detected in security scan
This addresses the following moderate severity XSS issues:
- XSS in jQuery as used in Drupal, Backdrop CMS, and other products
- Cross-Site Scripting (XSS) in jquery
- Potential XSS vulnerability in jQuery
* build
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7857c16 commit bc9d44e
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
| 290 | + | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments