Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 4 of 15

1.12.3

What's Changed
* Add get_bits() to library/bits.py by frinzell in https://github.com/chipsec/chipsec/pull/1932
* Fix the issue with the bus lists by npmitche in https://github.com/chipsec/chipsec/pull/1937
* fix misspelling of "Parameter" by WilliamLeara in https://github.com/chipsec/chipsec/pull/1938
* Update PCH 6xx* DIDs by npmitche in https://github.com/chipsec/chipsec/pull/1936
* Fix uefi_search cpuid.upper call as cpuid is an int by npmitche in https://github.com/chipsec/chipsec/pull/1939
* Update DMAR tables per specification by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1935
* PEP632 URL typo by frinzell in https://github.com/chipsec/chipsec/pull/1941
* Add helper function for return codes integration by Sae86 in https://github.com/chipsec/chipsec/pull/1942
* Fix issue where platform cfgs would not overwrite common by npmitche in https://github.com/chipsec/chipsec/pull/1950
* Add return codes support to vmm.venom and wsmt in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1949
* Add return codes support to iofuzz, msr_fuzz, pcie_fuzz, pcie_overlap… by Sae86 in https://github.com/chipsec/chipsec/pull/1948
* Add return codes support to vbox and xen folders in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1946
* Add check for setuptools >=62.0.0 by npmitche in https://github.com/chipsec/chipsec/pull/1943
* Add return codes support to cpuid_fuzz, ept_finder and hypercallfuzz … by Sae86 in https://github.com/chipsec/chipsec/pull/1947
* Add return codes support to sinkhole, te, rogue_mmio_bar and smm_ptr by Sae86 in https://github.com/chipsec/chipsec/pull/1940
* Add return codes support to tools/vmm/hv by Sae86 in https://github.com/chipsec/chipsec/pull/1945
* Add initial windows helper unit tests by npmitche in https://github.com/chipsec/chipsec/pull/1951


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

Additional Notes
* The way configurations are loaded has been modified in 1.12.0. If you have your own configurations that you are trying to load, please make sure they include an `<info></info>` block.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.12.2

What's Changed
* Fix error message format in function add_extra_configs by fishilico in https://github.com/chipsec/chipsec/pull/1927
* Fix issues when loading configs by npmitche in https://github.com/chipsec/chipsec/pull/1926
* Import modules traceback and errno when they are needed by fishilico in https://github.com/chipsec/chipsec/pull/1930
* Use the right dictionary in handle_ima by fishilico in https://github.com/chipsec/chipsec/pull/1929
* Update bus matching check in _process_pci_dev by npmitche in https://github.com/chipsec/chipsec/pull/1931
* Add PEP 632 comments to manual by frinzell in https://github.com/chipsec/chipsec/pull/1933


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.1...1.12.2


Additional Notes
* The way configurations are loaded has been modified in 1.12.0. If you have your own configurations that you are trying to load, please make sure they include an `<info></info>` block.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.12.1

What's Changed
* Change core_parsers to f'strings and hide register size errors by npmitche in https://github.com/chipsec/chipsec/pull/1904
* Fix missing 0x in pch_5xxh config by npmitche in https://github.com/chipsec/chipsec/pull/1903
* Add typehints to chipsec_tools folder by dscott90 in https://github.com/chipsec/chipsec/pull/1905
* Move from distutil for Python 3.12 by frinzell in https://github.com/chipsec/chipsec/pull/1908
* Fix helper record test by jun2zhou in https://github.com/chipsec/chipsec/pull/1907
* Refix glk detection value (1735) by npmitche in https://github.com/chipsec/chipsec/pull/1910
* Update sgx_check and vbox_crash_apicbase by npmitche in https://github.com/chipsec/chipsec/pull/1909
* Update lock_check_cmd to poke 'cs.consistency_checking' by npmitche in https://github.com/chipsec/chipsec/pull/1914
* Update cfg_checker test to skip folders by npmitche in https://github.com/chipsec/chipsec/pull/1915
* Update assertRegexpMatch to assertRegex and base Helper to NoneHelper by npmitche in https://github.com/chipsec/chipsec/pull/1918
* Print all devices on bus 0 with fun 0 when pch is not detected by npmitche in https://github.com/chipsec/chipsec/pull/1917
* Add pylint pilot test for chipsec/modules folder by jun2zhou in https://github.com/chipsec/chipsec/pull/1920
* Add PCIe extended capabilities functionality by dscott90 in https://github.com/chipsec/chipsec/pull/1913
* Port portions of defines.py to architecure.py, bits,py, memory.py, and structs.py by frinzell in https://github.com/chipsec/chipsec/pull/1923
* Move string_library.py to strings.py by frinzell in https://github.com/chipsec/chipsec/pull/1922
* Update docs to reflect recent cfg/helper changes by npmitche in https://github.com/chipsec/chipsec/pull/1921


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.0...1.12.1

