Signal0ne / signal0ne-docker-extension

https://signaloneai.com
MIT License
2 stars 4 forks source link

Allow users to flag log sources for deletion if it leaks some secret or PII #4

Closed SzymonSt closed 4 months ago

SzymonSt commented 4 months ago

Users can flag whole analysis as leaked secret or PII can leak trough analysis as well

SzymonSt commented 4 months ago

Endpoint /api/users/issues/report => check swagger for details : http://localhost:8080/swagger/index.html#/issues/post_issues_report

SzymonSt commented 4 months ago

I see it as another button

Image

after clicking the button modal with textarea should open where user can input reason for report for example "leaked secret" and checkbox if the issue analysis should be deleted or not

SzymonSt commented 4 months ago

Endpoint finished here: https://github.com/Signal0ne/signal0ne-backend-monorepo/pull/21