Give a suggestion for handling recursive objects
This commit is contained in:
parent
1798a2844e
commit
6b63398614
|
@ -2492,8 +2492,9 @@ Location: https://dustycloud.org/likes/345
|
||||||
<section id="security-recursive-objects">
|
<section id="security-recursive-objects">
|
||||||
<h2>Recursive Objects</h2>
|
<h2>Recursive Objects</h2>
|
||||||
<p>
|
<p>
|
||||||
Servers should take care to properly handle recursive ActivityStreams
|
Servers should set a limit on how deep to recurse while resolving objects,
|
||||||
objects.
|
or otherwise specially handle ActivityStreams objects with recursive
|
||||||
|
references.
|
||||||
Failure to properly do so may result in denial-of-service security
|
Failure to properly do so may result in denial-of-service security
|
||||||
vulnerabilities.
|
vulnerabilities.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue