Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client: Perform multiple requests to mark false positives if the false positives list exceeds the accepted limit of the SecHub server #3122

Open
winzj opened this issue May 6, 2024 · 1 comment · May be fixed by #3150

Comments

@winzj
Copy link
Member

winzj commented May 6, 2024

Situation

Currently the SecHub server allows 500 false positives to be marked with one request as a maximum amount. For larger projects this might be not enough.

Wanted

The SecHub client could perform multiple smaller requests to never exceed this limitation. This idea came up with #3119.

Remark

If it is necessary that the SecHub server can return the configured limitation (currently 500 false positives), this needs another issue.

@winzj winzj added this to the Client 1.6.0 milestone May 6, 2024
@sven-dmlr sven-dmlr changed the title Perform multiple requests to mark false positives if the false positives list exceeds the accepted limit of the SecHub server Client: Perform multiple requests to mark false positives if the false positives list exceeds the accepted limit of the SecHub server May 28, 2024
@sven-dmlr
Copy link
Member

sven-dmlr commented May 28, 2024

Checked if chunking is also needed for unmarking false-positives:
No. Unmarking works one by one (see https://mercedes-benz.github.io/sechub/latest/sechub-restapi.html#user-unmarks-existing-false-positive-definitons)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants