OpenSSL-2022
OpenSSL-2022 copied to clipboard
Added commands for checking openssl version via apt, yum or apk
Thank you for your contribution! Some pointers to get it merged quickly:
For contributions in software/
:
- [x] PR Title: Please use "Add <vendor/product name>" (instead of "Update README.md")
- [ ] Status: please select a value from the status table at the top
- [ ] Version: Status Vulnerable / Workaround? -> List vulnerable versions. Status Fix? -> List fixed versions.
- [ ] Links: make sure you link to a public statement by the developer.
Alternatively, include and link a file in the
software/vendor-statements/
directory - [x] Please mind the sorting
Could also add dpkg -l | grep openssl
(I don't know if there are systems using dpkg but not apt, but there might be)
@fdellwing Thanks for the idea! PR updated.
Hi @b4bay is it also possible to add version numbers, to make it more specific?
@pbeij done
Could also add a check for Arch based systems: pacman -Q local/openssl
@victordejong Thanks for the idea! PR updated.
I would suggest something like: dpkg -O -l | grep "openssl\s*3.0.[0-6]"
Perhaps add dnf as well?
Discussion closed by Pascal