-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Issue:
The scanner gets stuck when using the --scope feature as pagination seems to break and will not continue scanning the project.
When running scoped scans in the n0s1 scanner, the tool only returns a maximum of 50 results, regardless of how many findings the scope actually contains. Investigation shows that pagination is not functioning, causing the API/UI to stop after the first page of results. This leads to incomplete reporting and inaccurate visibility into secrets, exposures, and misconfigurations across large Confluence/Jira workspaces.
Reproduction Steps:
Configure a scoped scan with more than 50 expected results.
Run the scan via CLI or API.
Observe that only the first 50 results are returned.
Confirm that no pagination tokens or continuation requests are issued.
Requested fix:
Investigate and adjust pagination so that more than 50 tickets can be scanned using specific scopes.