v24.08 #154
vonericsen
started this conversation in
General
v24.08
#154
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release has been a long time coming, but it is finally here!
A major focus of this release has been on security of the source code in this project, and it has been a very large task to assess and update many different parts of it to improve overall security of openSeaChest.
The most important pieces of the security updates were worked on based on a third-party audit and warnings from various SAST tools and LOTS of testing through DAST tools like valgrind and dr memory to make sure everything worked as intended.
Security Improvements
There are many other security improvements we will look into for the future, and this is just a high-level overview of all the work that was done and there will likely be more security improvements in the future.
While not directly related to security, we have tagged all files with appropriate SPDX comments to note the license(s) that apply to help with SBOM creation. We do not have a generated SBOM yet as we are still exploring the different tools to see which works best.
Seagate has also implemented SLSA level 3 on openSeaChest to allow users to check both the source_with_submodules packages and the binary executables to ensure they came from the source: This github project. Visit SLSA.org for more information about this project!
SLSA verification outputs are available and can be run through the SLSA verifier project on Github!
Functionality changes in openSeaChest
New Utilities
Both of these utilities were part of Seagate's internal toolset and have been moved to openSeaChest!
New Functions
Example: A 30TB drive can be set to 26TB and update the model number it reports to show as 26TB instead of the original 30TB.
This is only supported on some of the latest drives with ACS-6 support.
--deviceStatistics
output. Many of these related to Sanitize erasures and when they were last completed. This is for both SAS and SATA devices that support these statistics.Bug Fixes
This discussion was created from the release v24.08.
Beta Was this translation helpful? Give feedback.
All reactions