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

Merged main into 3.x branch for 3.0.6 release preparation #860

Merged
merged 40 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
146913d
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
05fb9ba
Merge pull request #839 from cure53/dependabot/npm_and_yarn/word-wrap…
cure53 Jul 19, 2023
b8e9a10
refac(purify): Refactoring Purify
ssi02014 Aug 2, 2023
3ec62bb
refac(purify): Refactoring Purify
ssi02014 Aug 2, 2023
e6c5048
refac(purify): Refactoring Purify
ssi02014 Aug 2, 2023
a5ee407
Merge pull request #842 from ssi02014/refac/purify
cure53 Aug 3, 2023
5dae401
Update README.md
cure53 Aug 3, 2023
337bf4a
Update README.md
cure53 Aug 3, 2023
f1b5959
refac(purify): Add utils jsdoc & code consistency tasks
ssi02014 Aug 3, 2023
78c7210
fix(purify): revert comment
ssi02014 Aug 3, 2023
39ee9e0
fix(purify): fix comment
ssi02014 Aug 3, 2023
d6a4c8f
Merge pull request #843 from ssi02014/refac/purify
cure53 Aug 3, 2023
7b79ee0
docs(purify): Update README.md
ssi02014 Aug 4, 2023
8898ece
docs(purify): Update README.md
ssi02014 Aug 4, 2023
cecb98d
docs(purify): Update README.md
ssi02014 Aug 4, 2023
770cddf
Merge pull request #844 from ssi02014/docs/purify
cure53 Aug 4, 2023
17a47c5
fix(purify): Fix _isDOMNode function
ssi02014 Aug 4, 2023
84508da
fix(purify): Fix _isNode function
ssi02014 Aug 4, 2023
276bedb
fix(purify): Fix _isNode function
ssi02014 Aug 4, 2023
5f12c81
refac(purify): Initialize content null
ssi02014 Aug 4, 2023
25b1b21
revert(purify): revert isNode Functio Name
ssi02014 Aug 4, 2023
d5060b3
Merge pull request #845 from ssi02014/fix/purify
cure53 Aug 6, 2023
68ad9a9
fix(purify): Remove unnecessary conditional expressions
ssi02014 Aug 9, 2023
59c7807
Merge pull request #848 from ssi02014/fix/purify
cure53 Aug 9, 2023
37abb76
refac(purify): Refactoring purify
ssi02014 Aug 9, 2023
2b012d2
Merge pull request #849 from ssi02014/refac/purify
cure53 Aug 10, 2023
cba5757
docs: updated contributor list
cure53 Aug 10, 2023
a608d4f
fix(purify): fix createIterator
ssi02014 Aug 10, 2023
394a6d0
fix(purify): fix createIterator
ssi02014 Aug 10, 2023
5d0c441
fix(purify): fix test error
ssi02014 Aug 10, 2023
945fd1d
refac(purify): Rename _isBasicCustomElementCheck
ssi02014 Aug 10, 2023
e79525c
refac(purify): Rename _isBasicCustomElement
ssi02014 Aug 10, 2023
1154de2
Merge pull request #850 from ssi02014/fix/createIterator
cure53 Aug 11, 2023
48bd850
docs: Fixed a faulty sanitization result in README
cure53 Aug 29, 2023
2d1a4c3
build(deps): bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
926a8cd
Merge pull request #855 from cure53/dependabot/github_actions/actions…
cure53 Sep 5, 2023
977df97
Update README.md
cure53 Sep 27, 2023
1b76e6c
Update README.md
cure53 Sep 27, 2023
7718a39
Update README.md
cure53 Sep 28, 2023
7e6a7ee
chore: Preparing 3.0.6 release
cure53 Sep 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
133 changes: 63 additions & 70 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DOMPurify",
"version": "3.0.5",
"version": "3.0.6",
"homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <info@cure53.de>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
Expand Down
190 changes: 115 additions & 75 deletions dist/purify.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.cjs.js.map

Large diffs are not rendered by default.

190 changes: 115 additions & 75 deletions dist/purify.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.es.js.map

Large diffs are not rendered by default.

190 changes: 115 additions & 75 deletions dist/purify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/purify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.min.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"name": "dompurify",
"description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.",
"version": "3.0.5",
"version": "3.0.6",
"directories": {
"test": "test"
},
Expand Down