-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Veracode Fixes #24
Veracode Fixes #24
Conversation
fix for cross site scripting
Release 1.2.5
Support dt registry
Veracode spring expression issue fix
DT registry & Spring expression
validate input request attribute
Veracode library issue fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes looks good
This PR should be merge after PR #23 |
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-webmvc</artifactId> | ||
<version>6.0.8</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is it possible that you update spring-webmvc but the DEPENCY File is not reflecting this change?
Have you not updated/run DASH again? :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sachinargade123 : Please check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, DASH tool was not run for this commit, DEPENCY file update for next PR #31.
First merge PR #23