Roundup Tracker - Issues

Message8217

Author rouilj
Recipients rouilj, schlatterbeck
Date 2024-12-08.21:54:59
Message-id <1733694900.11.0.598494640216.issue2551068@roundup.psfhosted.org>
In-reply-to
The existing example in rest.txt shows the content property using the html interface.

            "content": {
                "link": "https://.../demo/msg11/"
            },

I think this is ok since we are using the binary_content property for retrieval.

Also text/* is supported for file/msg without a mime type. I'm not sure if there are
security implications for this. Could somebody craft a binary file and set it without
a mime type and do something strange? We set header to block browser sniffing,
so I think it's ok.
History
Date User Action Args
2024-12-08 21:55:00rouiljsetmessageid: <1733694900.11.0.598494640216.issue2551068@roundup.psfhosted.org>
2024-12-08 21:55:00rouiljsetrecipients: + rouilj, schlatterbeck
2024-12-08 21:55:00rouiljlinkissue2551068 messages
2024-12-08 21:54:59rouiljcreate