Chipsec

Latest version: v1.13.11

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 15

1.12.9

What's Changed
* Change python to python3 in RunScripts command by Sae86 in https://github.com/chipsec/chipsec/pull/2056
* Fix issues with `chipsec_util.py mmio list` command by npmitche in https://github.com/chipsec/chipsec/pull/2057
* LinuxHelper: open the device with buffering=0 to avoid caching by cbayet in https://github.com/chipsec/chipsec/pull/2058
* Fix hal.cpu to not call set_affinity in single threaded env by npmitche in https://github.com/chipsec/chipsec/pull/2059
* Update attribute assignment conditons for set_EFI_variable by dscott90 in https://github.com/chipsec/chipsec/pull/2060
* Remove unused functions from logger by Sae86 in https://github.com/chipsec/chipsec/pull/2061
* Add return code 'REGISTER_NOT_DEFINED' by npmitche in https://github.com/chipsec/chipsec/pull/2062
* Move down getReturnCode call to run by Sae86 in https://github.com/chipsec/chipsec/pull/2064
* Return code updates to cet, reputation, s3script_modify and cpuid_fuzz by Sae86 in https://github.com/chipsec/chipsec/pull/2065
* Return code updates to scan_blocked, uefivar_fuzz and vmm.hypercallfuzz by Sae86 in https://github.com/chipsec/chipsec/pull/2066
* Add reg name to error when msr read fails by npmitche in https://github.com/chipsec/chipsec/pull/2067
* Remove int conversion since bus is already an int by Sae86 in https://github.com/chipsec/chipsec/pull/2068
* Add variables from UEFI spec version 2.10 by Sae86 in https://github.com/chipsec/chipsec/pull/2069

New Contributors
* cbayet made their first contribution in https://github.com/chipsec/chipsec/pull/2058

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.8...1.12.9

Additional Notes
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.12.8

What's Changed
* Print pci devices when using verbose output by npmitche in https://github.com/chipsec/chipsec/pull/2046
* Update mmcfg command by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2035
* Add windows PCI filter driver doc by jun2zhou in https://github.com/chipsec/chipsec/pull/2048
* Add CET module by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2033
* Reorder standard Python import statements by mavas in https://github.com/chipsec/chipsec/pull/2050
* Update Jinja requirement per dependabot by npmitche in https://github.com/chipsec/chipsec/pull/2051
* Include options/*.ini when installing using `setup.py install` by npmitche in https://github.com/chipsec/chipsec/pull/2052
* Resolve mismatch type comparison in uefi_search.py by npmitche in https://github.com/chipsec/chipsec/pull/2054

New Contributors
* mavas made their first contribution in https://github.com/chipsec/chipsec/pull/2050

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.7...1.12.8

1.12.7

What's Changed
* Update README.md - Add OpenSSF badge by npmitche in https://github.com/chipsec/chipsec/pull/2042
* Create SECURITY.md by npmitche in https://github.com/chipsec/chipsec/pull/2043
* Fix UEFI Shell issue when importing options.py by npmitche in https://github.com/chipsec/chipsec/pull/2044


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.6...1.12.7

1.12.6

What's Changed
* Improvements to iommu_cmd list command by Sae86 in https://github.com/chipsec/chipsec/pull/2012
* Fix EFI binary scanning due to bad efi_data_search calls at build_efi_file_tree by platomav in https://github.com/chipsec/chipsec/pull/2016
* Update to 1.12.6 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2029


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.5...1.12.6

Additional Notes
* Some modules under the modules.tools directory have not been fully validated to work with Python3. Please report any issues.

1.12.5

What's Changed
* Fix BaseModule call in vmm modules by npmitche in https://github.com/chipsec/chipsec/pull/1975
* Update Werkzeug requirement per dependabot by npmitche in https://github.com/chipsec/chipsec/pull/1974
* Add return codes support to sgx_check, smm, smm_code_check, smm_dma, smrr by Sae86 in https://github.com/chipsec/chipsec/pull/1973
* Fix return value when not supported by dscott90 in https://github.com/chipsec/chipsec/pull/1981
* Add _logger.disable() to tests to reduce prints by npmitche in https://github.com/chipsec/chipsec/pull/1978
* Cast module name to lowercase by dscott90 in https://github.com/chipsec/chipsec/pull/1985
* Make sure DID/VID is printed when platform is unknown by npmitche in https://github.com/chipsec/chipsec/pull/1977
* Remove mistakenly added log filters from tgl tests by npmitche in https://github.com/chipsec/chipsec/pull/1990
* Remove the cpu info cmd from windows ci by npmitche in https://github.com/chipsec/chipsec/pull/1989
* Session 1 extractions by dscott90 in https://github.com/chipsec/chipsec/pull/1979
* Add return codes to spd_wd, spi_access, spi_desc, spi_fdopss and spi_… by Sae86 in https://github.com/chipsec/chipsec/pull/1976
* Add a function to handle creation of logs folder by Sae86 in https://github.com/chipsec/chipsec/pull/1987
* Add default cmd options ini config by jun2zhou in https://github.com/chipsec/chipsec/pull/1986
* Add typehints and fstrings to common modules by dscott90 in https://github.com/chipsec/chipsec/pull/1982
* Fix tgl debugenabled unit test replay by npmitche in https://github.com/chipsec/chipsec/pull/1991


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.4...1.12.5

Additional Notes
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.12.4

What's Changed
* Update window & ubuntu build matrix by jun2zhou in https://github.com/chipsec/chipsec/pull/1952
* Fix flake8 whitespace errors on smbios.py by WilliamLeara in https://github.com/chipsec/chipsec/pull/1955
* Add module that generates test IDs for return codes by Sae86 in https://github.com/chipsec/chipsec/pull/1956
* Fix address of UART_3 in Renoir by npmitche in https://github.com/chipsec/chipsec/pull/1959
* Fix res being referenced before assignment issue by Sae86 in https://github.com/chipsec/chipsec/pull/1962
* Fix casting issue in TPM HAL by npmitche in https://github.com/chipsec/chipsec/pull/1961
* Only add pci_dev if not previously added in core_parser by npmitche in https://github.com/chipsec/chipsec/pull/1960
* Fix import and possible unbound errors by npmitche in https://github.com/chipsec/chipsec/pull/1958
* Update remaining SKIPPED results and references by Sae86 in https://github.com/chipsec/chipsec/pull/1954
* Update sgx_check unit test and add script to shorten recordings by npmitche in https://github.com/chipsec/chipsec/pull/1963
* Update input name to avoid confusion of msr_cmd.py by npmitche in https://github.com/chipsec/chipsec/pull/1964
* Add return codes support to cpu, secureboot and uefi folders in common by Sae86 in https://github.com/chipsec/chipsec/pull/1966
* Update strip_record to fix bug and update run_chipsec_module by npmitche in https://github.com/chipsec/chipsec/pull/1967
* Add return codes support to bios_kbrd_buffer, bios_smi, bios_ts, bios… by Sae86 in https://github.com/chipsec/chipsec/pull/1969
* Add check to debugenabled for ECTRL register definition by npmitche in https://github.com/chipsec/chipsec/pull/1970
* Add return codes support to ia32cfg, me_mfg_mode, memconfig, memlock,… by Sae86 in https://github.com/chipsec/chipsec/pull/1971
* Add tgl tests for all modules by npmitche in https://github.com/chipsec/chipsec/pull/1968
* Add tpm_cmd and txt_cmd unit testing by Sae86 in https://github.com/chipsec/chipsec/pull/1965


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.3...1.12.4

Additional Notes
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

Page 3 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.