suvash / one-time

One Time Password (TOTP and HOTP) library for Clojure. TOTP/HOTP is widely used for Two Factor / Multi Factor Authentication.
Eclipse Public License 1.0
166 stars 17 forks source link

HIGH vulnerabilities #25

Open ClemRz opened 3 months ago

ClemRz commented 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:

~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?

ClemRz commented 3 months ago

Actually, PR #24 from @daviddurand should solve these vulnerabilities.