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-taskmaster
Advanced tools
A hubot script that provides a way to manage tasks that must be done
A hubot script that provides an easy way to track tasks that need to be done and ping users as scheduled tasks must be completed.
In hubot project repo, run:
npm install hubot-taskmaster --save
Then add hubot-taskmaster to your external-scripts.json
:
[
"hubot-taskmaster"
]
user> hubot task create A fairly simple task
hubot> @user Task (A fairly simple task) successfully created
user> hubot task start A fairly simple task
hubot> @user Task (A fairly simple task) started
user> hubot task list
hubot> 1: A fairly simple task, IN PROGRESS
user> hubot task details 1
hubot> description: A fairly simple task
status: IN PROGRESS
start-time: <TIME STRING>
task-owner: user
user> hubot task complete 1
hubot> @user Task (A fairly simple task) completed
user> hubot task archive A fairly simple task
hubot> @user Task (A fairly simple task) archived. There are 0 remaining tasks.
FAQs
A hubot script that provides a way to manage tasks that must be done
We found that hubot-taskmaster 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.