
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Node command line tool to grab a github pull request from a lighthouse ticket and vica versa
Given a github pull request number program responds with associated LightHouse ticket number and vice versa
Options:
-h, --help output usage information
-V, --version output the version number
-U, --username [username] Username of Lighthouse or Github Account
-P, --password [password] Password of Lighthouse or Github Account
-t, --ticket [number] Get the last pull request for the specified ticket
-p, --pull [number] Get the Lighthouse Ticket # for the specified pull request
ex. node app.js -U feelobot -P pass123 -p 2151 To make this program easier to use setup an alias in your bash_profile like so:
alias p2l="node ~/Documents/code/decipher/app.js -U feelobot -P pass123 -p"
alias l2p="node ~/Documents/code/decipher/app.js -U frodriguez@bleacherreport.com -P pass123 -t"
Note: for p2l you need to use your github credentials, for l2p you need to use your lighthouse credentials.
FAQs
Node command line tool to grab a github pull request from a lighthouse ticket and vica versa
We found that decipher 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.