X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body
Sample description
testIdstringOptional
Path to the remediation markdown file. The 'tests-library-master/remediation/' prefix and the '.md' extension are constant; only the middle segment (e.g. JWT_NONE_ALGO) identifies the specific test. To find this id, click on the result heading in the dashboard (e.g. a vulnerable test result) and read it off the URL.
stringOptionalExample: # Remediation Ensure the JWT verification library rejects tokens with `alg: none` and enforces an allow-list of expected signing algorithms...
post/api/fetchRemediationInfo
200
description
POST request for endpoint /api/fetchTestRunResultDetails
{
"issueDetails": [
{
"apiUrl": "https://juiceshop.akto.io/redirect",
"apiMethod": "GET",
"apiCollectionId": 1770879436,
"testSubCategory": "OPEN_REDIRECT",
"status": "OPEN",
"severity": "HIGH",
"creationTime": 1773741082,
"lastSeen": 1773741082,
"issueUrl": "https://app.akto.io/dashboard/reports/issues?result=69b9241a1f07a41b7a9653fe",
"testName": "Open redirect",
"testDescription": "An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain.",
"testDetails": "Open redirection vulnerabilities arise when an application incorporates user-controllable data into the target of a redirection in an unsafe way.",
"testImpact": "This behavior can be leveraged to facilitate phishing attacks against users of the application.",
"testRemediation": "null",
"testSeverityFromTemplate": "HIGH",
"testTags": [
"Business logic"
],
"testReferences": [
"https://portswigger.net/kb/issues/00500100_open-redirection-reflected"
],
"testCwe": "null",
"testCve": "null",
"testCategory": "Security Misconfiguration (SM)"
}
],
"openIssuesCount": 21,
"fixedIssuesCount": 0,
"ignoredIssuesCount": 0
}
{
"issueDetails": [
{
"apiUrl": "https://juiceshop.akto.io/redirect",
"apiMethod": "GET",
"apiCollectionId": 1770879436,
"testSubCategory": "OPEN_REDIRECT",
"status": "OPEN",
"severity": "HIGH",
"creationTime": 1773741082,
"lastSeen": 1773741082,
"issueUrl": "https://app.akto.io/dashboard/reports/issues?result=69b9241a1f07a41b7a9653fe",
"testName": "Open redirect",
"testDescription": "An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain.",
"testDetails": "Open redirection vulnerabilities arise when an application incorporates user-controllable data into the target of a redirection in an unsafe way.",
"testImpact": "This behavior can be leveraged to facilitate phishing attacks against users of the application.",
"testRemediation": "null",
"testSeverityFromTemplate": "HIGH",
"testTags": [
"Business logic"
],
"testReferences": [
"https://portswigger.net/kb/issues/00500100_open-redirection-reflected"
],
"testCwe": "null",
"testCve": "null",
"testCategory": "Security Misconfiguration (SM)"
}
],
"openIssuesCount": 21,
"fixedIssuesCount": 0,
"ignoredIssuesCount": 0
}