Commit 6e5d84f
committed
docs(audit): retarget audit-prompt rule #6 at mios.toml [packages.<section>]
Rule 6 in the audit-prompt's heuristic table told auditors to grep
PACKAGES.md for stray `kernel` / `kernel-core` entries. Per the
2026-05-05 SSOT consolidation those entries now live in mios.toml
[packages.<section>].pkgs, so the grep on PACKAGES.md (which moved to
usr/share/doc/mios/reference/) would either error or check the wrong
file. Heuristic now greps mios.toml directly with the quoted-string
pattern that matches a TOML pkgs[] entry.1 parent 3321ac3 commit 6e5d84f
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments