-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix XSUP-61190: Add Software type support to STIX export #42511
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
Conversation
- Added 'software' to SCOs dictionary mapping to 'software:name' pattern - Updated create_stix_sco_indicator() to handle software type with name, vendor, version, and CPE fields - Software indicators now export correctly as STIX 2.1 Cyber Observable Objects - Fixes issue where Software type indicators resulted in blank export files
Coverage Report
|
||||||||||||||||||||||||||||||
…com/demisto/content into XSUP-61190-fix-software-stix-export
Co-authored-by: Richard Bluestone <[email protected]>
🤖 Content-bot Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
content-bot
left a comment
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.
Thanks for the contribution! I noticed that the PR description mentions adding "Software type support," but the current diff only shows a version bump. It looks like the actual implementation files might be missing, so please ensure those are included.
@DeanArbel, @Ni-Knight please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-61190
Description
Add Software type support to STIX export
Must have