-
Notifications
You must be signed in to change notification settings - Fork 279
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
Issue with Adding a Tag to Event via PyMISP #1133
Comments
Yep, makes sense, the You want to do |
Hey @Rafiot , I believe there is no attribute or method I initiate it like this: |
sorry, I meant |
That works @Rafiot , thanks! Before we close the issue - which is the best PyMISP documentation to refer to? I tried using this: But I cannot find for example the |
Yep, it's this one: https://pymisp.readthedocs.io/en/latest/modules.html#pymisp.PyMISP.tag (the method is in PyMISP, not in MISPEvent) |
Hey everyone,
I am trying to create a new event via PyMISP. I have an error that I cannot debug whenever a tag wants to be added to the newly created MISP Event. The tag exists in our MISP Instance. I would appreciated help with this.
I am using following code.
After running my script, I receive the following error message:
The text was updated successfully, but these errors were encountered: