Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
hubot-stenog
Advanced tools
Let Hubot write down all messages it hears on a Witness-compliant server.
These instructions assume you've deployed Hubot to Heroku. Please make the appropriate adjustments for other hosting solutions.
$ npm install --save hubot-stenographer
$ hk set HUBOT_LOG_SERVER_HOST="witness.yourdomain.com"
$ hk set HUBOT_LOG_SERVER_PORT=443
$ hk set HUBOT_LOG_SERVER_TOKEN="supersecrettoavoidspam"
$ vim external-scripts.json # add "hubot-stenographer" to the array
If you're into that sort of thing, you can utilize Twilio to text you when the service you're logging to is down. Just add the following configuration options:
HUBOT_TWILIO_SID
- your Twilio SIDHUBOT_TWILIO_AUTH_TOKEN
- your Twilio auth tokenHUBOT_TWILIO_WARN_FROM
- your Twilio number (e.g. +15551234567
)HUBOT_TWILIO_WARN_TO
- the phone number to send the message to (same
formatting as above)Once all four of those are set, restart your app and look for twilio: enabled
in your logs.
Once the script is enabled for your bot, you're good to go!
Originally written by Jacob Ela (@wubr), then modified for IRC by Matt Aimonetti (@mattetti). Completely rewritten by Parker Moore (@parkr) to be a script purely for logging. Thanks to Matt & Jacob for the inspiration!
FAQs
A Witness-compliant Hubot logger.
We found that hubot-stenog 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
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.