Skip to content

Commit

Permalink
Merge pull request #431 from zen-audio-player/xss
Browse files Browse the repository at this point in the history
Add DOMPurify to address XSS issues; closes #420
  • Loading branch information
shakeelmohamed committed Apr 21, 2024
2 parents e1a3fa6 + 773b6f0 commit 8449dc0
Show file tree
Hide file tree
Showing 28 changed files with 26,547 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .sourcery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ignore:
- .github
- .idea
- bower_components
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"font-awesome": "~4.4.0",
"primer-css": "3.x.x",
"jquery": "~1.11.x",
"keen-js": "~3.4.0",
"trackjs": "~2.10.1",
"typeahead.js": "~0.11.1",
"plyr": "1.6.x",
"urijs": "1.18.1"
"urijs": "1.18.1",
"DOMPurify": "^3.1.0"
}
}
42 changes: 42 additions & 0 deletions bower_components/DOMPurify/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "DOMPurify",
"version": "3.1.0",
"homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <[email protected]>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
"main": "src/purify.js",
"keywords": [
"dom",
"xss",
"cross site scripting",
"html",
"svg",
"mathml",
"sanitizer",
"filter",
"sanitize",
"security",
"secure"
],
"license": [
"MPL-2.0",
"Apache-2.0"
],
"ignore": [
"**/.*",
"demos",
"scripts",
"test",
"website"
],
"_release": "3.1.0",
"_resolution": {
"type": "version",
"tag": "3.1.0",
"commit": "db19269d8f9029cba78eabc9d6b52e73c31702ad"
},
"_source": "https://github.com/cure53/DOMPurify.git",
"_target": "^3.1.0",
"_originalSource": "DOMPurify",
"_direct": true
}
Loading

0 comments on commit 8449dc0

Please sign in to comment.