You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/tests/Unit/ActivityPub
Your Name 87ed60d675 Accept compacted Note attachments (#6588)
Normalize JSON-LD compacted single attachments (a bare object instead of a
one-item array) in getAttachments(), and route verifyAttachments() through it
so validation and import share one normalization path.

Includes PR #6589's tests plus additional edge-case coverage: list-form
preservation, bare-input normalization, and guards for missing/empty/scalar
attachments.
4 weeks ago
..
Verb
AudienceScopeTest.php fix: add missing property declarations (phpstan property.notFound) 4 weeks ago
NoteAttachmentTest.php Accept compacted Note attachments (#6588) 4 weeks ago
RemoteFollowTest.php
SsrfUrlValidationTest.php Fix unauthenticated SSRF in remote media/avatar fetch (variant of CVE-2026-71246) 4 weeks ago
StoryValidationTest.php
UpdatePersonValidationTest.php