Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/VcpkgPortOverlay/CreatePortOverlay.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ if ($StampFile) {
}

try {
New-PortOverlay cpprestsdk -Version 2.10.18 -PortVersion 4
New-PortOverlay cpprestsdk -Version 2.10.19 -PortVersion 5
Add-LocalPatch cpprestsdk 'add-server-certificate-validation.patch'

New-PortOverlay detours -Version 4.0.1 -PortVersion 8
Expand Down
4 changes: 2 additions & 2 deletions src/VcpkgPortOverlay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The whole directory can be re-created with `.\CreatePortOverlay.ps1`
## cpprestsdk

We add support for certificate pinning.
Note that we use v2.10.18, which is not the latest.
Note that we use v2.10.19

Changes:
* Add patch file: `add-server-certificate-validation.patch`
Expand Down Expand Up @@ -38,4 +38,4 @@ We use an unreleased version that fixes a vulnerability.

Changes:
* New source commit: https://github.com/yaml/libyaml/commit/840b65c40675e2d06bf40405ad3f12dec7f35923
* Increase the port version so that Component Governance doesn't see it as the vulnerable version anymore
* Increase the port version so that Component Governance doesn't see it as the vulnerable version anymore
Loading