Self Referencing
Object must not refer to itself.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Mon May 26 13:15:48 UTC 2025.
Object must not refer to itself.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Mon May 26 13:15:48 UTC 2025.