This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 5dfa5ad [StepSecurity] ci: Harden GitHub Actions #224 5dfa5ad is described below commit 5dfa5adf782f0cd15dcafc41bf24b95fd08f9bd0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 24 15:10:33 2023 -0400 [StepSecurity] ci: Harden GitHub Actions #224 --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e9f7866..c06f070 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.0" date="TBD" description="2.0 Release"> + <!-- FIX --> <action dev="jochen" type="fix">Changing Maven coordinates, and package name, due to binary incompatible changes.</action> <action issue="FILEUPLOAD-293" dev="jochen" type="fix">DiskFileItem.write(File) had been changed to use FileUtils.moveFile internally, preventing an existing file as the target.</action> <action issue="FILEUPLOAD-296" dev="jochen" type="fix" due-to="David Georg Reochelt">Performance gains by reusing an internal buffer.</action> @@ -55,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory">All custom exception extend FileUploadException.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">All custom exceptions serialVersionUID value is now 2.</action> <action issue="FILEUPLOAD-350" dev="ggregory" type="fix" due-to="Ernesto Reinaldo Barreiro">FileUploadByteCountLimitException ctor switches fileName and fieldName parameters #216.</action> + <action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #224.</action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory">Add github/codeql-action from #144.</action> <action dev="jochen" type="add">Add the package org.apache.fileupload2.jaksrvlt, for compliance with Jakarta Servlet API 5.0.</action>