RichTextToConfluenceWiki
This method can be used for the following functionality: Convert data from rich-text to Confluence Wiki markup.
Parameters
Headers
POST /api/ss/utils/richtext-to-confluence-wiki HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeBody
{
"vuln_recommendation": "<h1>Validation rules:</h1><p>Proper validation, file type restrictions, size limits, and permission controls are essential to mitigate this vulnerability.</p><p>At this time the only check of file validity seems to be if it ends in '.jpg' (or other image type) and this is easy for an attacker to bypass.</p><p>Here are some examples of other validation checks that could be used...</p>"
}Example
Request
Response
Last updated