This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit 4cf7c825cc72829c4046a4e88ddd404bd0e2a74e Author: P. Ottlinger <[email protected]> AuthorDate: Mon Jan 29 23:18:06 2024 +0100 WHISKER-20: Add changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6768e02..d53d128 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove. </release> --> <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="WHISKER-30" type="fix" dev="pottlinger"> + Update Jdom to 2.0.6.1 in order to fix CVE CVE-2021-33813. + </action> <action issue="WHISKER-19" type="fix" dev="pottlinger"> Upgrade Apache commons-io to fix CVE-2021-29425. </action>
