]> git.ipfire.org Git - thirdparty/starlette.git/commit
fix: pass usedforsecurity to hashlib.md5 to fix error on FIPS-enabled systems (#1366)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Fri, 17 Dec 2021 12:37:33 +0000 (06:37 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 12:37:33 +0000 (06:37 -0600)
commit0aef1724cfafbe23f846979d427a5a173667f6b7
tree3624fd745b0ff2acc5f18d1c5b6d4825b43a7adf
parent58a104e481fbb2ee562c686d5f3a9148c51452ac
fix: pass usedforsecurity to hashlib.md5 to fix error on FIPS-enabled systems (#1366)

See #1365

Co-authored-by: Tom Christie <tom@tomchristie.com>
starlette/_compat.py [new file with mode: 0644]
starlette/responses.py