OpenSSL-2022 icon indicating copy to clipboard operation
OpenSSL-2022 copied to clipboard

Added commands for checking openssl version via apt, yum or apk

Open b4bay opened this issue 2 years ago • 8 comments

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

b4bay avatar Nov 01 '22 09:11 b4bay

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 avatar Nov 01 '22 10:11 fdellwing

@fdellwing Thanks for the idea! PR updated.

b4bay avatar Nov 01 '22 10:11 b4bay

Hi @b4bay is it also possible to add version numbers, to make it more specific?

pbeij avatar Nov 01 '22 11:11 pbeij

@pbeij done

b4bay avatar Nov 01 '22 11:11 b4bay

Could also add a check for Arch based systems: pacman -Q local/openssl

victordejong avatar Nov 01 '22 12:11 victordejong

@victordejong Thanks for the idea! PR updated.

b4bay avatar Nov 01 '22 12:11 b4bay

I would suggest something like: dpkg -O -l | grep "openssl\s*3.0.[0-6]"

fdellwing avatar Nov 01 '22 12:11 fdellwing

Perhaps add dnf as well?

gbyx3 avatar Nov 01 '22 13:11 gbyx3

Discussion closed by Pascal

dev-NCSC-NL avatar Nov 08 '22 14:11 dev-NCSC-NL