A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
}
}
],
"id": "https://infosec.exchange/users/yossarian/statuses/113442938277193784",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-07T17:51:05Z",
"url": "https://infosec.exchange/@yossarian/113442938277193784",
"attributedTo": "https://infosec.exchange/users/yossarian",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://infosec.exchange/users/yossarian/followers"
],
"sensitive": false,
"atomUri": "https://infosec.exchange/users/yossarian/statuses/113442938277193784",
"inReplyToAtomUri": null,
"conversation": "tag:infosec.exchange,2024-11-07:objectId=210812085:objectType=Conversation",
"content": "<p>made a new release of zizmor (v0.2.1) with some analysis changes that i think are cool: </p><p>zizmor now analyzes the control flow of actions expressions to produce more precise template injection results. for example, the following</p><p> ${{ github.env.FOO == 'foo' }}</p><p>can only evaluate to `true` or `false`, but previous versions of zizmor would flag it as a potential template injection because it uses `github.env`. but now `zizmor` understands when the evaluation itself unfolds only to fixed inputs (e.g. numbers, bools, literals), and considers those safe. fewer false positives!</p><p><a href=\"https://github.com/woodruffw/zizmor\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/woodruffw/zizmor</span><span class=\"invisible\"></span></a></p>",
"contentMap": {
"en": "<p>made a new release of zizmor (v0.2.1) with some analysis changes that i think are cool: </p><p>zizmor now analyzes the control flow of actions expressions to produce more precise template injection results. for example, the following</p><p> ${{ github.env.FOO == 'foo' }}</p><p>can only evaluate to `true` or `false`, but previous versions of zizmor would flag it as a potential template injection because it uses `github.env`. but now `zizmor` understands when the evaluation itself unfolds only to fixed inputs (e.g. numbers, bools, literals), and considers those safe. fewer false positives!</p><p><a href=\"https://github.com/woodruffw/zizmor\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/woodruffw/zizmor</span><span class=\"invisible\"></span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "video/mp4",
"url": "https://media.infosec.exchange/infosec.exchange/media_attachments/files/113/442/936/072/265/761/original/565ff0ce82697bd3.mp4",
"name": "demo gif of zizmor auditing a github repo",
"blurhash": "U04ejCxuxbxuxut8t8t8xuxbxbt8xut7t7t7",
"focalPoint": [
0,
0
],
"width": 688,
"height": 490
}
],
"tag": [],
"replies": {
"id": "https://infosec.exchange/users/yossarian/statuses/113442938277193784/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://infosec.exchange/users/yossarian/statuses/113442938277193784/replies?only_other_accounts=true&page=true",
"partOf": "https://infosec.exchange/users/yossarian/statuses/113442938277193784/replies",
"items": []
}
},
"likes": {
"id": "https://infosec.exchange/users/yossarian/statuses/113442938277193784/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://infosec.exchange/users/yossarian/statuses/113442938277193784/shares",
"type": "Collection",
"totalItems": 3
}
}