Skip to content

Commit 3112963

Browse files
anthonyzhang25facebook-github-bot
authored andcommitted
urllib3 dependency in fbpcp and fbpcs (facebookresearch#524)
Summary: X-link: facebookresearch/fbpcs#2347 # Context T165465797 and T165465798 ## 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: ajinkya-ghonge Differential Revision: D49893672
1 parent 0242ddd commit 3112963

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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="researchtool-help@fb.com",

0 commit comments

Comments
 (0)