U Team Core

U Team Core

37M Downloads

JarSignVerifier should check all zip entries

HyCraftHD opened this issue ยท 0 comments

commented

Currenty the JarSignVerifier only checks the manifest and the .class files if they are signed.
We should also check all other resources excluding directories and the certificate files with the end .SF .DSA .EC .RSA

if (entryStream.filter(entry -> entry.getName().endsWith(".class") || entry.getName().endsWith(".MF")).allMatch(entry -> {