Skip to content

Commit

Permalink
urllib3 dependency in fbpcp (#524)
Browse files Browse the repository at this point in the history
Summary:

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
  • Loading branch information
Zhenhuan Zhang authored and facebook-github-bot committed Oct 4, 2023
1 parent 0242ddd commit cc31aa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed

## [0.6.1] - 2023-10-04
### Added
### Changed
- Upgrade urllib3 version to 1.26.17 per internal security request
### Removed

## [0.6.0] - 2023-04-05
### Added
- Add Insights Service
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

install_requires = [
"boto3==1.18.57",
"urllib3==1.26.7",
"urllib3==1.26.17",
"dataclasses-json==0.5.2",
"pyyaml==5.4.1",
"tqdm==4.55.1",
Expand All @@ -27,7 +27,7 @@

setup(
name="fbpcp",
version="0.6.0",
version="0.6.1",
description="Facebook Private Computation Platform",
author="Facebook",
author_email="researchtool-help@fb.com",
Expand Down

0 comments on commit cc31aa9

Please sign in to comment.