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: ruby/ql/src/experimental/CWE-522-DecompressionBombs/DecompressionBombs.qhelp
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@
10
10
<recommendation>
11
11
12
12
<p>When you want to decompress a user-provided compressed file you must be careful about the decompression ratio or read these files within a loop byte by byte to be able to manage the decompressed size in each cycle of the loop.</p>
13
-
14
-
</recommendation>
15
13
<p>Please read official RubyZip Documentation <ahref="https://github.com/rubyzip/rubyzip/#size-validation">here</a></p>
14
+
</recommendation>
16
15
<example>
17
16
<p>Rubyzip: According to <ahref="https://github.com/rubyzip/rubyzip/#reading-a-zip-file">official</a> Documentation</p>
0 commit comments