Skip to content

Commit a3b5d2a

Browse files
am0o0owen-mc
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-522-DecompressionBombs/DecompressionBomb.qhelp
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 4fbf760 commit a3b5d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-522-DecompressionBombs/DecompressionBomb.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the following example, the decompressed file size is not checked before decom
2020
<sample src="example_bad.java" />
2121

2222
<p>
23-
A better approach is shown in the following example, where a ZIP file is read within a loop and a size threshold is checked every cicle.
23+
A better approach is shown in the following example, where a ZIP file is read within a loop and a size threshold is checked every cycle.
2424
</p>
2525
<sample src="example_good.java"/>
2626

0 commit comments

Comments
 (0)