Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
code-json-generator
Advanced tools
This application generates a machine-readable software inventory compliant with Code.gov Metadata Schema version 2.0.0. To accomplish this goal, the application connects to a series of Git hosting API "endpoints", inspects the configured projects, and generates an inventory.
The application configuration supports internal/external hosting platforms with or without authentication (for private repositories). It currently works with GitHub and GitLab REST APIs but could easily be extended for other hosting platform APIs as well.
For each project, the application will attempt to use a developer-provided "code.json" snippet which is a JSON file containing the "releases" array for the project as defined by the Code.gov Metadata Schema version 2.0.0.
If a "code.json" snippet file is not provided by the project maintainer, the application will attempt to infer sufficient/required properties from the target project and generate the best possible metadata for inclusion in the agency inventory.
This section describes the process to acquire and run the code-json-generator application.
This application is a command line Node application. Node must be installed on the system prior to running this application.
On the command line:
$ npm install -g code-json-generator
The application requires a configuration file to dictate which repositories to include in the generated inventory. An example configuration file is provided to help get started.
The application provides command-line usage syntax help via the --help
switch.
$ create-inventory.js --help
Usage: create-inventory [options]
Options:
-V, --version output the version number
-c, --configFile <file> Configuration file
-h, --help output usage information
To generate an inventory, run the application and provide a configuration file
using the --configFile <file>
switch. The generated inventory will, by
default, be printed to STDOUT. This output can be redirected to a file
for persistence.
$ create-inventory.js --configFile ./create-agency-inventory.config.json > code.json
Note: This example assumes a file containing proper configuration is located in the current working directory and is called
create-agency-inventory.config.json
. Adjust this usage to suit actual work environment.
To develop and possibly contribute to this project please review the code of conduct and contributing guidelines.
Potentially fork this repository and then clone the fork to obtain the source code.
$ git clone <fork_urn>/code-json-generator.git
$ cd code-json-generator
Updates should be developed in a feature branch on the local clone of a fork.
$ git checkout -b feature-X
Commit changes to feature branches and push feature branches to the forked
remote. Submit a pull request back to this upstream repository for review
and integration. If the pull request fixes an open issue on this repository,
include the text fixes #N
(where N
is the issue number fixed) in the
pull request title or description.
$ git commit -am 'Implemented feature'
$ git push origin feature-X
FAQs
Library for producing source code inventory from Git APIs
We found that code-json-generator 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.