You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/issues/backlog-100-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Roadmap view: [Section C priorities](roadmap-priorities.md#section-c--feature-re
78
78
-**I-026**`[DOC]``docs/plugin-api.md` trust-policy section documents environment variables but doesn't cross-link to the plugin failure-handling doc.
79
79
-**I-027**`[DOC]``docs/plugin-failure-handling.md` (1956 bytes) covers session-level circuit-breaker behavior introduced in PR #902 but doesn't describe what happens to in-flight events when a plugin trips the breaker.
80
80
-**I-028**`[DOC]``docs/plugin-command-namespaces.md` (1435 bytes) is not linked from `docs/plugin-api.md`, so readers learning about custom commands won't discover the namespace conflict rules.
81
-
-**I-029**`[DOC]``docs/analyzer-suppressions.md` (822 bytes) describes the suppression file format but gives no example of a suppression that covers a whole rule vs. a specific finding.
81
+
-**I-029**~`[DOC]``docs/analyzer-suppressions.md` (822 bytes) describes the suppression file format but gives no example of a suppression that covers a whole rule vs. a specific finding.~
82
82
-**I-030**`[DOC]``docs/security-rules.md` (854 bytes) lists rule codes but doesn't map each code to its description, severity, or remediation guidance.
83
83
-**I-031**`[DOC]``docs/wasm-artifact-metadata.md` (1716 bytes) documents the metadata fields but doesn't show an example `inspect --format json` output that contains them.
84
84
-**I-032**`[DOC]``docs/watch-mode.md` (744 bytes) mentions the watch command but doesn't document the polling interval, file-glob support, or debounce behavior.
4.**reentrancy**: Defends against nested external calls to untrusted code.
17
17
5.**unbounded-iteration**: Defends against `Vec` bounds scaling out of control.
18
+
19
+
## Suppressing Rules
20
+
If a rule flags a finding that is an accepted risk or a false positive, you can suppress it using a suppression file. See [analyzer-suppressions.md](analyzer-suppressions.md) for details on the format and examples.
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,4 +45,4 @@ This directory contains a variety of examples demonstrating the capabilities of
45
45
46
46
***`*.json` (Snapshots & Traces)**: Sample ledger states (`snapshot.json`) and execution traces (`trace_a.json`) that can be loaded directly into the debugger.
47
47
***`batch_args.json`**: Demonstrates how to run the debugger in batch mode for CI or automated auditing.
48
-
***`analyzer-suppressions.toml`**: Example configuration for filtering security analyzer findings.
48
+
***`analyzer-suppressions.toml`**: Example configuration for filtering security analyzer findings. See the [Analyzer Suppressions documentation](../docs/analyzer-suppressions.md) for usage details.
0 commit comments