From 4464befa939f9e512ac020b33d8416c3c71c8483 Mon Sep 17 00:00:00 2001 From: ppom <> Date: Wed, 8 Oct 2025 12:00:00 +0200 Subject: [PATCH] Add reaction to Security tools --- README.md | 1 + src/main.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ceb3cbc4..a8b44d42b 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,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(); }