
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Posts GIF with #djif <search>
in your Slack channels and HipChat rooms.
It was, at first, a port of Bold’s GifBot. Give them a shout-out!
Add an Outgoing Webhook integration to your Slack account.
Bonus: Here’s the avatar that we use for the bot.
Add hubot-djif to your Hubot package.json
file
…
"dependencies": {
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-djif": "0.1.2"
}
…
Then add ["hubot-djif"]
to your external-scripts.json
file.
Restart/deploy Hubot. He will be listening to #djif <search>
.
You’ll need a .env
file with the GIPHY_API_KEY
variable. You can use this one for development purpose, this is the public API key. It is however subject to rate limit constraints, see https://github.com/giphy/GiphyAPI#access-and-api-keys.
GIPHY_API_KEY=dc6zaTOxFJmzC
Run the server with foreman start
.
FAQs
Post a random GIF with #djif <search>
We found that hubot-djif 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.