java archives (JAR) are not supported to detect current version in · Issue #20 · sjvermeu/cvechecker · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm trying to use this project to check my docker image
when I try to check elasticsearch-1.4.2 which known has "CVE-2015-1427"
It doesnt put any of result on it.
Thanks you : )
Could you inform me how an expression is generated on each CVE ?
And is there a way to check which of CVEs are not covered by this project yet ?
I haven't forgotten this one. Sadly, the method for obtaining versions isn't working on a .jar file. I'll need to implement a method for extracting files from .jar files first (similar to jar xvf ...) and then focus on the resulting files (assuming version information is available inside of it). I thought of using org/elasticsearch/Version.class but there's no clear identification from it (without different parsing methods).
So still searching. You gave me a nice challenge ;-)
sjvermeu
changed the title
Failed to check CVE of elasticsearch
java archives (JAR) are not supported to detect current version in
Jun 27, 2020
Hi
I'm trying to use this project to check my docker image
when I try to check elasticsearch-1.4.2 which known has "CVE-2015-1427"
It doesnt put any of result on it.
below is what I done
Could anyone inform me why it cant check the CVE ?
The text was updated successfully, but these errors were encountered: