Skip to content

Commit

Permalink
#8 1.0.8 security release
Browse files Browse the repository at this point in the history
  • Loading branch information
danfickle committed Mar 22, 2021
1 parent c5e8ece commit ccd29f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## CHANGELOG

### head - 1.0.8-SNAPSHOT
### head - 1.0.9-SNAPSHOT
+ See commit log.


### 1.0.8 (2021-March-22)
**SECURITY RELEASE**

+ [#675](https://github.com/danfickle/openhtmltopdf/issues/675) Update PDFBOX to 2.0.23 to avoid CVEs. Thanks for reporting @Samuel3.

NOTE: These CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc

## CHANGELOG

### head - 1.0.8-SNAPSHOT
### head - 1.0.9-SNAPSHOT
+ See commit log.


### 1.0.8 (2021-March-22)
**SECURITY RELEASE**

+ [#675](https://github.com/danfickle/openhtmltopdf/issues/675) Update PDFBOX to 2.0.23 to avoid CVEs. Thanks for reporting @Samuel3.

NOTE: These CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath.
Expand Down

0 comments on commit ccd29f0

Please sign in to comment.