Overview Entrypoints
This page contains detailed information about each Entrypoint. It's divided into the following tabs:
- Overview - information about entrypoint and security state
- Issues - detailed information about issues related to the entrypoint
- Request - contains the entry-point method, the URL, and the headers
- Response - contains the entry-point status, its headers, and the body
Also, you can edit the entrypoint or delete it, using the buttons on the top of the page.
The Entrypoint can be deleted only on the Entrypoint summary page entered from the Project, not from the Scan or Discovery pages.
If you delete an entrypoint, it will still be available in the scan, providing only the entrypoint ID. This information will be available as long as the scan exists.
Overview tab
This tab contains basic information about the entrypoint.
Entrypoint details
- Request - method and URL
- Connectivity - an indicator of whether the request was sent and the response's status was received. . Connectivity statuses: OK, Problem, Skipped, Unauthorized, Unreachable
- Last updated - when was the entrypoint data last updated
- Total parameters - discovered parameters available for testing
- Avg. response time - average response time, ms
- Authentication object - the authentication object of this particular entrypoint to perform a correct test
- Entrypoint ID - unique entrypoint ID
- Project - a project to which this entrypoint belongs to
Security state
- Status - security status of the entrypoint: New, Changed, Tested, Vulnerable
- Last scan - a timestamp of the last scan and a link to it
- Open issues - issues opened using the entrypoint
- Closed issues - a number of closed issues related to the entrypoint
Issues tab
This tab contains all issues found using a particular entrypoint. It is used for managing issues and contains the following information: Issue type, Severity, Status, Last reported, Times reported, and Labels.
Click on the issue to open the issue summary page. To learn more about it, see the article.
Using the button, users are able to perform the following actions with issues:
- Resolve - mark the issue as resolved
- Reopen - reopen the issue
- Ignore - mark the issue as ignored
Request tab
The tab contains the following information: Method, URL, Headers, Body.
Response tab
The tab contains the following information: Status, Headers, Body.
Updated 23 days ago