Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Simple, opinionated tool to compile a list of the open source software in use in a project. Each library is listed together with its licenses and links, ready to be audited.
Useful features:
Can be installed with
$ gem install oss_audit
A useful help screen will be displayed if launched with no arguments.
Run as
$ oss_audit [options] <dir1> ... <dirN>
Output is printed on STDOUT and can be easily redirected using >
. Informative
logging is sent to STDERR.
A more complete example is
$ oss_audit -f csv -o overrides.json pj/serviceA pj/serviceB > libs.csv
Not all libraries specify the license or useful links in their configuration files. Instead of manually fixing that after the fact, create an override file in JSON and pass it as argument to the tool, e.g.,
[
{ "manager":"Bundler", "name":"barnes", "licenses":["MIT"] },
{ "manager":"Yarn", "name":"sinon", "homepage":"https://sinonjs.org/" }
]
Package Managers currently supported:
package.json
)Adding others is trivial, look in lib/oss_audit/managers
for examples.
Currently ignores version numbers but that too can be easily added.
Bug reports and pull requests are welcome on GitHub at https://github.com/alessio-signorini/oss_audit.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that oss_audit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.