-
Notifications
You must be signed in to change notification settings - Fork 42
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
add_related, inline, <cybox:Related_Object> without <cybox:Properties> #287
Comments
Hmmm, that definitely shouldn't be happening. I'll take a look. |
One more example with mixbox 1.0.1 and cybox 2.1.0.13:
prints
so there is no relation between address and hostname. But if the second last line is deleted, then the relation between hostname and address is shown (but there is no relation betwenn hostname and file):
|
Any update? |
Thanks for the reminder, @dilyanpalauzov. This should be fixed in the commit I just pushed. Can you verify and reopen if that's not the case? |
It works. Would you mind making a new release of python-cybox, incorporating the fix? |
I'll try to make a release in the next week or so. There are a couple other issues in the 2.1.0.15 milestone I've been putting off fixing. Please ping me in a couple weeks if we still haven't released a new version |
Isn't it time for a new release? |
This code
produces
How shall rewrite the code, so that <cybox:Related_Object idref="example:File-1a2b459a-9b2f-4ef6-9fad-a78784b00744" /> has no cybox:Properties/ (contains just idref and cybox:Relationship/ ?
What is inline supposed to do?
The text was updated successfully, but these errors were encountered: