intuitem / ciso-assistant-community

CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec and Audit Management and supporting +70 frameworks worldwide with auto-mapping: NIST CSF, ISO 27001, SOC2, CIS, PCI DSS, NIS2, CMMC, PSPF, GDPR, HIPAA, Essential Eight, NYDFS-500, DORA, NIST AI RMF, 800-53, 800-171, CyFun, CJIS, AirCyber, NCSC, ECC, SCF and so much more
https://intuitem.com
Other
1.17k stars 159 forks source link

Front-end is not returning all the assets stored in the database #1073

Open JeffLabonte opened 10 hours ago

JeffLabonte commented 10 hours ago

Describe the bug I generated my inventory of cloud assets using Google Cloud Assets. I created a script that go fetch that inventory on Google Cloud and then insert them in CISO Assistant.

There are 3 problems:

To Reproduce Steps to reproduce the behavior:

  1. Have more than 5000 assets in the inventory
  2. Go to 'Organisation'
  3. Click on 'Assets'
  4. Wait while the backend process the requests
  5. Enjoy the data you have available

Expected behavior

I expect to have a access to my different assets and to be able to link any of them in the risks.

Screenshots If applicable, add screenshots to help explain your problem. image image image

Environment (please complete the following information): I tried on a lot of platform. I tried the community and the SaaS version of the app.

Additional context

IMO, you should call a different route to get all the domains and you should paginate your calls for real instead of building a JSON with the response.