ANN: SETools 4.5.0
Chris PeBenito <[email protected]> Thu, 21 Mar 2024 09:02:45 -0400
| Newsgroups | org.kernel.vger.selinux-refpolicy,org.kernel.vger.selinux |
|---|---|
| Message-ID | <[email protected]> |
A new release of SETools is available: https://github.com/SELinuxProject/setools/releases/tag/4.5.0 User Visible Changes * Add graphical results for information flow analysis and domain transition analysis, available in apol, sedta, and seinfoflow. * Add tooltips, What's This?, and detail popups in apol to help cross-referencing query and analysis results along with context-sensitive help. Under The Hood Changes * Rework apol to fully generate the UI programmatically. * Update apol to PyQt6 * Replace deprecated uses of pkg_resources and distutils. * Begin adding unit tests for apol UI. Updated Dependencies SETools now higher minimum versions of the following dependencies: * Python 3.10 * NetworkX 2.6 * PyQt6 * Cython 0.29.14 New Dependencies * pygraphviz (for seinfoflow, sedta, apol) * pytest (if running unit tests) -- Chris PeBenito