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

PyMISP patch level version strings cause warnings #128

Closed
RichieB2B opened this issue Oct 27, 2017 · 1 comment
Closed

PyMISP patch level version strings cause warnings #128

RichieB2B opened this issue Oct 27, 2017 · 1 comment
Assignees

Comments

@RichieB2B
Copy link
Contributor

The PyMISP version string uses major.minor.misp-pl,pymisp-pl which causes the following warning:

The version of PyMISP recommended by the MISP instance (2.4.81) is older than the one you're using now (2.4.81.2). Please upgrade the MISP instance or use an older PyMISP version.

A simple solution would be to strip out the last (4th) pymisp-pl part of the version before comparing.

@Rafiot Rafiot self-assigned this Oct 27, 2017
@Rafiot
Copy link
Member

Rafiot commented Oct 28, 2017

Fixed by: 30da658

@Rafiot Rafiot closed this as completed Oct 28, 2017
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

No branches or pull requests

2 participants