Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 1 of 15

1.13.11

What's Changed
* fix for flake8 rule E275 by WilliamLeara in https://github.com/chipsec/chipsec/pull/2415
* fix for flake8 rule E231 by WilliamLeara in https://github.com/chipsec/chipsec/pull/2413
* fix for flake8 rule W293 by WilliamLeara in https://github.com/chipsec/chipsec/pull/2436
* Bump github/codeql-action from 3.28.10 to 3.28.11 by dependabot in https://github.com/chipsec/chipsec/pull/2437
* Add MC1 registers to RPL by npmitche in https://github.com/chipsec/chipsec/pull/2442
* Bump github/codeql-action from 3.28.11 to 3.28.13 by dependabot in https://github.com/chipsec/chipsec/pull/2448
* Fix for Flake8 rule E303 by WilliamLeara in https://github.com/chipsec/chipsec/pull/2447
* Bump actions/upload-artifact from 4.6.1 to 4.6.2 by dependabot in https://github.com/chipsec/chipsec/pull/2446
* Bump actions/setup-python from 5.4.0 to 5.5.0 by dependabot in https://github.com/chipsec/chipsec/pull/2449
* Update to generate an ArchLinux image and reduce its size by Sae86 in https://github.com/chipsec/chipsec/pull/2441
* Update to 1.13.11 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2451


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.10...1.13.11

beta-2.0.0-rc1
This is the first release candidate of the major update to the Chipsec framework.

A short explainer of the changes can be found on the wiki here: https://github.com/chipsec/chipsec/wiki/CHIPSEC-2.0.0

We have more documentation to complete and more configurations/platforms to enable but the major updates to the framework itself are complete.

Please provide any feedback you might have. Please utilize the discussion for this release.

1.13.10

What's Changed
* Change module result to "information" if CPU is a sample part in sgx_check module by dscott90 in https://github.com/chipsec/chipsec/pull/2405
* fix URL for pywin32 by WilliamLeara in https://github.com/chipsec/chipsec/pull/2408
* Add Windows server 2025 to supported versions in documentation by Sae86 in https://github.com/chipsec/chipsec/pull/2417
* Change default logger file name to 'entry'-yearMonDay-Time.log by npmitche in https://github.com/chipsec/chipsec/pull/2410
* Add archiving status to framework for test modules by Sae86 in https://github.com/chipsec/chipsec/pull/2407
* Remove MTAG prefix from module tags and add metadata tags by Sae86 in https://github.com/chipsec/chipsec/pull/2423
* Add MC1 register check to remap by dscott90 in https://github.com/chipsec/chipsec/pull/2428
* Fix `packaging` version issue and test `--cov .` by npmitche in https://github.com/chipsec/chipsec/pull/2427
* Update to 1.13.10 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2429


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.9...1.13.10

1.13.9

What's Changed
* Add error message on missing data when using the replayhelper by npmitche in https://github.com/chipsec/chipsec/pull/2378
* Add PCH C621A to pch_c260 config file by Sae86 in https://github.com/chipsec/chipsec/pull/2389
* Add hal/smbus.py unit tests by dscott90 in https://github.com/chipsec/chipsec/pull/2384
* Add unit test code coverage minimum requirement by npmitche in https://github.com/chipsec/chipsec/pull/2385
* Change install path for chipsec-manual.pdf by dscott90 in https://github.com/chipsec/chipsec/pull/2395
* Mob/scan image update by dscott90 in https://github.com/chipsec/chipsec/pull/2394
* Update to 1.13.9 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2402


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.8...1.13.9

1.13.8

What's Changed
* Update base address logging in mmio.py by Sae86 in https://github.com/chipsec/chipsec/pull/2346
* Add check for SamplePart control in debugenabled module by dscott90 in https://github.com/chipsec/chipsec/pull/2361
* Update Ubuntu versions in tests.yml by npmitche in https://github.com/chipsec/chipsec/pull/2365
* Resolve reported build issue in Orical Linux by npmitche in https://github.com/chipsec/chipsec/pull/2364
* Add pch 700 series DIDs into pch 600s config by npmitche in https://github.com/chipsec/chipsec/pull/2368
* Increase python's minimum requirement from 3.7 to 3.8 by npmitche in https://github.com/chipsec/chipsec/pull/2371
* SMI enumeration using the standard deviation by cpey in https://github.com/chipsec/chipsec/pull/2362
* Live USB automatic build using mkosi by kerneis-anssi in https://github.com/chipsec/chipsec/pull/2356
* Add util to decode tests' name/id by Sae86 in https://github.com/chipsec/chipsec/pull/2351
* Check CPU for sample part during sgx_check module by dscott90 in https://github.com/chipsec/chipsec/pull/2363
* Add utilcmd unit tests by dscott90 in https://github.com/chipsec/chipsec/pull/2352
* Update to 1.13.8 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2373


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.7...1.13.8

