Skip to content

Commit

Permalink
Merge pull request #166 from sehlen-bsi/audit/autoupdate
Browse files Browse the repository at this point in the history
🤖 Audit: Auto-update with latest upstream patches
  • Loading branch information
reneme authored Dec 12, 2023
2 parents 0eaf912 + 79b8cb3 commit 8aabdf3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/botan.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BOTAN_VERSION=3.3.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=e3b7dc3920f7b4d07320583ee7b3cf3b5891595d
BOTAN_REF=92e5dd71e25f2121a22402e5ae590873d2ac0831

# The Botan repository reference that is currently seen as the "trusted source
# revision". Typically this is the source reference that was audited by the
Expand Down
4 changes: 4 additions & 0 deletions docs/audit_report/changes/topics/build_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ patches:
merge_commit: a1d1b46502beab1160f6e27331674a4a1c945929
classification: info

# Allow disabling installation of CMake configuration (@reneme)
- pr: 3827 # https://github.com/randombit/botan/pull/3827
merge_commit: 2bcccc86fa7aa9f8bd8873869fa6f4028ab7c8b7
classification: info
10 changes: 10 additions & 0 deletions docs/audit_report/changes/topics/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ patches:
merge_commit: 8c8613595b074a75cffec5205cc2b999df930561
classification: info
auditer: reneme

# CI/FIX: CMake test shouldn't hard-code a disabled module (@reneme)
- pr: 3825 # https://github.com/randombit/botan/pull/3825
merge_commit: c34da7981ecab56da2ca4c339f013fcfccea1e05
classification: info

# FIX: don't assume that 'tpm' is generally not available (@reneme)
- pr: 3830 # https://github.com/randombit/botan/pull/3830
merge_commit: 92e5dd71e25f2121a22402e5ae590873d2ac0831
classification: unspecified
5 changes: 5 additions & 0 deletions docs/audit_report/changes/topics/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ patches:
- pr: 3823 # https://github.com/randombit/botan/pull/3823
merge_commit: e3b7dc3920f7b4d07320583ee7b3cf3b5891595d
classification: info

# Update Doxygen landing page (@reneme)
- pr: 3828 # https://github.com/randombit/botan/pull/3828
merge_commit: 79c8e235a6dce9d09df1cc605d283a4f735e0481
classification: unspecified
13 changes: 13 additions & 0 deletions docs/audit_report/changes/topics/tooling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
title: Auxiliary Tooling

description: |
Those changes relate to auxiliary scripts and tools that are part of the Botan
repository but that don't have an impact on the final deliverable. As such
they also do not influence the library's security features.
patches:
# Add sig algos and key agreements to bench.py (@securitykernel)
- pr: 3829 # https://github.com/randombit/botan/pull/3829
merge_commit: 170a7350cebd4fc68ff404a4a85a090107776b74
classification: out of scope
auditer: reneme

0 comments on commit 8aabdf3

Please sign in to comment.