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

pyvista vulnerability fixed in version 0.39.0 #263

Merged
merged 4 commits into from
May 12, 2023

Conversation

raph-luc
Copy link
Member

Related to this: ansys/pyfluent#1552

As identified by akaszynski, there is also a new VTK version in the works that fixes another vulnerability on zlib (https://gitlab.kitware.com/vtk/vtk/-/issues/18962). Need to wait until that one is released to update this here as well.

@raph-luc
Copy link
Member Author

raph-luc commented May 11, 2023

Realized we are going to need to update the python requirement as well, going to take a look at it

@raph-luc
Copy link
Member Author

raph-luc commented May 11, 2023

I think it should work now, bumped VTK version too, to remove a function that after testing doesn't seem to be necessary anymore as discussed with @mkundu1

Will need to update VTK version again once the vulnerability fix mentioned in the original post gets to a release version

Going to clean up the commented code if all the checks succeed

edit: pkg_resources is deprecated as well, should probably change this in future releases https://setuptools.pypa.io/en/latest/pkg_resources.html

edit: updating python supported version as well to 3.8 - 3.11 from 3.7 - 3.10

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.

OSS vulnerabilities found in ansys-fluent-core and ansys-fluent-visualization package
5 participants