diff --git a/README.md b/README.md index b7b7b433e..785399030 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [mongodb/kingfisher](https://github.com/mongodb/kingfisher) - A blazingly fast tool for secret detection and live validation across files, Git repos, S3, Jira, and Confluence * [observer_ward](https://github.com/emo-crab/observer_ward) - Web application and service fingerprint identification tool * [Raspirus](https://github.com/Raspirus/Raspirus) - User- and resources-friendly rules-based malware scanner [![status](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml/badge.svg)](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml) +* [reaction](https://framagit.org/ppom/reaction) - Scan logs and take action: an alternative to fail2ban * [ripasso](https://github.com/cortex/ripasso/) - A password manager, filesystem compatible with pass * [rustscan](https://github.com/bee-san/RustScan) - Make Nmap faster with this port scanning tool [![build badge](https://github.com/bee-san/RustScan/actions/workflows/test.yml/badge.svg)](https://github.com/bee-san/RustScan/actions) diff --git a/src/main.rs b/src/main.rs index 9c3dbf0f8..29bd0efdb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,6 +83,7 @@ lazy_static! { "https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi", // marketplace link , but also has enough stars "https://github.com/TraceMachina/nativelink", // 1.4k stars, probably broken because @palfrey now works for them... "https://www.repoflow.io", // added per discussion in the RepoFlow pull request: https://github.com/rust-unofficial/awesome-rust/pull/2054 (see package downloads: https://app.repoflow.io/repoflow-public/package/f429fabf-6289-49c2-acd9-791b39eac746) + "https://framagit.org/ppom/reaction", // has 56 stars at time of writing ].iter().map(|s| s.to_string()).collect(); }