Additional Notes
* The way configurations are loaded has been modified in 1.12.0. If you have your own configurations that you are trying to load, please make sure they include an `<info></info>` block.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.12.0

What's Changed
* Fixup how -i, -n and --skip_config are used by npmitche in https://github.com/chipsec/chipsec/pull/1832
* Add else clause to try block for better flow control by Sae86 in https://github.com/chipsec/chipsec/pull/1882
* Update remap.py for when IBECC is enabled (EHL) by npmitche in https://github.com/chipsec/chipsec/pull/1883
* Fix infinite loop condition by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1890
* Fix test_pch_invalid() test failing by jun2zhou in https://github.com/chipsec/chipsec/pull/1889
* Use raw string in the regular expression used in chipsec/module.py by fishilico in https://github.com/chipsec/chipsec/pull/1886
* Add typehints to exceptions.py by fishilico in https://github.com/chipsec/chipsec/pull/1885
* Remove from_file from method start in base helper by fishilico in https://github.com/chipsec/chipsec/pull/1884
* Remove invalid escape sequences in Windows path by fishilico in https://github.com/chipsec/chipsec/pull/1891
* Cpuinfo unittest by jun2zhou in https://github.com/chipsec/chipsec/pull/1887
* Clean up helper create/start/stop/delete functions by npmitche in https://github.com/chipsec/chipsec/pull/1893
* Fix 'self._get_driver_handle()' function calls in windowshelper.py by npmitche in https://github.com/chipsec/chipsec/pull/1895
* Add record and replay helpers by npmitche in https://github.com/chipsec/chipsec/pull/1894
* Add ability to log outside of LOGPATH by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1898
* Add cfg checking tests (non-unittest) by npmitche in https://github.com/chipsec/chipsec/pull/1897
* Utils update by npmitche in https://github.com/chipsec/chipsec/pull/1892
* Update config parsing by dscott90 in https://github.com/chipsec/chipsec/pull/1896
* Propogate ability for files not being within LOGPATH by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1899
* Add workaround for config loading bug by npmitche in https://github.com/chipsec/chipsec/pull/1900
* Fix UEFI shell issue with new config loading by npmitche in https://github.com/chipsec/chipsec/pull/1902


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.11.1...1.12.0

Additional Notes
* The way configurations are loaded has been modified in 1.12.0. If you have your own configurations that you are trying to load, please make sure they include an `<info></info>` block.
* The way Utilities identify
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.11.1

