Could you please help me to find the version of libraries used inside amazoncorretto:11.0.23-alpine3.18
I need to find mx4j and sjsxp versions, I am using corona scanner for finding vulnerability in my application and these are reported as having unknown versions:
The path mentioned for these are:
mx4j:
usr/lib/jvm/java-11-amazon-corretto/jmods/java.management.jmod/classes/javax/management
sjsxp:
usr/lib/jvm/java-11-amazon-corretto/jmods/java.xml.jmod/classes/com/sun
For other libraries I ran the application and found using find command in linux
as:
`find / -name "*library*"`
but I am unable to find for these . I even tried downloading amazon-coretto-11 jdk zip but couldnt find any relevant information
Please help me to find the version of these unknown libraries inside the docker image.
Ananthram J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.