
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.
Mount cron system to Ruboty to schedule messages on a specific time.
You can use any Chrono compatible cron syntax to schedule messages.
@ruboty add job "<cron syntax>" <message> - Add a new cron job
@ruboty delete job <id> - Delete a cron job
@ruboty suspend job <id> - Suspend a cron job
@ruboty resume job <id> - Resume a cron job
@ruboty list jobs - List all cron jobs
$ bundle exec ruboty
Type `exit` or `quit` to end the session.
> @ruboty add job "* * * * *" @ruboty ping
Job 3117 created
pong
pong
pong
pong
pong
> @ruboty list jobs
3117: "* * * * *" @ruboty ping
> @ruboty delete job 3117
Deleted
>
If you want to schedule Ruboty to say something, ruboty-echo may help you.
> @ruboty add job "0 8 * * 1-5" @ruboty echo It's Time for School!
FAQs
Unknown package
We found that ruboty-cron 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.