Report security-sensitive findings through your organisation's usual channel for ADHA / AuDigitalHealth repositories (do not open a public issue with exploit details before it is triaged).
- Do not commit secrets to git. That includes passwords, API tokens, private keys, real mutual-TLS keystores, production or staging HI endpoint URLs with embedded credentials, and Services Australia / vendor registration material — even inside comments, test fixtures, or tracked documentation.
local.propertiesis gitignored. Never commit real HI credentials or keystores.settings.xmlat the repository root is gitignored when it contains release credentials; do not commit populated copies. Usesettings.xml.exampleas the template (server idcentral).- Licensed MCA WSDL/XSD download tree: on
1.6.5and1.7.0, the full ADHA bundle underwsdls/xml/(or equivalent) must stay out of Git. This1.6.3line ships only the standard HI B2B binding WSDL set undersrc/main/resources/as published artifact content. - In property files, prefer forward slashes in filesystem paths so the same values work on Windows, macOS, and Linux.