Firstly, thank you for being part of the TrustManager-API community. It's gratifying to know how many organizations find value in this project.
We know you have good ideas, and we would love your help. To see what work is needed, please see the TODO list.
You found a bug or weakness that a badguy could exploit? You see where we don't protect our application and our information? Let us know.
For security-sensitive findings, please DO NOT use Git Hub issues tool, as that may give badguys the information to attack when previously they hadn't discovered the weakness you did.
Instead, please email David with the details. This will ensure we can coordinate disclosure with fixing the issue, and it ensures we can give you the credit for finding this.
Please use the Git Hub issues tool to add an issue describing the bug, idea, or finding. We'll review these, and if it fits with the project, we'll either deliver it or add it to the TODO list.
Know how to do things better? Want to deliver a feature from the TODO list? We would love your contribution, and would love to give you the credit for it.
Code contributions can be made one of two ways:
- Make your additions in a named branch off "main" and send a merge-request.
- Create a patch with diff or similar against "main" branch, and send it to us.
Please follow the conventions of code so far in this project.