github.com/extrame/fabric-ca@v2.0.0-alpha+incompatible/release_notes/v1.0.0-beta.md (about) 1 # v1.0.0-beta June 8, 2017 2 3 ## Release Notes 4 Bug fixes, documentation and test coverage improvements, UX improvements based on user feedback and changes to address a variety of static scan findings (unused code, static security scanning, spelling, linting and more). 5 6 ## Known Vulnerabilities 7 none 8 9 ## Resolved Vulnerabilities 10 11 [FAB-4372](https://jira.hyperledger.org/browse/FAB-4372) The current logic only checked to see if an identity has a specific attribute. There was no check being made as to the actual value of the attribute. This was allowing certain execution of code that should have been prevented if the attribute had a value of false. For example, I can start a root server and register an identity with "hf.IntermediateCA=false", however I am still able to register this identity as an intermediate CA. 12 13 ## Known Issues & Workarounds 14 15 ## [Change Log](https://github.com/hyperledger/fabric-ca/blob/master/CHANGELOG.md#v100-beta) 16 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.