tag:github.com,2008:https://github.com/bad-antics/nullsec-cppsentry/releases Release notes from nullsec-cppsentry 2026-01-23T05:59:11Z tag:github.com,2008:Repository/1140328005/v1.0.0 2026-01-23T05:59:13Z v1.0.0 - CppSentry Release <h2>NullSec CppSentry v1.0.0</h2> <p>Network Packet Sentinel in Modern C++20</p> <h3>Features</h3> <ul> <li>Lambda-based rule matching</li> <li>std::optional for nullable results</li> <li>Detects port scans, C2, exfiltration</li> <li>ICMP/DNS tunneling detection</li> <li>SMB lateral movement tracking</li> <li>MITRE ATT&amp;CK mapping</li> </ul> <h3>C++20 Features</h3> <ul> <li>std::optional, std::variant</li> <li>Lambda expressions</li> <li>Structured bindings</li> <li>std::string_view</li> <li>Smart pointers with RAII</li> <li>STL algorithms</li> </ul> <p>Built for speed and type safety.</p> bad-antics