github.com/extrame/fabric-ca@v2.0.0-alpha+incompatible/release_notes/v1.2.0-rc1.txt (about) 1 v1.2.0-rc1 June 22, 2018 2 ------------------------ 3 4 Release Notes 5 ------------- 6 7 Added support for listing certificates based on various filter criteria. 8 9 Bug fixes, documentation and test coverage improvements, UX improvements 10 based on user feedback and changes to address a variety of static scan 11 findings (unused code, static security scanning, spelling, linting and more). 12 13 Updated to Go version 1.10 14 Updated baseimage version to 0.4.8 15 16 Known Vulnerabilities 17 --------------------- 18 19 [FAB-9938] many commands can be manipulated to delete identities or affiliations 20 This vulnerability has a low severity because to exploit it, one would need to 21 access the authorization header of the requests. Using HTTPS (TLS) eliminates this 22 potential. We will be re-evaluating the authorization approach for the v1.3 23 release. 24 25 Resolved Vulnerabilities 26 ------------------------ 27 https://jira.hyperledger.org/browse/FAB-7534 28 29 Known Issues & Workarounds 30 -------------------------- 31 none 32 33 Change Log 34 ---------- 35 https://github.com/hyperledger/fabric-ca/blob/master/CHANGELOG.md#v120-rc1