Chipsec

Latest version: v1.13.7

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

Scan your dependencies

Page 1 of 14

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

1.13.5

What's Changed
* Replace print() with logger.log() by dscott90 in https://github.com/chipsec/chipsec/pull/2247
* Bump github/codeql-action from 3.25.15 to 3.26.0 by dependabot in https://github.com/chipsec/chipsec/pull/2255
* Bump actions/upload-artifact from 4.3.4 to 4.3.6 by dependabot in https://github.com/chipsec/chipsec/pull/2254
* Bump step-security/harden-runner from 2.9.0 to 2.9.1 by dependabot in https://github.com/chipsec/chipsec/pull/2252
* Bump ubuntu from `2e863c4` to `8a37d68` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2269
* Fix record/replay helpers to capture exceptions by npmitche in https://github.com/chipsec/chipsec/pull/2267
* Clean up some manual pages by frinzell in https://github.com/chipsec/chipsec/pull/2266
* Clean up common modules by frinzell in https://github.com/chipsec/chipsec/pull/2265
* Clean up variables.py by frinzell in https://github.com/chipsec/chipsec/pull/2264
* Update common_module.py by frinzell in https://github.com/chipsec/chipsec/pull/2263
* Clean up cpu modules by frinzell in https://github.com/chipsec/chipsec/pull/2262
* Remove Mac OS text by frinzell in https://github.com/chipsec/chipsec/pull/2260
* Add pytest to github actions tests workflow by npmitche in https://github.com/chipsec/chipsec/pull/2268
* Fixed fwtype hint to allow NoneType by platomav in https://github.com/chipsec/chipsec/pull/2250
* Fixes to scan_image module by platomav in https://github.com/chipsec/chipsec/pull/2249
* Change MSR_SMM field to all caps by dscott90 in https://github.com/chipsec/chipsec/pull/2274
* Bump github/codeql-action from 3.26.0 to 3.26.5 by dependabot in https://github.com/chipsec/chipsec/pull/2273
* Replace prints by frinzell in https://github.com/chipsec/chipsec/pull/2275
* Add improvements to sphinx and fix some issues by Sae86 in https://github.com/chipsec/chipsec/pull/2272
* Cleanup library by frinzell in https://github.com/chipsec/chipsec/pull/2278
* Helper fstrings by frinzell in https://github.com/chipsec/chipsec/pull/2277
* Add RM_DIR as global to create_manual.py by npmitche in https://github.com/chipsec/chipsec/pull/2280
* Update to 1.13.5 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2281


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

1.13.4

What's Changed
* Bump github/codeql-action from 3.25.10 to 3.25.11 by dependabot in https://github.com/chipsec/chipsec/pull/2211
* Bump actions/upload-artifact from 4.3.3 to 4.3.4 by dependabot in https://github.com/chipsec/chipsec/pull/2214
* Bump github/codeql-action from 3.25.11 to 3.25.12 by dependabot in https://github.com/chipsec/chipsec/pull/2224
* Bump actions/dependency-review-action from 4.3.3 to 4.3.4 by dependabot in https://github.com/chipsec/chipsec/pull/2222
* Fix logic error in save_efi_tree_filetype function by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2220
* Bump actions/setup-python from 5.1.0 to 5.1.1 by dependabot in https://github.com/chipsec/chipsec/pull/2218
* Check padding of NVRAM FV by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2212
* Add remap lock bit condition check by jun2zhou in https://github.com/chipsec/chipsec/pull/2226
* Update req_pch field in mtl configuration by dscott90 in https://github.com/chipsec/chipsec/pull/2225
* Move UEFI decode logging to hal level for warnings and errors by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2221
* Quite the pci enumeration function when --hal flag is set by npmitche in https://github.com/chipsec/chipsec/pull/2216
* smm_ptr: Add SMI contention check to the scan mode by cpey in https://github.com/chipsec/chipsec/pull/2200
* Update Linux max phys mem write size from 0xFFFF to 0xFFFFFFFF by npmitche in https://github.com/chipsec/chipsec/pull/2233
* Bump github/codeql-action from 3.25.12 to 3.25.13 by dependabot in https://github.com/chipsec/chipsec/pull/2231
* Add error message when UEFI compression modules are missing by platomav in https://github.com/chipsec/chipsec/pull/2229
* Bump step-security/harden-runner from 2.8.1 to 2.9.0 by dependabot in https://github.com/chipsec/chipsec/pull/2228
* Attempt logger "color" command for ANSI on Windows OS only by platomav in https://github.com/chipsec/chipsec/pull/2227
* Update list_IO_BARs function by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/2232
* Fix importlib_metadata issue on workflow runner by npmitche in https://github.com/chipsec/chipsec/pull/2234
* Add Meteor Lake SPI Support by nicoloboatto in https://github.com/chipsec/chipsec/pull/2235
* Bump github/codeql-action from 3.25.13 to 3.25.15 by dependabot in https://github.com/chipsec/chipsec/pull/2242
* Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by dependabot in https://github.com/chipsec/chipsec/pull/2243
* Fix missing size when doing ec dump by npmitche in https://github.com/chipsec/chipsec/pull/2241
* Fix bug when msgbus_cmd returns value by npmitche in https://github.com/chipsec/chipsec/pull/2239
* Add try/except block when copying BARs in rogue_mmio_bar tool by npmitche in https://github.com/chipsec/chipsec/pull/2237
* Remove empty () for helper banner by jun2zhou in https://github.com/chipsec/chipsec/pull/2236
* Update to 1.13.4 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2244
* Revert "Update to 1.13.4" by dscott90 in https://github.com/chipsec/chipsec/pull/2245
* Update to 1.13.4 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2246

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

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.3...1.13.4

