Findings
Get a cdn security finding of a company.
A content delivery network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. Companies use CDNs for online libraries like JQuery. This section analyzes the CDN content to detect possible vulnerabilities. This category has 3% effect on total scan score.<br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.
get/api/v2/companies/{id}/findings/cdnsecurity/{findingId}
Path parameters
idinteger required
The id of the company that includes finding.
findingIdinteger required
The id of the target finding.
Response
Success
Example response
{
"FindingId": 2590965999,
"Domain": "acmeinc.com",
"Severity": "Medium",
"Status": "Active",
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"Detail": "X-Content-Type-Options header not found",
"Section": "CDN Security Findings",
"Source": "issue",
"Type": "bug",
"Title": "parseHTML() executes scripts in event handlers",
"Component": "jquery",
"Asset": "acmecdn.com",
"Subdomain": "acmecdn.com",
"Hostname": "https://www.acmeinc.com/js/jquery-1.11.0.js",
"HostnameType": "inboundjs",
"Cves": [
"CVE-2016-2321"
],
"References": [
"https://github.com/jquery/issues/2321"
],
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z"
}