Capability analysis CLI for Go packages, informing users of which privileged operations a given package can access. This works by classifying the capabilities of Go packages by following transitive calls to privileged standard library operations. Capabilities indicate what permissions a package has access to, and can be used in conjunction with other security signals to indicate which code requires additional scrutiny before it can be considered trusted.
Capability analysis CLI for Go packages, informing users of which privileged operations a given package can access. This works by classifying the capabilities of Go packages by following transitive calls to privileged standard library operations. Capabilities indicate what permissions a package has access to, and can be used in conjunction with other security signals to indicate which code requires additional scrutiny before it can be considered trusted.
To install capslock, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install capslock
To see what files were installed by capslock, run:
port contents capslock
To later upgrade capslock, run:
sudo port selfupdate && sudo port upgrade capslock
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.