crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

OpenJDK source link is too general #111

Open mukrop opened 2 years ago

mukrop commented 2 years ago

Clicking "source" for OpenJDK's documentation (section Original error message) only goes to general https://openjdk.java.net/ and not to the specific definition of the error.

zacikpa commented 2 years ago

Yes, this was intentional, since each error message is defined in a different place in the source code (thrown as an exception string). I will try to think of some solution, the issue can be left open.

mukrop commented 2 years ago

I see. Though the link is of no use now. Should we maybe set the link per error somewhere? Maybe add this as a data point to _data/errors/lib.yml?