-
Notifications
You must be signed in to change notification settings - Fork 23
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
'MarkableText' object has no attribute 'reference' #193
Comments
Hi @stmtstk, Several issues here. First there is a bug in the elevator - the code should be:
I will include a fix to this in the next release, which is due soon. A minor point - the STIX 1.2 spec says that the value of stixCommon:Reference tag should be "any uri". The elevator will not check for this during conversion, but since it calls the stix2 validator on the converted content, you will get an error. |
Hi @rpiazza Thank you for your kind reply. |
I checked how to generate this STIX 1.2 and found that this STIX 1.2 was generated from STIX 2.1 by using stix-slider. |
fix in release 2.2 |
Hi All,
I tried to elevate a STIX 1.2 file which contains et:Vulnerability blocks.
However, an error occurred.
It seems that the reference value in the STIX file is not appropriate.
The STIX file contains the reference value as below.
I would like to know the format of this reference value is a correct format or not.
If the format is correct, we would like to fix it to convert this value.
The text was updated successfully, but these errors were encountered: