Skip to content

Commit

Permalink
LRAC-15206 Remove spring-web:5.3.31 vunerable code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellustavares committed Dec 12, 2023
1 parent 78aa5f5 commit 2949142
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bundle-SymbolicName: org.springframework.spring.web
Bundle-Version: 5.3.31.LIFERAY-PATCHED-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import com.liferay.gradle.plugins.patcher.PatchTask

apply plugin: "com.liferay.patcher"

task patch(type: PatchTask)

dependencies {
api group: "org.springframework", name: 'spring-web', version: '5.3.31'
}

jar {
doFirst {
exclude ("org/springframework/remoting/httpinvoker/**")
}
}

patch {
ext {
autoClean = false
}

originalLibModuleName = "spring-web"
}

0 comments on commit 2949142

Please sign in to comment.