Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAR Verification should allow adding entries, as does Oracle #27

Open
KonstantinShemyak opened this issue Apr 2, 2017 · 0 comments
Open

Comments

@KonstantinShemyak
Copy link
Owner

Oracle's Jar file specification describes JAR verification:

A successful JAR file verification occurs if the signature(s) are valid, and none of the files that were in the JAR file when the signatures were generated have been changed since then.

Python-javatools require more: we check that all MANIFEST.MF is correctly hashed (Oracle would allow new entries there), and that all JAR entries are correctly hashed in the manifest (Oracle would allow new entries).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant