Skip to content
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

Add fixedFIndings at changeset level #42

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

drdavella
Copy link
Member

  • In some cases it is more reliable to attach fixed finding metadata directly to the changeset than it is to identify an individual change
  • Implementations should honor both possibilities
  • Also updated change.findings to change.fixedFindings to conform to the current behavior of the Java CodeTF bindings

@drdavella drdavella requested review from nahsra and gilday December 3, 2024 22:43
},
"fixedFindings": {
"type": "array",
"description": "List of findings that were fixed by this changeset",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not an exhaustive list, right? It's all these finding, plus those in the changes (if any), right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true, yes. I can improve the description.

@drdavella drdavella merged commit 69bfe4a into main Dec 4, 2024
2 checks passed
@drdavella drdavella deleted the changeset-fixed-findings branch December 4, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants