Open ClemRz opened 3 months ago
Hi,
It seems that nvd-clojure detects quite a few HIGH vulnerabilities due to the Batik dependencies version used in on-time:
nvd-clojure
on-time
batik-css-1.15.jar
CVE-2022-44729
CVE-2022-42890
CVE-2022-41704
CVE-2022-44730
batik-i18n-1.15.jar
~It seems that this is for front-end purposes. Why are they actually needed?~ <- probably for QR rendering.
Is there any plan to upgrade these dependencies please?
Actually, PR #24 from @daviddurand should solve these vulnerabilities.
Hi,
It seems that
nvd-clojure
detects quite a few HIGH vulnerabilities due to the Batik dependencies version used inon-time
:batik-css-1.15.jar
:CVE-2022-44729
,CVE-2022-42890
,CVE-2022-41704
,CVE-2022-44730
batik-i18n-1.15.jar
:CVE-2022-44729
,CVE-2022-44730
~It seems that this is for front-end purposes. Why are they actually needed?~ <- probably for QR rendering.
Is there any plan to upgrade these dependencies please?