TheHolyWaffle / TeamSpeak-3-Java-API

A Java wrapper of TeamSpeak's 3 server query API.
MIT License
306 stars 107 forks source link

2 vulnerabilities found in dependency: #423

Open qeinz opened 3 months ago

qeinz commented 3 months ago

image

any fixes?

rogermb commented 3 months ago

Hi @qeinz

Both of these CVEs are in the version of bouncycastle that sshj pulls in, but it looks like there's not much to worry about here:

I think it's okay to ignore these 2 CVEs for now. I do want to update sshj to a newer version and release a new version of the TS3 API some time soon, but it looks like the current version of sshj, 0.38.0, still uses a version of bouncycastle that has some CVEs in it. Thus, I think it's better if we wait for 0.39.0 to be released, which should ship with clean bouncycastle dependencies 😄

(And yes, I do know that I could just version-manage the bouncycastle dependencies, but I really don't want to bother if there's no real reason for it)

qeinz commented 3 months ago

Alright thx for the Information 🙏