
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Parrallel ssh commands over chef servers with rspec-like output. sporf uses the exit codes of a command to determine whether it qualifies as a success or failure.
Install the gem:
gem install sporf
sporf test COMMAND [QUERY]
or sporf -t COMMAND [QUERY]
Test if a given command returns 0 on all nodes:
sporf -t 'test -d /foo/bar/'
Test if a given command does not return 0 on nodes:
sporf -t 'php -i | grep -i memcached' --invert
Test if a given command returns 0 on all nodes, also print out the STDOUT of successfull commands:
sporf -t 'cat /etc/apache2/conf.d/ssl' --print-success
Test if a given command returns 0, scoped on certain nodes (with knife search syntax):
sporf -t 'test -f /etc/apache2/conf.d/ssl' 'recipe:apache AND listen_ports:443'
sporf is not meant to modify server configurations, only to test how a server replies on a given (non-destructive) command. Use with caution.
Bug reports, feature requests and test implementations are more than welcome. Please use our Github account for this.
FAQs
Unknown package
We found that sporf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.