Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Clean up curl commands so you can copy them from devtool and put into a github issue
Right click a resource in Network tab and "Copy as Curl" then run it through this clean-curl:
$ clean-curl 'https://www.npmjs.com/' -H 'Pragma: no-cache' -H "yolo: 123" -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: en-US,en;q=0.8,st;q=0.6' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36' -H 'Accept: */*' -H 'Referer: https://www.npmjs.com/package/minimist' -H 'Connection: keep-alive' -H 'Cache-Control: no-cache' -A 123
#outputs
curl https://www.npmjs.com/ -H yolo: 123 -A 123
FAQs
Clean up curl calls
The npm package clean-curl receives a total of 1 weekly downloads. As such, clean-curl popularity was classified as not popular.
We found that clean-curl 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.