We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We add producer section for each Indicator as: indicator:Producer <stixCommon:Identity id="Identity-XXXXX"> stixCommon:Nameourcompany.com</stixCommon:Name> </stixCommon:Identity> stixCommon:Time cyboxCommon:Produced_Time2021-04-29T00:00:00+00:00</cyboxCommon:Produced_Time> cyboxCommon:Received_Time2021-04-29T00:00:00+00:00</cyboxCommon:Received_Time> </stixCommon:Time> </indicator:Producer>
stix validatation show error: SCHEMAV_CVC_IDC: Element '{http://stix.mitre.org/common-1}Identity': Duplicate key-sequence ['Identity-XXXXX'] in unique identity-constraint '{http://stix.mitre.org/stix-1}unique-package-id'.", "file:Feed.xml:167:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element '{http://stix.mitre.org/common-1}Identity'...
I think Identity field in that section must be the same for all our indicators, am i wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We add producer section for each Indicator as:
indicator:Producer
<stixCommon:Identity id="Identity-XXXXX">
stixCommon:Nameourcompany.com</stixCommon:Name>
</stixCommon:Identity>
stixCommon:Time
cyboxCommon:Produced_Time2021-04-29T00:00:00+00:00</cyboxCommon:Produced_Time>
cyboxCommon:Received_Time2021-04-29T00:00:00+00:00</cyboxCommon:Received_Time>
</stixCommon:Time>
</indicator:Producer>
stix validatation show error:
SCHEMAV_CVC_IDC: Element '{http://stix.mitre.org/common-1}Identity': Duplicate key-sequence ['Identity-XXXXX'] in unique identity-constraint '{http://stix.mitre.org/stix-1}unique-package-id'.", "file:Feed.xml:167:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element '{http://stix.mitre.org/common-1}Identity'...
I think Identity field in that section must be the same for all our indicators, am i wrong?
The text was updated successfully, but these errors were encountered: