sam-github / h1

Repository from Github https://github.comsam-github/h1Repository from Github https://github.comsam-github/h1

h1 - report what issues are waiting for what actions

This attempts to report where an issue is in the Node.js security triage work flow.

It requires creating a HackerOne API token, see:

Each token requires an identifier. The identifier can be any string. For example, if your Github ID is spiffy-cat, you could use at-spiffy-cat so that people can tell who allocated the token when browsing the currently allocated API tokens.

Create a .token file in your CWD. If you have only one API token for a single program, such as nodejs, it can just be:

your-identifier : your-token

If you have API tokens for multiple programs, you can specify which program an identifier relates to, for example:

your-nodejs-identifer@nodejs:your-token-for-nodejs
your-nodejs-ecosystem-identifer@nodejs-ecosystem:your-token-for-ecosystem

Despite its multi-program support, its assumptions are tied to the Node.js work flow.

Usage: ./bin/h1 -h

Building: make build

Generating the report: make day

TODO:

  • Rewrite as Node.js? :-)

About


Languages

Language:Go 96.0%Language:Makefile 4.0%