1.13.7

What's Changed
* get_MMIO_BAR_base_address inconsistency by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2316
* Fix sequence import for py3.8, 3.9 compatible pdf manual build by jun2zhou in https://github.com/chipsec/chipsec/pull/2318
* Add Python3.13 in CI matrix by jun2zhou in https://github.com/chipsec/chipsec/pull/2328
* Fix Chipsec failures to detect certain EFI modules (2253) by platomav in https://github.com/chipsec/chipsec/pull/2320
* Add SMI detection accuracy improvements by cpey in https://github.com/chipsec/chipsec/pull/2333
* Add CONTRIBUTING.md by jkmarz in https://github.com/chipsec/chipsec/pull/2335
* Add try except for collections.abc in create_manual by npmitche in https://github.com/chipsec/chipsec/pull/2344
* Add unit tests for acpi_tables.py by dscott90 in https://github.com/chipsec/chipsec/pull/2293
* Initial submission of AMD common modules by coudrant in https://github.com/chipsec/chipsec/pull/2343
* Update to 1.13.7 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2345

New Contributors
* jkmarz made their first contribution in https://github.com/chipsec/chipsec/pull/2335
* coudrant made their first contribution in https://github.com/chipsec/chipsec/pull/2343

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.6...1.13.7

1.13.6

What's Changed
* Update linux distro api by jun2zhou in https://github.com/chipsec/chipsec/pull/2282
* Bump actions/setup-python from 5.1.1 to 5.2.0 by dependabot in https://github.com/chipsec/chipsec/pull/2283
* Bump github/codeql-action from 3.26.5 to 3.26.6 by dependabot in https://github.com/chipsec/chipsec/pull/2284
* Bump actions/upload-artifact from 4.3.6 to 4.4.0 by dependabot in https://github.com/chipsec/chipsec/pull/2285
* Use more generic 'codename' for mSystem in test_generic by npmitche in https://github.com/chipsec/chipsec/pull/2286
* Update type hints by frinzell in https://github.com/chipsec/chipsec/pull/2288
* Add gil status reporting by frinzell in https://github.com/chipsec/chipsec/pull/2289
* Bump github/codeql-action from 3.26.6 to 3.26.7 by dependabot in https://github.com/chipsec/chipsec/pull/2296
* Bump step-security/harden-runner from 2.9.1 to 2.10.1 by dependabot in https://github.com/chipsec/chipsec/pull/2294
* Reset is_ba_invalid flag when using fixed address by Sae86 in https://github.com/chipsec/chipsec/pull/2290
* Update check for invalid mmio BA value to see if it is all FFs by npmitche in https://github.com/chipsec/chipsec/pull/2209
* Bump ubuntu from `8a37d68` to `65a5100` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2297
* Update distro check in test_generic by npmitche in https://github.com/chipsec/chipsec/pull/2298
* Fix loading to run some utiles that do not require cfg/driver by npmitche in https://github.com/chipsec/chipsec/pull/2300
* Update chipsec_util to check if a cfg is loaded when it's needed by npmitche in https://github.com/chipsec/chipsec/pull/2301
* Bump github/codeql-action from 3.26.7 to 3.26.8 by dependabot in https://github.com/chipsec/chipsec/pull/2303
* Update to platform detection by npmitche in https://github.com/chipsec/chipsec/pull/2291
* Bump ubuntu from `65a5100` to `dfc1087` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2304
* Fix replay helper when bytes are stored by npmitche in https://github.com/chipsec/chipsec/pull/2307
* Add exclude module support to options by frinzell in https://github.com/chipsec/chipsec/pull/2295
* Update HT_UEFI_Rootkit blockedlist entry by npmitche in https://github.com/chipsec/chipsec/pull/2306
* 8086/meteorlake: fix issue 2276 by Milo-D in https://github.com/chipsec/chipsec/pull/2305
* Add unit tests for igd, interrupts, io, iommu utilcmds by Sae86 in https://github.com/chipsec/chipsec/pull/2251
* Add the ability to change line termination of logger by npmitche in https://github.com/chipsec/chipsec/pull/2311
* Bump github/codeql-action from 3.26.8 to 3.26.9 by dependabot in https://github.com/chipsec/chipsec/pull/2308
* Update functions in UEFI HAL that read EFI variables from ROM by npmitche in https://github.com/chipsec/chipsec/pull/2299
* Fix possible divide by 0 error in read_spi by npmitche in https://github.com/chipsec/chipsec/pull/2312
* Add check to see if reg is defined in txt_cmd by npmitche in https://github.com/chipsec/chipsec/pull/2313
* Add test data to txt_cmd json for ut by npmitche in https://github.com/chipsec/chipsec/pull/2314
* Update to 1.13.6 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2317

New Contributors
* Milo-D made their first contribution in https://github.com/chipsec/chipsec/pull/2305

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.5...1.13.6

Page 1 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.