We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b210981 commit 084da8dCopy full SHA for 084da8d
1 file changed
SECURITY.md
@@ -30,7 +30,7 @@ causes any of the following:
30
- **Denial of service** — unbounded resource consumption (infinite loops,
31
unbounded allocation), or algorithmic complexity that is disproportionate to
32
input size (e.g. O(n²) processing of large input).
33
-- **Interpreter state corruption** — State (e.g. graphics, static data) is
+- **Interpreter state corruption** — state (e.g. graphics, static data) is
34
corrupted in a way that persists beyond the current invocation, affecting
35
subsequent barcode generation.
36
0 commit comments