-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security/26 fix vulnerabilities (#27)
* #26: update dependencies * #26: swapped out jsrsasign for node-forge * run pk fix and update changes file
- Loading branch information
1 parent
70c737c
commit ae9369d
Showing
9 changed files
with
1,353 additions
and
945 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Exasol Driver ts 0.1.3, released 2024-02-06 | ||
|
||
Code name: Fix bable traverse and jsrsasign vulnerabilities. | ||
|
||
## Summary | ||
|
||
This release fixes vulnerabilities in bable traverse by updating the package and swaps out jsrsasign with node-forge to replace RSA encryption. | ||
|
||
## Features | ||
|
||
- #26: Fix vulnerabilities | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Added `node-forge:^1.3.1` | ||
* Removed `jsrsasign:^10.8.6` | ||
|
||
### Development Dependency Updates | ||
|
||
* Added `@types/node-forge:^1.3.11` | ||
* Removed `@types/jsrsasign:^10.5.8` |
Oops, something went wrong.