diff --git a/config/botan.env b/config/botan.env index 9f67524c..a16a06c9 100644 --- a/config/botan.env +++ b/config/botan.env @@ -28,7 +28,7 @@ BOTAN_VERSION=3.5.0 # creation of source-code related document generation. Once a Botan release is # minted, this may be the git-tag of that release. During development of an # upcoming version it should be a concrete commit SHA on Botan's main branch. -BOTAN_REF=7486228582e8c81872ce150e089a6106137045ad +BOTAN_REF=4cc614282ce159bcf18d7712fd06ddc26072f285 # The Botan repository reference that is currently seen as the "trusted source # revision". Typically this is the source reference that was audited by the diff --git a/docs/audit_report/changes/topics/uncategorized.yml b/docs/audit_report/changes/topics/uncategorized.yml index d78d4f53..2ca2dd86 100644 --- a/docs/audit_report/changes/topics/uncategorized.yml +++ b/docs/audit_report/changes/topics/uncategorized.yml @@ -5,3 +5,33 @@ patches: - pr: 4174 # https://github.com/randombit/botan/pull/4174 merge_commit: 7486228582e8c81872ce150e089a6106137045ad classification: unspecified + +# Chore: Pylint in VS Code and Pull Requests (@reneme) +- pr: 4179 # https://github.com/randombit/botan/pull/4179 + merge_commit: 4cc614282ce159bcf18d7712fd06ddc26072f285 + classification: unspecified + +# FIX: Better scaling for botan_cipher_get_update_granularity() (@reneme) +- pr: 4122 # https://github.com/randombit/botan/pull/4122 + merge_commit: d9ea5a82b74c3f0f0440d39d14fe30b714c7e01c + classification: unspecified + +# Disable tls_proxy cli test on Windows again (@randombit) +- pr: 4181 # https://github.com/randombit/botan/pull/4181 + merge_commit: 8ef1077081875c64cfdc56f8fb13b3f27e8dfc6c + classification: unspecified + +# FIX: Race conditions in `test_cli.py` when spawning test server processes (@reneme) +- pr: 4178 # https://github.com/randombit/botan/pull/4178 + merge_commit: 3e65302e8159fb7e4a835ef69bab9bddbaa7183c + classification: unspecified + +# FIX: potential use-after-free in `./botan tls_proxy` (@reneme) +- pr: 4177 # https://github.com/randombit/botan/pull/4177 + merge_commit: a75bb25ff7311a47202908ba3e165e19b460a431 + classification: unspecified + +# Do TODO: Use modern store_le() in FrodoKEM (@reneme) +- pr: 4176 # https://github.com/randombit/botan/pull/4176 + merge_commit: f4c26e47ca6595cd70b9eef990b281969fba1c56 + classification: unspecified