-
Notifications
You must be signed in to change notification settings - Fork 21
chore: Remove vulnerable commons-configuration
#808
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
Conversation
commons-configuration2
...generator/src/main/java/com/sap/cloud/sdk/datamodel/odata/generator/ODataToVdmGenerator.java
Show resolved
Hide resolved
...nerator/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/generator/ODataToVdmGenerator.java
Outdated
Show resolved
Hide resolved
...nerator/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/generator/ODataToVdmGenerator.java
Outdated
Show resolved
Hide resolved
commons-configuration2commons-configuration
CharlesDuboisSAP
left a comment
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.
Please remove the dependency from the parent pom
| @@ -1,3 +1,4 @@ | |||
|
|
|||
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.
breaking change?
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.
I do not consider new-line as breaking in context of properties file
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.
However, I've noticed this too.
When I added trim() to the String that was written to file to get rid of the new-line, I got hundreds of file-changes :(
...nerator/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/generator/ODataToVdmGenerator.java
Show resolved
Hide resolved
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.
Jonas approved via second PR.
Charles also approved via slack :)
Context
#807
We previously used commons-configuration but the new version is at commons-configuration2
Feature scope:
Definition of Done
Tests cover the scope aboveError handling created / updated & covered by the tests aboveDocumentation updatedRelease notes updated