Skip to content
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

new: [API] Allow event existence check by HEAD method #6528

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

JakubOnderka
Copy link
Contributor

@JakubOnderka JakubOnderka commented Oct 30, 2020

What does it do?

If you need to just check if event exists, you can use HEAD method. But now MISP will load and return whole event, so it will be slow. This change that to just provide very fast existence check and return just status code.

Questions

  • Does it require a DB change?
  • Are you using it in production?
  • Does it require a change in the API (PyMISP for example)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant