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
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:
Not all the domains are returned
Not all the assets are returned
The query to fetch the inventory is really slow - More than 30 seconds for a request AT LEAST.
To Reproduce
Steps to reproduce the behavior:
Have more than 5000 assets in the inventory
Go to 'Organisation'
Click on 'Assets'
Wait while the backend process the requests
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.
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.
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:
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.
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.