Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 5 of 15

1.10.6

What's Changed
* Fix issue in shell for updated helper loading method by npmitche in https://github.com/chipsec/chipsec/pull/1779


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.5...1.10.6

Additional Notes
* The way helpers are loaded has been modified. If you have your own helpers, please make sure they are in the correct folder and named correctly: `chipsec/helper/<name>/<name>helper.py`
* In the UEFI Shell, if you get the error `Exception occurred during chipsec.modules.XXX.run(): 'function takes exactly 4 arguments (3 given)'` Please be sure the update your Python for Shell using the [Install Instructions](https://chipsec.github.io/installation/USBwithUEFIShell.html#installing-chipsec)
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.10.5

What's Changed
* Fix CPUID detection value of Gemini Lake (GLK) by fishilico in https://github.com/chipsec/chipsec/pull/1735
* f-string updates for uefi folder in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1741
* f-string updates for cpu, secureboot and smm folders in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1739
* Update werkzeug version in log_parser\requirements.txt by frinzell in https://github.com/chipsec/chipsec/pull/1686
* Fix error when generating pypi package to include .h files by npmitche in https://github.com/chipsec/chipsec/pull/1743
* Add flush method, typehints, fstrings to common.py by dscott90 in https://github.com/chipsec/chipsec/pull/1744
* Update to not require DBX by npmitche in https://github.com/chipsec/chipsec/pull/1745
* f'string updates to vmm hv folder in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1746
* Add types.py for common Type Hints by frinzell in https://github.com/chipsec/chipsec/pull/1748
* Add missing methods to efihelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1749
* Add missing methods to dalhelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1750
* Add missing types to oshelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1751
* Type Hint and f-string updates to winhelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1753
* Clean up memconfig by npmitche in https://github.com/chipsec/chipsec/pull/1754
* f'string updates to msr_fuzz, pcie_fuzz and pcie_overlap_fuzz by Sae86 in https://github.com/chipsec/chipsec/pull/1760
* f'string updates to cpuid_fuzz, hypercallfuzz and iofuzz by Sae86 in https://github.com/chipsec/chipsec/pull/1759
* Update/improve sphinx by Sae86 in https://github.com/chipsec/chipsec/pull/1761
* Type Hint and f-string updates to linuxhelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1752
* f'string updates to vmm subfolders in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1757
* Add to the ignored files patterns by Sae86 in https://github.com/chipsec/chipsec/pull/1762
* Remove not needed files from not wanted list by Sae86 in https://github.com/chipsec/chipsec/pull/1764
* Rename Win7* to windows and change the way the helpers are loaded by npmitche in https://github.com/chipsec/chipsec/pull/1763
* Add workaround if lzma is not importable. by npmitche in https://github.com/chipsec/chipsec/pull/1767


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.4...1.10.5

Additional Notes
* The way helpers are loaded has been modified. If you have your own helpers, please make sure they are in the correct folder and named correctly: `chipsec/helper/<name>/<name>helper.py`
* In the UEFI Shell, if you get the error `Exception occurred during chipsec.modules.XXX.run(): 'function takes exactly 4 arguments (3 given)'` Please be sure the update your Python for Shell using the [Install Instructions](https://chipsec.github.io/installation/USB%20with%20UEFI%20Shell.html#installing-chipsec)
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.10.4

Not secure
What's Changed
* search both deprecated and new win kernel apis, to void compiling compatible issue by jun2zhou in https://github.com/chipsec/chipsec/pull/1708
* Type Hint and fstring updates to uefi_common.py by frinzell in https://github.com/chipsec/chipsec/pull/1711
* Type Hint and fstring updates to tpm_eventlog.py by frinzell in https://github.com/chipsec/chipsec/pull/1720
* Type Hint and fstring updates to spi_jedec_ids.py by frinzell in https://github.com/chipsec/chipsec/pull/1719
* Update some TypeHints in uefi_fv.py by frinzell in https://github.com/chipsec/chipsec/pull/1710
* Type Hint and fstring updates to uefi_platform.py by frinzell in https://github.com/chipsec/chipsec/pull/1712
* Type Hint and fstring updates to spi.py by frinzell in https://github.com/chipsec/chipsec/pull/1713
* Type Hint and fstring updates to uefi.py by frinzell in https://github.com/chipsec/chipsec/pull/1715
* Type Hint and fstring updates to msgbus.py by frinzell in https://github.com/chipsec/chipsec/pull/1717
* Type Hint and fstring updates to spi_descriptor.py by frinzell in https://github.com/chipsec/chipsec/pull/1718
* Fix log in acpi.py by frinzell in https://github.com/chipsec/chipsec/pull/1721
* f-string updates to /chipsec/. files by frinzell in https://github.com/chipsec/chipsec/pull/1723
* Updated PCIID database by iherna2 in https://github.com/chipsec/chipsec/pull/1709
* Fix find_required_col_widths typehint by dscott90 in https://github.com/chipsec/chipsec/pull/1722
* Type Hint and fstring updates to spi_uefi.py by frinzell in https://github.com/chipsec/chipsec/pull/1714
* Type Hint and fstring updates to paging.py by frinzell in https://github.com/chipsec/chipsec/pull/1716
* Type Hint and f-string updates to efihelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1725
* Remove sphinx warnings and spaces in installation file names by Sae86 in https://github.com/chipsec/chipsec/pull/1727
* Type Hint and fstring updates to dalhelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1724
* Add Elkhart Lake configuration file by dscott90 in https://github.com/chipsec/chipsec/pull/1729
* Consolidate create_manual scripts into one python script by Sae86 in https://github.com/chipsec/chipsec/pull/1728
* Change all double slashes in directories to os.join.path by Sae86 in https://github.com/chipsec/chipsec/pull/1731


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.3...1.10.4

Additional Notes
* In the UEFI Shell, if you get the error `Exception occurred during chipsec.modules.XXX.run(): 'function takes exactly 4 arguments (3 given)'` Please be sure the update your Python for Shell using the [Install Instructions](https://chipsec.github.io/installation/USB%20with%20UEFI%20Shell.html#installing-chipsec)
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.10.3

What's Changed
* Move to fstrings in chipset.py by frinzell in https://github.com/chipsec/chipsec/pull/1674
* Move SKIPPED results under NOTAPPLICABLE summary by frinzell in https://github.com/chipsec/chipsec/pull/1673
* Type Hint and fstring updates to defines.py by frinzell in https://github.com/chipsec/chipsec/pull/1672
* Type Hint and fstring updates to smbus.py by frinzell in https://github.com/chipsec/chipsec/pull/1671
* Type Hint and fstring updates to cpuid.py by frinzell in https://github.com/chipsec/chipsec/pull/1668
* Type Hint and fstring updates to cpu.py by frinzell in https://github.com/chipsec/chipsec/pull/1667
* Type Hint and fstring updates to physmem.py by frinzell in https://github.com/chipsec/chipsec/pull/1666
* Update doc-string, add Type Hints & fstrings in lock_check_cmd.py by frinzell in https://github.com/chipsec/chipsec/pull/1662
* Update GTTMMADR Base Address size by dscott90 in https://github.com/chipsec/chipsec/pull/1675
* Type Hint and fstring updates to pci.py by frinzell in https://github.com/chipsec/chipsec/pull/1669
* Type Hint and fstring updates to spd.py by frinzell in https://github.com/chipsec/chipsec/pull/1670
* Type Hint and fstring updates to virtmem.py by frinzell in https://github.com/chipsec/chipsec/pull/1682
* Type Hint and fstring updates to ec.py by frinzell in https://github.com/chipsec/chipsec/pull/1681
* Type Hint and fstring updates to vmm.py by frinzell in https://github.com/chipsec/chipsec/pull/1679
* Type Hint and fstring updates to iommu.py by frinzell in https://github.com/chipsec/chipsec/pull/1678
* Type Hint and fstring updates to mmio.py by frinzell in https://github.com/chipsec/chipsec/pull/1680
* Type Hint and fstring updates to ucode.py by frinzell in https://github.com/chipsec/chipsec/pull/1677
* Type Hint and fstring updates to file.py by frinzell in https://github.com/chipsec/chipsec/pull/1676
* Update windows install doc to include changes to compression changes by npmitche in https://github.com/chipsec/chipsec/pull/1685
* Add MCHBAR to Raptor Lake configuration by lemonpy in https://github.com/chipsec/chipsec/pull/1684
* Don't display extended_banner if using --skip_config by frinzell in https://github.com/chipsec/chipsec/pull/1688
* Type Hint and fstring updates to uefi_fv.py by frinzell in https://github.com/chipsec/chipsec/pull/1689
* Type Hint and fstring updates to tpm.py by frinzell in https://github.com/chipsec/chipsec/pull/1690
* Type Hint and fstring updates to tpm12_commands.py by frinzell in https://github.com/chipsec/chipsec/pull/1691
* Type Hint and fstring updates to uefi_search.py by frinzell in https://github.com/chipsec/chipsec/pull/1693
* Type Hint and fstring updates to uefi_compression.py by frinzell in https://github.com/chipsec/chipsec/pull/1692
* fstring updates to uefi_platform.py by frinzell in https://github.com/chipsec/chipsec/pull/1694
* fstring updates to uefi_common.py by frinzell in https://github.com/chipsec/chipsec/pull/1695
* Move 'limit_field' warning under HAL messaging by frinzell in https://github.com/chipsec/chipsec/pull/1702
* Type Hint and fstring updates to igd.py by frinzell in https://github.com/chipsec/chipsec/pull/1696
* Type Hint updates to locks.py by frinzell in https://github.com/chipsec/chipsec/pull/1697
* Type Hint and fstring updates to msr.py by frinzell in https://github.com/chipsec/chipsec/pull/1698
* Fix windows kernel api version dependent issue by jun2zhou in https://github.com/chipsec/chipsec/pull/1701
* Type Hint updates to acpi_tables.py by frinzell in https://github.com/chipsec/chipsec/pull/1700
* Type Hint and fstring updates to smbios.py by frinzell in https://github.com/chipsec/chipsec/pull/1699
* Type Hint and fstring updates to interrupts.py by frinzell in https://github.com/chipsec/chipsec/pull/1704
* Type Hint and fstring updates to acpi.py by frinzell in https://github.com/chipsec/chipsec/pull/1703

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

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.2...1.10.3

Additional Notes
* In the UEFI Shell, if you get the error `Exception occurred during chipsec.modules.XXX.run(): 'function takes exactly 4 arguments (3 given)'` Please be sure the update your Python for Shell using the [Install Instructions](https://chipsec.github.io/installation/USB%20with%20UEFI%20Shell.html#installing-chipsec)
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.10.2

What's Changed
* Modify RDSP and BERT by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1657
* Clear flake8 issues by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1658
* Fix no-member crash errors at logger, uefi by platomav in https://github.com/chipsec/chipsec/pull/1659
* Add ref lables to contact.rst and code-style-python.rst by frinzell in https://github.com/chipsec/chipsec/pull/1660
* Fix UEFI ACPI guid by frinzell in https://github.com/chipsec/chipsec/pull/1661
* Correct writemem call to be 3 args by npmitche in https://github.com/chipsec/chipsec/pull/1663
* Add VS 2022 tools ('VS170COMNTOOLS') to the list by npmitche in https://github.com/chipsec/chipsec/pull/1664


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.1...1.10.2

Additional Notes
* In the UEFI Shell, if you get the error `Exception occurred during chipsec.modules.XXX.run(): 'function takes exactly 4 arguments (3 given)'` Please be sure the update your Python for Shell using the [Install Instructions](https://chipsec.github.io/installation/USB%20with%20UEFI%20Shell.html#installing-chipsec)
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.10.1

What's Changed
* Update osx pbxproj to exclude arm64e by npmitche in https://github.com/chipsec/chipsec/pull/1631
* Define PEP515 support by frinzell in https://github.com/chipsec/chipsec/pull/1633
* Service is deprecated removing configuration file by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1634
* Address some issues in acpi_tables.py by frinzell in https://github.com/chipsec/chipsec/pull/1639
* Fix premature return at module children updating by platomav in https://github.com/chipsec/chipsec/pull/1638
* Move debug, hal and verbose log wrappers out of deprecated list by Sae86 in https://github.com/chipsec/chipsec/pull/1641
* Type Hint and fstring updates to cmos.py, io.py, and iobar.py by frinzell in https://github.com/chipsec/chipsec/pull/1643
* Decouple chipsec_main from logger by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1608
* Add Type Hints and move to fstrings in acpi_tables.py by frinzell in https://github.com/chipsec/chipsec/pull/1640
* Fix issue with modifying variables in variables.py by npmitche in https://github.com/chipsec/chipsec/pull/1648
* Change logger to use formatter by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1646
* Change level code by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1652
* Add *.log to .gitignore by npmitche in https://github.com/chipsec/chipsec/pull/1654
* Remove old docker images that are not active and add some new ones by npmitche in https://github.com/chipsec/chipsec/pull/1655
* Fix Type Hints in testcase.py by frinzell in https://github.com/chipsec/chipsec/pull/1650
* Decouple banner routines from logger.py by frinzell in https://github.com/chipsec/chipsec/pull/1651
* Add rpl config by dscott90 in https://github.com/chipsec/chipsec/pull/1653
* Remove bytestostring call in edk2.writemem by rhelmot in https://github.com/chipsec/chipsec/pull/1649

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

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.10.0...1.10.1

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

Page 5 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.