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.
hubot-gif-me
Advanced tools
Bring your personal gifs into your favourite chat client.
/gif me
/gif me itworks
/gif list
/gif bomb
/gif bomb 3
These instructions assume you've deployed Hubot to Heroku. Please make the appropriate adjustments for other hosting solutions.
$ npm install --save hubot-gif-me
$ hk set HUBOT_GIF_INDEX="http://example.com/gif_index.json"
$ vim external-scripts.json # add "hubot-gif-me" to the array
The index file is merely a JSON endpoint which returns an array of objects with
at least the path
attribute. Check out my gif index
file. I generated it via a simple call to
the jsonify
filter in
Liquid.
Even though mine is auto-generated, it's totally plausible for you to write you index by hand. It just might suck a little. Judicious use of Jekyll and Liquid will make your life way easier!
@jglovier had the idea to use GitHub as a gif host. @parkr had the idea to tie this into hubot.
FAQs
Level up your gif collection with chatops.
The npm package hubot-gif-me receives a total of 1 weekly downloads. As such, hubot-gif-me popularity was classified as not popular.
We found that hubot-gif-me 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.