
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@elao/github-agile-dashboard
Advanced tools
npm install -g @elao/github-agile-dashboard
As recommended by GitHub, Gad relies on github.user
and github.token
variables in your git config to authenticate you on GitHub API. Follow these three steps and you're good to go:
Set up your GitHub username in your git config:
git config --global github.user "Tom32i"
Generate a GitHub personal access token with the following access rights: repo
and user
.
Set up your GitHub token in your git config:
git config --global github.token MyGitHubPersonalAccessToken
[x]
in the issue title, for example: "Add a user login [3]".In your projet repository, just enter gad [command] (options)
.
Command | Description | Options |
---|---|---|
sprint | Show the state of the current sprint | sprint -s=-1 Show the previous sprint |
sprints | Show the state of all sprints | limit -l=2 limit the number of sprint to display |
backlog | Show the state of the backlog | |
review | Display PullRequest that are awaiting your review | |
changelog | Generate a markdown changelog of the current sprint | all --all include open issues in the changelog. sprint -s=-2 Show the changelog from two sprints ago |
estimate | Show stories that are missing estimation | |
sum | Calculate the sum of the stories matching the given filters | label --label=API include issues with label "API" |
status | Show the status of the repository | |
help | Show list of commands | |
exit | Quit the dashboard |
You can manually specify any of the options on the fly:
gad -o [organisation|owner] -r [repo] -u [username] -p [password|token]
E.g.: gad -o Elao -r symfony-standard -u Tom32i -p MyGitHubPersonalAccessToken
For performance purpose, Gad keeps a little cache file for each repository.
By default, it's located in ~/.gad/cache
but you can specify a different path with the cacheDir
option:
gad -c ./cache
git clone git@github.com:Elao/github-agile-dashboard.git
cd github-agile-dashboard
npm install
node gad.js -o [organisation|owner] -r [repo] -u [username] -p [password|token]
npm run lint
npm publish --access public
FAQs
Github Agile Dashboard
The npm package @elao/github-agile-dashboard receives a total of 1 weekly downloads. As such, @elao/github-agile-dashboard popularity was classified as not popular.
We found that @elao/github-agile-dashboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.