Copyright | (c) Colin Woodbury 2012 - 2021 |
---|---|
License | GPL3 |
Maintainer | Colin Woodbury <colin@fosskers.ca> |
Safe Haskell | None |
Language | Haskell2010 |
Code common to the analysis and display of PKGBUILD security issues.
Synopsis
- analysePkgbuild :: Buildable -> RIO Env ()
- displayBannedTerms :: Settings -> (ShellCommand, BannedTerm) -> IO ()
Documentation
analysePkgbuild :: Buildable -> RIO Env () Source #
Determine if a package's PKGBUILD might contain malicious bash code.
displayBannedTerms :: Settings -> (ShellCommand, BannedTerm) -> IO () Source #