Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
DQ-22: Data contract PreProcessor #2937
DQ-22: Data contract PreProcessor #2937
Changes from 16 commits
27285ad
5c53ca1
94d98db
d64e969
6ee00aa
c79dfa0
723286a
3e6f1b2
f69d6f6
3e75d0f
2e30f63
32104e9
8185bfe
e863c13
2971520
4cd524d
8ed00b3
5434342
09c500a
d78cdc1
9779ffe
191b447
9f26e46
418a8cf
fb0ee62
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Got a CVE of severity medium here! please fix it. Can't let it to be a backlog
https://github.com/atlanhq/atlas-metastore/actions/runs/8890490131
Check how difficult it is to fix it.
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.
Basically dependency review is failing
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.
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.
GHSA-845h-985r-jrqh
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.
Initially, I tried with the latest version for Java 8 supported https://central.sonatype.com/artifact/org.hibernate.validator/hibernate-validator/6.2.5.Final
This is not working as the repository/gorupId got changed from
org.hibernate
toorg.hibernate.validator
which is why the validator is not working (possible issue might be due to conflict in dependency).I have limited knowledge of how dependency works in Java. If you can help debug further, I am happy to jump on an call and solve this.