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

chore: Pin Moq to 4.18.4 #963

Merged
merged 2 commits into from Aug 23, 2023
Merged

chore: Pin Moq to 4.18.4 #963

merged 2 commits into from Aug 23, 2023

Conversation

madalynrose
Copy link
Contributor

Details

Since 4.20.x, Moq has introduced a privacy vulnerability that improperly handles user data. https://github.com/moq/moq/issues/1372

This pins to 4.18.4 until we can confirm that those privacy concerns are resolved.

Motivation

Privacy/Security

Context

Pull request checklist

  • Addresses an existing issue: #0000

@madalynrose madalynrose requested a review from a team as a code owner August 23, 2023 14:56
@@ -27,14 +27,12 @@
<!-- This target could be placed in any project which references the CodeCov package -->

<ItemGroup>
<ReferenceToCodeCovPackage Include="@(PackageReference)"
Condition="'%(Identity)' == 'Codecov'" />
<ReferenceToCodeCovPackage Include="@(PackageReference)" Condition="'%(Identity)' == 'Codecov'" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this look visually okay as just one line?

@madalynrose madalynrose merged commit d0d1e3e into main Aug 23, 2023
6 checks passed
@DaveTryon DaveTryon deleted the pin-moq-4.18 branch August 29, 2023 22:43
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.

None yet

2 participants