Skip to content

Commit 79e40bf

Browse files
authored
Remove openssl from sfsclient cgmanifest (microsoft#5775)
Component Governance is reporting issues from openssl. The alert is caused by it being in the `cgmanifest.json` of `sfs-client` even though [they don't use it on Windows](https://github.com/microsoft/sfs-client/blob/63aab71b46d92977a60b231849bebcf6cbd37715/vcpkg.json#L21). Since it is not actually used, we can't do something like overriding the version (and even if we did, CG would also pick the version in the json). Removing it from their cgmanifest should get rid of the alert, although it will cause issues the next time we update the subtree. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5775)
1 parent e7e14ab commit 79e40bf

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/SfsClient/sfs-client/cgmanifest.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,6 @@
6161
}
6262
]
6363
},
64-
{
65-
"component": {
66-
"type": "git",
67-
"git": {
68-
"repositoryUrl": "https://github.com/openssl/openssl",
69-
"commitHash": "01d5e2318405362b4de5e670c90d9b40a351d053"
70-
}
71-
},
72-
"developmentDependency": false,
73-
"dependencyRoots": [
74-
{
75-
"type": "git",
76-
"git": {
77-
"repositoryUrl": "https://github.com/curl/curl",
78-
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
79-
}
80-
}
81-
]
82-
},
8364
{
8465
"component": {
8566
"type": "git",

0 commit comments

Comments
 (0)