![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.