Skip to content

Commit acbae3a

Browse files
committed
Fix SSRI vulnerability
Fixed SSRI vulnerability by using webpack 5. Previously, webpack 4 was used. Signed-off-by: Kjeldgaard <Kjeldgaard@users.noreply.github.com>
1 parent 7017e1d commit acbae3a

File tree

5 files changed

+669
-2749
lines changed

5 files changed

+669
-2749
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
#### Version 1.0.2
3+
- Fix SSRI vulnerability: https://github.com/advisories/GHSA-vx3p-948g-6vhq
4+
25
#### Version 1.0.1
36
- Security fixes. No functional changes.
47

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Example 2:
3030
Hovering a line containing the text "WIKI#test#", will generate the following link "https://en.wikipedia.org/wiki/test". Note, "match_pattern" is not included in the generated URL.
3131

3232
## Release Notes
33+
#### Version 1.0.2
34+
- Fix SSRI vulnerability: https://github.com/advisories/GHSA-vx3p-948g-6vhq
35+
3336
#### Version 1.0.1
3437
- Security fixes. No functional changes.
3538

0 commit comments

Comments
 (0)