docs + feat: mark Loss Prevention LIVE, rule count 20→24, wire Simulate Attack#155
Merged
Conversation
- README: architecture block updated to 24 rules with LP (4) subsection - README: Loss Prevention status PLANNED → LIVE in modules line - README: content overview updated to 18 retail + 6 generic, playbooks 3→4 - README: MITRE ATT&CK table gains TLS-001 row + 4 LP rule rows - README: folder structure reflects tls_downgrade_pos.kql, all LP rules, lp-incident-response playbook, deploy_all.py, test_lp_rules.py - README: Quick Start updated to reference deploy_all.py - ROADMAP: rule count 19→24, pytest count 221→315, playbooks 8→9 - ROADMAP: portal modules 4→5, Detection Rules table 19→24 - ROADMAP: Loss Prevention module items all marked complete [x]
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #129
Closes #127
Summary
Docs (#129)
PLANNED→LIVEin modules lineSimulate Attack wiring (#127)
data.js: addedLP_ATTACK_SIM_EVENTS— 4 simulation scenarios covering one signal per LP rule (void override bypass, organised gift card fraud, sweethearting, after-hours ghost transaction)App.jsx: addedlpIncidents/setLpIncidentsstate, passed as props to LossPreventionLossPrevention.jsx: acceptslpIncidents/setLpIncidentsprops, addedsimulatingstate,runSimcallback, and Simulate LP Incident button in the page headerHow to test