Update Octopus.Tentacle dependencies to mitigate System.Drawing.Common CVE #694
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.
Remove implicit dependencies on
System.Drawing.Common
to address CVE-2021-24112. This is achieved by updating the following references inOctopus.Tentacle
to the latest versions:System.Diagnostics.EventLog
(7.0.0 -> 8.0.0)System.DirectoryServices.AccountManagement
(5.0.0 -> 8.0.0)System.Security.Cryptography.ProtectedData
(4.5.0 -> 8.0.0)Background
There is a CVE lodged against the version of
System.Drawing.Common
being referenced.Results
Partially fixes Upgrade all usages of System.Drawing.Common in Tentacle.
The following will be completed in future PRs to fully address the CVE:
Octopus.Tentacle.Contracts
must be removed.Before
Octopus.Tentacle
implicitly referencesSystem.Drawing.Common
5.0.0After
No implicit references to
System.Drawing.Common
inOctopus.Tentacle
How to review this PR
Quality ✔️
Pre-requisites