Demisto is now Cortex XSOAR. Automate and orchestrate your Security Operations with Cortex XSOAR's ever-growing Content Repository. Pull Requests are always welcome and highly appreciated!

2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub
Security Operations Content Repository

AI Summary: The task requires creating two methods: one to write ('send_declarative_data_one_asset') and another to read ('get_declarative_data_one_asset') declarative data for a single asset within the Cortex XSOAR platform. The implementation should leverage existing mechanisms, referencing provided examples from Cyberwatch API and a `/api/v3/servers/{id}/info` endpoint.

Complexity: 4/5
good first issue

Demisto is now Cortex XSOAR. Automate and orchestrate your Security Operations with Cortex XSOAR's ever-growing Content Repository. Pull Requests are always welcome and highly appreciated!

Python
Security Operations Content Repository

AI Summary: The task requires adding two new methods to an existing system. These methods will retrieve data from '/assets/servers/<ID>' and '/assets/servers/' endpoints. The solution should leverage existing 'get_assets' and 'get_one_asset' methods, either by adding a prefix parameter or creating new, more specific methods like 'get_sysadmin_assets', 'get_sysadmin_one_asset', 'get_compliance_assets', and 'get_compliance_one_asset'.

Complexity: 3/5
good first issue

Demisto is now Cortex XSOAR. Automate and orchestrate your Security Operations with Cortex XSOAR's ever-growing Content Repository. Pull Requests are always welcome and highly appreciated!

Python