
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
github-branches
Advanced tools
Get all branches from a GitHub repository
$ npm install --save github-branches
var githubBranches = require('github-branches');
githubBranches('kevva/github-branches, function (err, branches) {
console.log(branches);
/*
[{
name: 'master',
commit: {
sha: '768eda9204db19df0bd59cffd0386fac7686ce02',
url: 'https://api.github.com/repos/kevva/github-branches/commits/768eda9204db19df0bd59cffd0386fac7686ce02'
}
}, ...]
*/
});
$ npm install --global github-branches
$ github-branches --help
Example
$ github-branches kevva/github-branches
$ github-branches kevva/github-branches --token 523ef69119eadg12
Options
-t, --token GitHub authentication token
MIT © Kevin Mårtensson
FAQs
Get all branches from a GitHub repository
The npm package github-branches receives a total of 4 weekly downloads. As such, github-branches popularity was classified as not popular.
We found that github-branches 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.