Skip to content

[SDS-1024] Bump dd-sds in datadog-static-analyzer #690

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

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

artslidd
Copy link
Contributor

What problem are you trying to solve?

The next time the SCA team tries to bump the dd-sds lib, they will have a hard time understanding breaking changes.

What is your solution?

I prefer bumping the lib myself, as I know how to solve the breaking changes.

Alternatives considered

What the reviewer should know

@@ -51,7 +51,7 @@ pub struct SarifReportMetadata {

#[derive(Debug, Clone)]
pub enum SarifRule {
StaticAnalysis(Rule),
StaticAnalysis(Box<Rule>),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did this because of

image

@artslidd artslidd marked this pull request as ready for review April 16, 2025 17:58
@artslidd artslidd requested a review from a team as a code owner April 16, 2025 17:58
@artslidd artslidd merged commit ca65be8 into main Apr 17, 2025
75 checks passed
@artslidd artslidd deleted the artslidd/bump-sds-lib branch April 17, 2025 12:12
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