Skip to content
New issue

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

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

Already on GitHub? # to your account

Graphql filters query ioc #483

Merged
merged 87 commits into from
Jun 18, 2024
Merged

Graphql filters query ioc #483

merged 87 commits into from
Jun 18, 2024

Conversation

Elise17
Copy link
Contributor

@Elise17 Elise17 commented May 28, 2024

Add graphql queries and mutations (iocs) :

add query ioc to retrieve an IOC by its ID
add field iocs on the graphql CaseObject to retrieve the IOCs associated to a case
add mutation iocCreate to create an IOC
add mutation iocDelete to delete an IOC
add mutation iocUpdate to update an IOC

Add related tests for queries and mutations

The following filters are added to query iocs:

ioc_id
ioc_uuid
ioc_value
ioc_type_id
ioc_description
ioc_tlp_id
ioc_tags
ioc_misp
user_id
linked_cases

Elise17 added 30 commits May 27, 2024 14:21
@Elise17 Elise17 added the enhancement New feature or request label Jun 13, 2024
@Elise17 Elise17 mentioned this pull request Jun 17, 2024
@whikernel whikernel self-assigned this Jun 18, 2024
@whikernel whikernel self-requested a review June 18, 2024 06:58
@whikernel whikernel merged commit d5bf88d into develop Jun 18, 2024
6 checks passed
@Elise17 Elise17 linked an issue Jun 18, 2024 that may be closed by this pull request
@Elise17 Elise17 deleted the graphql_filters_query_ioc branch June 19, 2024 07:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] GraphQL: cases [FR] GraphQL: IOCS
2 participants