(struts-examples) branch dependabot/maven/org.springframework-spring-web-6.1.8 deleted (was ad9b372)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework-spring-web-6.1.8 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was ad9b372 Bump org.springframework:spring-web from 6.1.6 to 6.1.8 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-examples) branch dependabot/maven/org.springframework-spring-web-6.1.9 created (now e778025)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework-spring-web-6.1.9 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at e778025 Bump org.springframework:spring-web from 6.1.6 to 6.1.9 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.11.2 created (now 0a313c1)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.11.2 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 0a313c1 Bump io.quarkus:quarkus-universe-bom from 3.10.0 to 3.11.2 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.11.1 deleted (was 9c64423)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.11.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was 9c64423 Bump io.quarkus:quarkus-universe-bom from 3.10.0 to 3.11.1 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-examples) branch dependabot/github_actions/actions/checkout-4.1.7 created (now 1f3beaa)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-4.1.7 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 1f3beaa Bump actions/checkout from 4.1.4 to 4.1.7 No new revisions were added by this update.
(struts-examples) branch dependabot/github_actions/actions/checkout-4.1.6 deleted (was 2296c31)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-4.1.6 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was 2296c31 Bump actions/checkout from 4.1.4 to 4.1.6 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts) branch dependabot/maven/spring.platformVersion-6.1.9 created (now 2a06ad552)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/spring.platformVersion-6.1.9 in repository https://gitbox.apache.org/repos/asf/struts.git at 2a06ad552 Bump spring.platformVersion from 5.3.31 to 6.1.9 No new revisions were added by this update.
(struts) branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0 created (now b07268d5b)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0 in repository https://gitbox.apache.org/repos/asf/struts.git at b07268d5b Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 No new revisions were added by this update.
(struts) branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.3.0 created (now a99162a1a)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.3.0 in repository https://gitbox.apache.org/repos/asf/struts.git at a99162a1a Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 No new revisions were added by this update.
(struts-site) 01/01: Adds missing since tag
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/csp-versions in repository https://gitbox.apache.org/repos/asf/struts-site.git commit 5d3ec9aedcdd4a19a13b68f273851a3c039b2cb3 Author: Lukasz Lenart AuthorDate: Mon Jun 17 07:41:26 2024 +0200 Adds missing since tag --- source/core-developers/csp-interceptor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core-developers/csp-interceptor.md b/source/core-developers/csp-interceptor.md index 97c0bf05a..6bc69bf51 100644 --- a/source/core-developers/csp-interceptor.md +++ b/source/core-developers/csp-interceptor.md @@ -33,10 +33,10 @@ implement CSP in a highly secure fashion. - `enforcingMode` (default `false`) - When set to "true", the enforce mode has been enabled, and the provided policy is going to be enforced. - `reportUri` - an uri under which the violations will be reported. -- `prependServletContext` (default `true`) - a flag to prepend or not the Servlet context to the `reportUri` +- `prependServletContext` (default `true`) - a flag to prepend or not the Servlet context to the `reportUri` (since Struts 6.4.0). - `cspSettingsClassName` (default to `DefaultCspSettings.class`) - a full class name implementing `CspSettings` interface to allow to define a custom CPS settings. It's alternative approach of using the [CspSettingsAware](#action-aware) - interface below. + interface below (since Struts 6.5.0). ## Report action
(struts-site) branch fix/csp-versions created (now 5d3ec9aed)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/csp-versions in repository https://gitbox.apache.org/repos/asf/struts-site.git at 5d3ec9aed Adds missing since tag This branch includes the following new commits: new 5d3ec9aed Adds missing since tag The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-site) branch fix/csp-versions deleted (was 5d3ec9aed)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/csp-versions in repository https://gitbox.apache.org/repos/asf/struts-site.git was 5d3ec9aed Adds missing since tag The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-site) branch master updated (88935cc6d -> 46bfcac10)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git from 88935cc6d Merge pull request #241 from jogep/patch-1 add 5d3ec9aed Adds missing since tag new 46bfcac10 Merge pull request #242 from apache/fix/csp-versions The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: source/core-developers/csp-interceptor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
(struts-site) branch asf-site updated: Automatic Site Publish by Buildbot
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 29032c29d Automatic Site Publish by Buildbot 29032c29d is described below commit 29032c29df83d1426653adfc1306f28b340e49a4 Author: buildbot AuthorDate: Mon Jun 17 05:46:38 2024 + Automatic Site Publish by Buildbot --- output/core-developers/csp-interceptor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/core-developers/csp-interceptor.html b/output/core-developers/csp-interceptor.html index bb0aaca01..a4742b49f 100644 --- a/output/core-developers/csp-interceptor.html +++ b/output/core-developers/csp-interceptor.html @@ -182,10 +182,10 @@ implement CSP in a highly secure fashion. enforcingMode (default false) - When set to “true”, the enforce mode has been enabled, and the provided policy is going to be enforced. reportUri - an uri under which the violations will be reported. - prependServletContext (default true) - a flag to prepend or not the Servlet context to the reportUri + prependServletContext (default true) - a flag to prepend or not the Servlet context to the reportUri (since Struts 6.4.0). cspSettingsClassName (default to DefaultCspSettings.class) - a full class name implementing CspSettings interface to allow to define a custom CPS settings. It’s alternative approach of using the CspSettingsAware -interface below. +interface below (since Struts 6.5.0). Report action
(struts-site) 01/01: Merge pull request #242 from apache/fix/csp-versions
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git commit 46bfcac10566a9b482a1abbed9f08063e19e042b Merge: 88935cc6d 5d3ec9aed Author: Lukasz Lenart AuthorDate: Mon Jun 17 07:45:59 2024 +0200 Merge pull request #242 from apache/fix/csp-versions Adds missing since tag source/core-developers/csp-interceptor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)