Skip to content

Commit 084da8d

Browse files
authored
Fix capitalization in interpreter state corruption section
1 parent b210981 commit 084da8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ causes any of the following:
3030
- **Denial of service** — unbounded resource consumption (infinite loops,
3131
unbounded allocation), or algorithmic complexity that is disproportionate to
3232
input size (e.g. O(n²) processing of large input).
33-
- **Interpreter state corruption**State (e.g. graphics, static data) is
33+
- **Interpreter state corruption**state (e.g. graphics, static data) is
3434
corrupted in a way that persists beyond the current invocation, affecting
3535
subsequent barcode generation.
3636

0 commit comments

Comments
 (0)