Bump shiro version

This commit is contained in:
Rene Pfeuffer
2026-01-30 13:05:45 +00:00
committed by Thomas Zerr
parent 0217132f68
commit f21444f97b
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ ext {
mapstructVersion = '1.6.3'
jaxbBindApiVersion = '4.0.4'
jaxbRuntimeVersion = '4.0.6'
shiroVersion = '1.12.0'
shiroVersion = '1.13.0'
sspVersion = '1.3.0'
jjwtVersion = '0.11.5'
bouncycastleVersion = '2.73.10'

View File

@@ -90,6 +90,7 @@ public class ScmSecurityModule extends ShiroWebModule
bindConstant().annotatedWith(Names.named("shiro.blockNonAscii")).to(false);
bindConstant().annotatedWith(Names.named("shiro.blockTraversal")).to(false);
bindConstant().annotatedWith(Names.named("shiro.blockSemicolon")).to(false);
bindConstant().annotatedWith(Names.named("shiro.blockEncodedForwardSlash")).to(false);
// disable access to mustache resources
addFilterChain("/**.mustache", filterConfig(ROLES, "nobody"));