What's Changed
* Import UnimplementedAPIError from chipsec.exceptions by fishilico in https://github.com/chipsec/chipsec/pull/1824
* Fix SPI write when data size is not a multiple of 4 by fishilico in https://github.com/chipsec/chipsec/pull/1823
* Make EC, SMBus and SPD use bytes instead of list of characters by fishilico in https://github.com/chipsec/chipsec/pull/1821
* Replace print_buffer(bytestostring(data)) with print_buffer_bytes by fishilico in https://github.com/chipsec/chipsec/pull/1820
* Format bytes with .hex() instead of :8X in linuxnativehelper.py by fishilico in https://github.com/chipsec/chipsec/pull/1825
* remove the windows build tool version dependency by jun2zhou in https://github.com/chipsec/chipsec/pull/1828
* Make OsHelper.get_available_helpers return a sorted list by fishilico in https://github.com/chipsec/chipsec/pull/1829
* Add Python 3.11 to Github Action workflow by fishilico in https://github.com/chipsec/chipsec/pull/1836
* Banner.py use cs.cpuid value by frinzell in https://github.com/chipsec/chipsec/pull/1817
* Remove hex_to_text from logger by fishilico in https://github.com/chipsec/chipsec/pull/1819
* Move helper.getcwd() from *helper to oshelper by npmitche in https://github.com/chipsec/chipsec/pull/1831
* Add basic init to Chipset object if only helper is wanted by npmitche in https://github.com/chipsec/chipsec/pull/1833
* Fix Chipset.set_control call to write_register_field by fishilico in https://github.com/chipsec/chipsec/pull/1835
* Replace binascii.hexlify with bytes.hex by fishilico in https://github.com/chipsec/chipsec/pull/1837
* Fix Linux native helper MMIO read/write by fishilico in https://github.com/chipsec/chipsec/pull/1839
* Make defines.is_printable support bytes by fishilico in https://github.com/chipsec/chipsec/pull/1840
* Remove global variable chipsec.helper.oshelper.avail_helper by fishilico in https://github.com/chipsec/chipsec/pull/1843
* Add -nl switch to disable autologging by Sae86 in https://github.com/chipsec/chipsec/pull/1809
* Read the AMD LPC revision ID using the correct BDF address by fishilico in https://github.com/chipsec/chipsec/pull/1834
* Add 600 Series PCH Device IDs to config by dscott90 in https://github.com/chipsec/chipsec/pull/1845
* Add Alpine 3.18 and Debian 12 to Github Action test matrix by fishilico in https://github.com/chipsec/chipsec/pull/1851
* Add Python 3.12 PEP changes to Code Style document by frinzell in https://github.com/chipsec/chipsec/pull/1853
* Add typehints and fstrings to cpu_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1846
* Add typehints and fstrings to deltas_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1848
* Add typehints and fstrings to desc_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1849
* Intel TXT: add field definitions from project Slim Bootloader by fishilico in https://github.com/chipsec/chipsec/pull/1850
* Update core developers list by frinzell in https://github.com/chipsec/chipsec/pull/1854
* Add typehints and fstrings to mmcfg_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1863
* Add typehints and fstrings to mmcfg_base_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1862
* Add typehints and fstrings to mem_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1861
* Add typehints and fstrings to iommu_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1860
* Add typehints and fstrings to io_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1859
* Add typehints and fstrings to decode_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1847
* Consistent variable return types in uefi_platform.py by frinzell in https://github.com/chipsec/chipsec/pull/1842
* Rework legacy PCI helper by fishilico in https://github.com/chipsec/chipsec/pull/1812
* Add typehints and fstrings to interrupts_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1858
* Add type hints to chipsec.helper.linuxnative.cpuid by fishilico in https://github.com/chipsec/chipsec/pull/1864
* Change default log level to INFO by Sae86 in https://github.com/chipsec/chipsec/pull/1866
* Add -nl option to chipsec_util by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1867
* Add typehints and fstrings to ec_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1856
* Add typehints and fstrings to igd_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1857
* Update readme.md links by npmitche in https://github.com/chipsec/chipsec/pull/1868
* Refactor msgbus_send_read/write_message to use msgbus_send_message by npmitche in https://github.com/chipsec/chipsec/pull/1869
* Add initial set of linuxhelper unit tests by npmitche in https://github.com/chipsec/chipsec/pull/1870
* Fix issues with empty log file names and logs folder creation by Sae86 in https://github.com/chipsec/chipsec/pull/1871
* Implement basehelper.py as an ABC by frinzell in https://github.com/chipsec/chipsec/pull/1838
* Update usage help messages and help documentation by npmitche in https://github.com/chipsec/chipsec/pull/1876
* Fix mocked module scoping issue in unittest by npmitche in https://github.com/chipsec/chipsec/pull/1875
* Fix read/write_mmio_reg call with wrong number of arguments by npmitche in https://github.com/chipsec/chipsec/pull/1873
* Add return codes mode option to main and util by Sae86 in https://github.com/chipsec/chipsec/pull/1872
* Add win PCI filter driver by jun2zhou in https://github.com/chipsec/chipsec/pull/1877
* Add return codes changes to module_common and testcase by Sae86 in https://github.com/chipsec/chipsec/pull/1874
* Win pci filter driver build integration by jun2zhou in https://github.com/chipsec/chipsec/pull/1879


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.11.0...1.11.1

Additional Notes
* The way helpers are loaded and structure were modified in 1.11.0. If you have your own helpers, please make sure they are in the correct folder and named correctly: `chipsec/helper/<name>/<name>helper.py`
* For the UEFI Shell, the python executable was renamed (python368.efi > python.efi) in 1.11.0
* Removed the OSXHelper. If you still need to run chipsec on OSX, please use a version before 1.11.0.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.11.0

