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

fix: make fips compliant by replacing md5 with sha256 in postgres and usedforsecurity=False for python md5 #21014

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

fix: make fips compliant by replacing md5 with sha256 in PGDialect

f08a6b1
Select commit
Loading
Failed to load commit list.
Draft

fix: make fips compliant by replacing md5 with sha256 in postgres and usedforsecurity=False for python md5 #21014

fix: make fips compliant by replacing md5 with sha256 in PGDialect
f08a6b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2024 in 1s

69.89% (+0.11%) compared to 349e496

View this Pull Request on Codecov

69.89% (+0.11%) compared to 349e496

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.89%. Comparing base (349e496) to head (f08a6b1).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #21014      +/-   ##
==========================================
+ Coverage   69.77%   69.89%   +0.11%     
==========================================
  Files        1911     1911              
  Lines       75056    75060       +4     
  Branches     8362     8362              
==========================================
+ Hits        52374    52461      +87     
+ Misses      20630    20547      -83     
  Partials     2052     2052              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.