Skip to content

Commit c422cdf

Browse files
Zhenhuan Zhangfacebook-github-bot
Zhenhuan Zhang
authored andcommitted
urllib3 dependency in fbpcp (#524)
Summary: Pull Request resolved: #524 X-link: facebookresearch/fbpcs#2347 # Context T165465797 ## Reference on security vulnerability in a package dependency GHSA-v845-jxx5-vc9f urllib3/urllib3@0122035 urllib3/urllib3@644124e GHSA-v845-jxx5-vc9f # What fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs Reviewed By: danbunnell Differential Revision: D49893672 fbshipit-source-id: f0b7ed80201b671ab743e43f1efa6f5ba8b4d343
1 parent 0242ddd commit c422cdf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Removed
1313

14+
## [0.6.1] - 2023-10-04
15+
### Added
16+
### Changed
17+
- Upgrade urllib3 version to 1.26.17 per internal security request
18+
### Removed
19+
1420
## [0.6.0] - 2023-04-05
1521
### Added
1622
- Add Insights Service

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
install_requires = [
1212
"boto3==1.18.57",
13-
"urllib3==1.26.7",
13+
"urllib3==1.26.17",
1414
"dataclasses-json==0.5.2",
1515
"pyyaml==5.4.1",
1616
"tqdm==4.55.1",
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="fbpcp",
30-
version="0.6.0",
30+
version="0.6.1",
3131
description="Facebook Private Computation Platform",
3232
author="Facebook",
3333
author_email="[email protected]",

0 commit comments

Comments
 (0)