What's Changed
* Add pycryptodome to windows requirements list by dscott90 in https://github.com/chipsec/chipsec/pull/1778
* adding 2.80 system table revision to fix 'uefi tables' from not workin… by nstarke in https://github.com/chipsec/chipsec/pull/1770
* Fixing broken 'intelsecurity.com' link with wayback link by nstarke in https://github.com/chipsec/chipsec/pull/1769
* Bug fixes for SPI Write. Fixes 1775 by nstarke in https://github.com/chipsec/chipsec/pull/1776
* Remove Python EFI Shell code by frinzell in https://github.com/chipsec/chipsec/pull/1734
* Update USBwithUEFIShell.rst manual page for code port by frinzell in https://github.com/chipsec/chipsec/pull/1737
* Update qemu_efi.py for code port by frinzell in https://github.com/chipsec/chipsec/pull/1738
* Update flask per vulnerability by npmitche in https://github.com/chipsec/chipsec/pull/1773
* Fix helpers to return correct value for swsmi util by npmitche in https://github.com/chipsec/chipsec/pull/1786
* Add did="0x9D85" name="LP-U" code="PCH_3xxLP" by jun2zhou in https://github.com/chipsec/chipsec/pull/1784
* Update UEFI Shell Python binary to reflect EDK2 updates by npmitche in https://github.com/chipsec/chipsec/pull/1780
* Remove filehelper by npmitche in https://github.com/chipsec/chipsec/pull/1777
* Add Intel TXT register definitions from the SEAM Loader by fishilico in https://github.com/chipsec/chipsec/pull/1774
* Remove deprecated log_skipped() by frinzell in https://github.com/chipsec/chipsec/pull/1771
* Add flag and check for efi_var_enhanced_auth_access by npmitche in https://github.com/chipsec/chipsec/pull/1766
* Add LZMAF86 by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1758
* CHIPSEC_LOADED_AS_EXE support deprecated by frinzell in https://github.com/chipsec/chipsec/pull/1772
* Remove osx helper and driver by npmitche in https://github.com/chipsec/chipsec/pull/1792
* Remove 0x3e3x did from cometlake by jun2zhou in https://github.com/chipsec/chipsec/pull/1789
* Add typehints and fstrings to acpi_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1787
* drivers/linux: increase the possible length of symbols by fishilico in https://github.com/chipsec/chipsec/pull/1795
* Intel TXT: fix some misspellings by fishilico in https://github.com/chipsec/chipsec/pull/1794
* Close file if exception thrown during read by dscott90 in https://github.com/chipsec/chipsec/pull/1782
* Update ucode upload support in dalhelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1798
* Remove native api and add linuxnative as separate helper by npmitche in https://github.com/chipsec/chipsec/pull/1791
* Add .run() commands to chipsec_main.py and chipsec_util.py by frinzell in https://github.com/chipsec/chipsec/pull/1804
* Update Running-Chipsec.rst to include .run() by frinzell in https://github.com/chipsec/chipsec/pull/1806
* Remove get_cpuid() from chipsec_main by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1800
* Add typehints and fstrings to config_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1808
* Remove old logic which attempts to parse Dell PFS proprietary format by platomav in https://github.com/chipsec/chipsec/pull/1801
* Add cpu.py unit tests by frinzell in https://github.com/chipsec/chipsec/pull/1797
* Add typehints and fstrings to cmos_cmd.py by dscott90 in https://github.com/chipsec/chipsec/pull/1799
* Add write_unique_file() by frinzell in https://github.com/chipsec/chipsec/pull/1807
* Clean up oshelper by npmitche in https://github.com/chipsec/chipsec/pull/1802
* Clean up HALs and Helpers by npmitche in https://github.com/chipsec/chipsec/pull/1803
* Fix circular dependency with get_datetime_str() by frinzell in https://github.com/chipsec/chipsec/pull/1816
* Fix spidesc table of Master Read/Write Access to Flash Regions by fishilico in https://github.com/chipsec/chipsec/pull/1814
* Make chipsec.init() resilient to platform with unknown VID/DID by fishilico in https://github.com/chipsec/chipsec/pull/1811
* Fix search_efi_tree() return in spi_uefi.py by frinzell in https://github.com/chipsec/chipsec/pull/1818

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

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

Additional Notes
* The way helpers are loaded and structure 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, the python executable has been renamed. (python368.efi > python.efi)
* Removed the OSXHelper. If you still need to run chipsec on OSX, please use a version before 1.11.0.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

Page 4 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.