You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated SWIG dependency support to allow compatible latest SWIG releases while excluding SWIG 4.4.0 due to compile regressions observed during testing. If you are getting lots of builtin type swigvarlink has no module attribute warnings upgrade to SWIG 4.4.1
Cleaned up pytest resource handling so parallel test runs with pytest-xdist and pytest-rerunfailures no longer report unclosed socket warnings.
Fixed a potential stack buffer overflow in Module: vizInterface by rejecting default celestial body names that exceed the fixed SPICE payload name storage.
Fixed a potential heap buffer overflow in Module: mappingInstrument by rejecting mapping point names that exceed the fixed data node name storage.
Fixed a potential format string vulnerability in Module: dentonFluxModel when reporting missing Denton data files.
Hardened Basilisk module string handling and logging against fixed-buffer overflow and format-string misuse.
Hardened build and helper utilities against shell command injection, unsafe temporary file cleanup, unbounded downloads, and malformed image buffer lengths.