Open zakkak opened 2 months ago
/cc @sberyozkin (security)
Hi @zakkak @galderz
Acknowledge that Quarkus uses a custom classloader in all test, dev and production modes, and this classloader ignores the certificates inside jar files.
Is it relevant for the native build only or do we want to say that in general, Quarkus does not validate signed jar's signatures because it does not check certificates ?
@sberyozkin It's a general issue since it has to do with the classloader Quarkus uses in the majority of its configurations. See https://github.com/quarkusio/quarkus/blob/main/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/JarResource.java#L51
Description
As pointed out by @galderz in https://github.com/quarkusio/quarkus/issues/35906
Implementation ideas
No response