@thedecipherist/mdd 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20,7 +20,7 @@ Load all existing MDD stack rule files so the gap analysis in Phase SS2 has some
|
|
|
20
20
|
|
|
21
21
|
**Step 1 — Locate rule files:**
|
|
22
22
|
|
|
23
|
-
For each entry in `$MDD_STACK`, check whether
|
|
23
|
+
For each entry in `$MDD_STACK`, check whether `$MDD_DIR/mdd-rules-{entry}.md` exists. Build two lists:
|
|
24
24
|
|
|
25
25
|
- `$RULE_FILES_FOUND` — entries that have a rule file
|
|
26
26
|
- `$RULE_FILES_MISSING` — entries with no rule file yet (a new file will be created in Phase SS3 if needed)
|
|
@@ -210,7 +210,7 @@ Bad example (too CVE-specific, won't catch future variants):
|
|
|
210
210
|
**Appending to rule files:**
|
|
211
211
|
|
|
212
212
|
For each stack entry with new rules:
|
|
213
|
-
1. Check whether
|
|
213
|
+
1. Check whether `$MDD_DIR/mdd-rules-{stack-entry}.md` exists.
|
|
214
214
|
- If yes: append the new rules to the end of the file.
|
|
215
215
|
- If no: create the file with a minimal header and the new rules:
|
|
216
216
|
```markdown
|