Addressed issues#
Issues addressed in the MSR 2.10.2 release include:
- [ENGDTR-5092] Set
ReadHeaderTimeout(10s) on producthttp.Serverinstances in the admin API and Garant token server to mitigate Slowloris-style denial-of-service attacks using incomplete HTTP request headers. - [ENGDTR-5224] Rejection of archive members whose cleaned path would escape the
destination directory in
dtrutil.Untar(Zip Slip); used when applying offline vulnerability database updates. - [ENGDTR-5055] Appliance network-settings field errors are rendered with
textContentinstead ofinnerHTML. - [ENGDTR-5113] Replacing of
tempfile.mktempwithNamedTemporaryFilewhen writing temporary CA files for storage/RabbitMQ verification. - [ENGDTR-2725] Removed an unused workspace-level
swagger-ui@3.23.11dependency that pulled in vulnerableautolinker@0.28.1viaremarkable@1.7.4. The MSR UI continues to useswagger-ui@^3.27.0, which resolves toautolinker@3.14.1. Repository README rendering is unaffected; it usesreact-markdown, notremarkable.