File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ This is reflected in regular notifications of data breaches involving personally
177177identifiable information [#breaches ]_, as well as with failures to take
178178security considerations into account when new systems, like motor vehicles
179179[#uconnect ]_, are connected to the internet. It's also the case that a lot of
180- the programming advice readily available on the internet [#search] simply
180+ the programming advice readily available on the internet [#search ]_ simply
181181doesn't take the mathematical arcana of computer security into account.
182182Compounding these issues is the fact that defenders have to cover *all * of
183183their potential vulnerabilities, as a single mistake can make it possible to
@@ -277,7 +277,7 @@ generator towards explicitly calling ``random.ensure_repeatable()``.
277277Avoiding the introduction of a userspace CSPRNG
278278-----------------------------------------------
279279
280- The original discussion of this proposal on python-ideas[#csprng]_ suggested
280+ The original discussion of this proposal on python-ideas [#csprng ]_ suggested
281281introducing a cryptographically secure pseudo-random number generator and using
282282that by default, rather than defaulting to the relatively slow system random
283283number generator.
You can’t perform that action at this time.
0 commit comments