* Harden initial security remediation slice * Address security review feedback * Handle null resume request bodies * Address security review follow-ups * Address PR review security comments * Address review comments for zip cache and resume parsing Agent-Logs-Url: https://github.com/elsa-workflows/elsa-core/sessions/23734885-ebba-4a37-b888-1ded4cc7cff5 Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com> * Tighten zip cache path validation Agent-Logs-Url: https://github.com/elsa-workflows/elsa-core/sessions/23734885-ebba-4a37-b888-1ded4cc7cff5 Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com> * Address ZipManager code quality review * Fix ZipManager test options reference * Harden cached zip path validation * Address PR review hardening feedback * Allow dotted zip download correlation ids --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
8 lines
196 B
XML
8 lines
196 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<Include Condition="'$(CollectCoverage)' == 'true' and '$(CoverageIncludeFilter)' != ''">$(CoverageIncludeFilter)</Include>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|