Created
November 7, 2019 06:08
-
-
Save Strykar/fc5289cf966e3b54d2ae9d3b01940afa to your computer and use it in GitHub Desktop.
Pacman post transaction hook to list vulnerable packages base on Arch CVE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trigger] | |
Operation = Install | |
Operation = Upgrade | |
Operation = Remove | |
Type = Package | |
Target = * | |
[Action] | |
Depends = curl | |
Depends = openssl | |
Depends = arch-audit | |
When = PostTransaction | |
Exec = /usr/bin/arch-audit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment