Skip to content

Commit

Permalink
Fix SSRI vulnerability
Browse files Browse the repository at this point in the history
Fixed SSRI vulnerability by using webpack 5. Previously, webpack 4 was
used.

Signed-off-by: Kjeldgaard <[email protected]>
  • Loading branch information
Kjeldgaard committed Apr 7, 2021
1 parent 7017e1d commit acbae3a
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 2,749 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
#### Version 1.0.2
- Fix SSRI vulnerability: https://github.com/advisories/GHSA-vx3p-948g-6vhq

#### Version 1.0.1
- Security fixes. No functional changes.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Example 2:
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.

## Release Notes
#### Version 1.0.2
- Fix SSRI vulnerability: https://github.com/advisories/GHSA-vx3p-948g-6vhq

#### Version 1.0.1
- Security fixes. No functional changes.

Expand Down
Loading

0 comments on commit acbae3a

Please sign in to comment.