Skip to content

Add Encrypt=True to test connection strings#3903

Merged
eerhardt merged 1 commit intomainfrom
levib/codeql_connstr
Apr 24, 2024
Merged

Add Encrypt=True to test connection strings#3903
eerhardt merged 1 commit intomainfrom
levib/codeql_connstr

Conversation

@GrabYourPitchforks
Copy link
Copy Markdown
Member

@GrabYourPitchforks GrabYourPitchforks commented Apr 24, 2024

This should silence some CodeQL alerts we're receiving in our backend systems.

Yes, it's test code. There's a weird policy governing when test code is / is not required to be in scope during CodeQL runs. Making these very targeted changes to the test code seemed like the path of least resistance.

Microsoft Reviewers: Open in CodeFlow

@ghost ghost added the area-integrations Issues pertaining to Aspire Integrations packages label Apr 24, 2024
Copy link
Copy Markdown
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

Lgtm

is there anyway to catch these kinds of things during PR validation?

@eerhardt eerhardt merged commit 2bebeb6 into main Apr 24, 2024
@eerhardt eerhardt deleted the levib/codeql_connstr branch April 24, 2024 13:17
@GrabYourPitchforks
Copy link
Copy Markdown
Member Author

is there anyway to catch these kinds of things during PR validation?

Not really. CodeQL runs are intentionally asynchronous since they take so long to execute. Otherwise people would be waiting hours - maybe days - for CI to go green. And then you have an angry mob at your doorstep. :)

@GrabYourPitchforks
Copy link
Copy Markdown
Member Author

Following up - confirmed that the raw tool output from the latest runs shows this issue as resolved. It'll take a few days to percolate through the reporting system, but we should consider this fully resolved.

@github-actions github-actions Bot locked and limited conversation to collaborators May 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-integrations Issues pertaining to Aspire Integrations packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants