Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove urllib3 __version__ info #2669

Merged
merged 1 commit into from
May 4, 2022

Conversation

nateprewitt
Copy link
Contributor

The vendored copy of urllib3 was removed a few years ago, but exceptions were retained for backwards compatibility. The __version__ string for urllib3 was left for reference on which version they originated from. Certain security scanning tools appear to be doing naive checks to find this version number and assume vulnerabilities exist, despite us no longer including the code. We'll truncate __version__ to an empty string to avoid the noise.

@codecov-commenter
Copy link

codecov-commenter commented May 4, 2022

Codecov Report

Merging #2669 (0553f3f) into develop (bcaf618) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2669   +/-   ##
========================================
  Coverage    95.31%   95.31%           
========================================
  Files           60       60           
  Lines        12208    12208           
========================================
  Hits         11636    11636           
  Misses         572      572           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcaf618...0553f3f. Read the comment docs.

@nateprewitt nateprewitt merged commit 3ed34e8 into boto:develop May 4, 2022
@nateprewitt nateprewitt deleted the urllib3_version branch May 4, 2022 16:29
aws-sdk-python-automation added a commit that referenced this pull request May 4, 2022
* release-1.25.7:
  Bumping version to 1.25.7
  Update to latest endpoints
  Update to latest models
  Remove urllib3 __version__ info to avoid confusing security scans (#2669)
memuller added a commit to memuller/botocore that referenced this pull request May 10, 2022
* upstream_latest: (706 commits)
  Bumping version to 1.25.10
  Update to latest endpoints
  Update to latest models
  Bumping version to 1.25.9
  Update to latest endpoints
  Update to latest models
  Bumping version to 1.25.8
  Update to latest endpoints
  Update to latest models
  Bumping version to 1.25.7
  Update to latest endpoints
  Update to latest models
  Remove urllib3 __version__ info to avoid confusing security scans (boto#2669)
  Bumping version to 1.25.6
  Update to latest endpoints
  Update to latest models
  Bumping version to 1.25.5
  Update to latest endpoints
  Update to latest models
  Bumping version to 1.25.4
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants