You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from release notes for 3.2 :
"we've eliminated the dedicated spring-asm jar in M2 in favor of including org.springframework.asm classes directly in spring-core"
"In Spring Framework 3.2, spring-asm is upgraded to org.objectweb.asm 4.0 and included in spring-core. Now there is no need to add this spring-asm dependency." source
The text was updated successfully, but these errors were encountered:
----------------------
set version to 0.4.2
Updated CHANGELOG
FixedAsqatasun#16 - Changed JSTL artifact (jstl:jstl -> org.apache.taglibs:taglibs-standard-jstlel)
FixedAsqatasun#15 - Removed commons-httpclient dependency
FixedAsqatasun#14 - Upgraded SpringFrameworkt to v3.2.12 and remove spring-asm
FixedAsqatasun#13 - Upgraded Apache.HttpComponents HttpClient to v4.3.6
updated CONTRIBUTING.md
fixedAsqatasun#11 - color contrast falling for links
fixedAsqatasun#10 - color contrast failing for "the color should be between (...)"
Dockerfile : typo
set version to 0.4.2-dev
Vulnerability
The SourceHttpMessageConverter in Spring MVC in Spring Framework before 3.2.5
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-6429
The Spring MVC in Spring Framework before 3.2.4
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-7315
The Spring OXM wrapper in Spring Framework before 3.2.4
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4152
The Jaxb2RootElementHttpMessageConverter in Spring MVC in Spring Framework before 3.2.8
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-0054
Cross-site scripting (XSS) vulnerability in web/servlet/tags/form/FormTag.java in Spring MVC in Spring Framework 3.0.0 before 3.2.8
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-1904
Directory traversal vulnerability in Spring Framework 3.x before 3.2.9
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3578
Directory traversal vulnerability in Spring Framework 3.0.4 through 3.2.x before 3.2.12
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3625
Solution
no need to add this spring-asm dependency
The text was updated successfully, but these errors were encountered: