-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misp v3 delete attribute + local tag arg #17742
Conversation
Packs/MISP/pack_metadata.json
Outdated
@@ -2,7 +2,7 @@ | |||
"name": "MISP", | |||
"description": "Malware information and threat sharing platform.", | |||
"support": "xsoar", | |||
"currentVersion": "2.0.6", | |||
"currentVersion": "2.0.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should bump a minor as I see it https://semver.org/.
Packs/MISP/ReleaseNotes/2_0_7.md
Outdated
@@ -0,0 +1,5 @@ | |||
#### Integrations | |||
##### MISP v3 | |||
- Added new command ***misp-delete-attribute***. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added new command ***misp-delete-attribute***. | |
- Added the command ***misp-delete-attribute*** which allow users to delete an attribute according to the given attribute ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please just fix the documentation (per my note), and consider if UTs should be added even though the TPB was enhanced
Packs/MISP/ReleaseNotes/2_1_0.md
Outdated
- Added the command ***misp-delete-attribute*** which allow users to delete an attribute according to the given attribute ID. | ||
- In the **misp-add-tag-to-event** command the *is_local* argument was added. | ||
- In the **misp-add-tag-to-attribute** command the *is_local* argument was added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added the command ***misp-delete-attribute*** which allow users to delete an attribute according to the given attribute ID. | |
- In the **misp-add-tag-to-event** command the *is_local* argument was added. | |
- In the **misp-add-tag-to-attribute** command the *is_local* argument was added. | |
- Added the command ***misp-delete-attribute*** which allows users to delete an attribute according to a given attribute ID. | |
- Added the *is_local* argument to the **misp-add-tag-to-event** command. | |
- Added the *is_local* argument to the **misp-add-tag-to-attribute** command. |
Link to the unit tests coverage report: |
The following integrations/tests were collected by the CI build but are currently skipped. The collected tests are related to this pull request and might be critical.:
|
Status
Related Issues
fixes: https://github.com/demisto/etc/issues/46774
Description
Screenshots
*1
*2
*3
Minimum version of Cortex XSOAR
Does it break backward compatibility?
Must have
@bakatzir FYI