Release v10.11.0

This commit is contained in:
a3957273 2024-03-29 02:02:00 +00:00
parent 77b7d7ee0b
commit 27b7e3c4d6
1 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,11 @@ All major and minor version changes will be documented in this file. Details of
## Details
### [10.11.0] - 2024-03-29
- Add HEIC/HEIF file signatures [simonw] | [#1757]
- Update xmldom to fix medium security vulnerability [chriswhite199] | [#1752]
- Update JSONWebToken to fix medium security vulnerability [chriswhite199] | [#1753]
### [10.10.0] - 2024-03-27
- Added 'JA4 Fingerprint' operation [@n1474335] | [#1759]
@ -392,6 +397,7 @@ All major and minor version changes will be documented in this file. Details of
## [4.0.0] - 2016-11-28
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
[10.11.0]: https://github.com/gchq/CyberChef/releases/tag/v10.11.0
[10.10.0]: https://github.com/gchq/CyberChef/releases/tag/v10.10.0
[10.9.0]: https://github.com/gchq/CyberChef/releases/tag/v10.9.0
[10.8.0]: https://github.com/gchq/CyberChef/releases/tag/v10.7.0
@ -559,6 +565,8 @@ All major and minor version changes will be documented in this file. Details of
[@sg5506844]: https://github.com/sg5506844
[@AliceGrey]: https://github.com/AliceGrey
[@AshCorr]: https://github.com/AshCorr
[@simonw]: https://github.com/simonw
[@chriswhite199]: https://github.com/chriswhite199
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
@ -687,3 +695,6 @@ All major and minor version changes will be documented in this file. Details of
[#1555]: https://github.com/gchq/CyberChef/issues/1555
[#1694]: https://github.com/gchq/CyberChef/issues/1694
[#1699]: https://github.com/gchq/CyberChef/issues/1694
[#1757]: https://github.com/gchq/CyberChef/issues/1757
[#1752]: https://github.com/gchq/CyberChef/issues/1752
[#1753]: https://github.com/gchq/CyberChef/issues/1753