1.13.3

What's Changed
* Remove bins addressing the security scan warning by jun2zhou in https://github.com/chipsec/chipsec/pull/2179
* Fix pcie_fuzz when trying to print devices by npmitche in https://github.com/chipsec/chipsec/pull/2180
* Bump github/codeql-action from 3.25.6 to 3.25.7 by dependabot in https://github.com/chipsec/chipsec/pull/2182
* Add TE test download prompt by jun2zhou in https://github.com/chipsec/chipsec/pull/2183
* Remove CentOS 8 as it has EOLed by npmitche in https://github.com/chipsec/chipsec/pull/2185
* Replace getcwd with get_main_dir by frinzell in https://github.com/chipsec/chipsec/pull/2184
* Bump step-security/harden-runner from 2.8.0 to 2.8.1 by dependabot in https://github.com/chipsec/chipsec/pull/2191
* Bump actions/dependency-review-action from 4.3.2 to 4.3.3 by dependabot in https://github.com/chipsec/chipsec/pull/2189
* Bump ubuntu from `3f85b7c` to `e3f92ab` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2188
* Bump github/codeql-action from 3.25.7 to 3.25.8 by dependabot in https://github.com/chipsec/chipsec/pull/2186
* Update GTTMMADR in mtl.xml by Sae86 in https://github.com/chipsec/chipsec/pull/2194
* Bump actions/checkout from 4.1.6 to 4.1.7 by dependabot in https://github.com/chipsec/chipsec/pull/2195
* Bump github/codeql-action from 3.25.8 to 3.25.10 by dependabot in https://github.com/chipsec/chipsec/pull/2198
* Add more tests for windows helper by npmitche in https://github.com/chipsec/chipsec/pull/2199
* Bump ubuntu from `e3f92ab` to `2e863c4` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2203
* Fix case of SMM_CODE_CHK_EN field by npmitche in https://github.com/chipsec/chipsec/pull/2202
* Refactor testcase.py file by dscott90 in https://github.com/chipsec/chipsec/pull/2187
* Remove Wconio dependency and fix logs folder location by Sae86 in https://github.com/chipsec/chipsec/pull/2193
* Update mmio to check if Base Address is valid by npmitche in https://github.com/chipsec/chipsec/pull/2206
* Add get_max_memory_bit_size to physmem hal by npmitche in https://github.com/chipsec/chipsec/pull/2207
* Update to 1.13.3 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2210


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.2...1.13.3

1.13.2

What's Changed
* Fix windows driver artifacts loading by jun2zhou in https://github.com/chipsec/chipsec/pull/2152
* Bump ubuntu from `1b8d8ff` to `562456a` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2151
* Bump github/codeql-action from 3.25.2 to 3.25.3 by dependabot in https://github.com/chipsec/chipsec/pull/2150
* Bump step-security/harden-runner from 2.7.0 to 2.7.1 by dependabot in https://github.com/chipsec/chipsec/pull/2154
* Bump actions/dependency-review-action from 4.2.5 to 4.3.1 by dependabot in https://github.com/chipsec/chipsec/pull/2153
* Bump actions/dependency-review-action from 4.3.1 to 4.3.2 by dependabot in https://github.com/chipsec/chipsec/pull/2157
* Bump ubuntu from `562456a` to `75b5c7f` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2158
* Bump jinja2 from 3.1.3 to 3.1.4 in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2159
* Bump actions/checkout from 4.1.4 to 4.1.5 by dependabot in https://github.com/chipsec/chipsec/pull/2160
* Bump ubuntu from `75b5c7f` to `3f85b7c` in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2161
* Change the json module docs url to fully qualified names by npmitche in https://github.com/chipsec/chipsec/pull/2162
* Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by dependabot in https://github.com/chipsec/chipsec/pull/2165
* Bump github/codeql-action from 3.25.3 to 3.25.5 by dependabot in https://github.com/chipsec/chipsec/pull/2168
* Bump actions/checkout from 4.1.5 to 4.1.6 by dependabot in https://github.com/chipsec/chipsec/pull/2170
* Add make_mask & set_bits for mbox util by jun2zhou in https://github.com/chipsec/chipsec/pull/2167
* Add function to compare two ModuleResult's priorities by npmitche in https://github.com/chipsec/chipsec/pull/2164
* Add feature so that mmcfg_base reads address for all buses available by Sae86 in https://github.com/chipsec/chipsec/pull/2173
* Bump step-security/harden-runner from 2.7.1 to 2.8.0 by dependabot in https://github.com/chipsec/chipsec/pull/2172
* Bump github/codeql-action from 3.25.5 to 3.25.6 by dependabot in https://github.com/chipsec/chipsec/pull/2171
* Add UTs for ec_cmd and config_cmd by npmitche in https://github.com/chipsec/chipsec/pull/2156
* Add SMI enumeration mode to the smm_ptr module by cpey in https://github.com/chipsec/chipsec/pull/2141
* Add feature to automatically generate url for return codes by Sae86 in https://github.com/chipsec/chipsec/pull/2169
* Add Meteor Lake Support by dscott90 in https://github.com/chipsec/chipsec/pull/2174
* Update to 1.13.2 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2175

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

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.13.1...1.13.2

binaries
shell.efi PE(portable exe) image used for converting to TE (terse exe) image.

Page 1 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.