
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
ep_delete_after_delay
Advanced tools
Etherpad-Lite plugin that deletes your pads after a configured delay.
Install the plugin and put this in your settings.json:
"ep_delete_after_delay": {
"delay": 86400, // one day, in seconds
"loop": true,
"loopDelay": 3600, // one hour, in seconds
"deleteAtStart": true,
"text": "The content of this pad has been deleted since it was older than the configured delay."
},
delay (mandatory) delay in seconds with no edition of the pad before deletion. You can't put 7*86400 for a week, you have to put 604800.
loop boolean, tells if you want to use deletion loops (true) or not (false) (if you use an external script for example). Default is true.
loopDelay delay in seconds between deletion loops. Deletion loop will check all pads to see if they have to be deleted. You can't put 60*60 for a hour, you have to put 3600. Default is one hour.
deleteAtStart boolean, tells if you want to start a deletion loop at Etherpad startup. Default is true.
text is the text that will replace the deleted pad's content. Default is what is in the example above.
Apache License, Version 2.0. See LICENSE file
FAQs
Automatically deletes pads after a configured delay
The npm package ep_delete_after_delay receives a total of 91 weekly downloads. As such, ep_delete_after_delay popularity was classified as not popular.
We found that ep_delete_after_delay demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.