Chipsec

Latest version: v1.13.0

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

Scan your dependencies

Page 1 of 13

1.13.0

What's Changed
* [StepSecurity] Apply security best practices by step-security-bot in https://github.com/chipsec/chipsec/pull/2079
* Bump ossf/scorecard-action from 2.0.6 to 2.3.1 by dependabot in https://github.com/chipsec/chipsec/pull/2081
* Bump actions/setup-python from 4.7.1 to 5.0.0 by dependabot in https://github.com/chipsec/chipsec/pull/2089
* Remove ubuntu16 and 18 docker env by jun2zhou in https://github.com/chipsec/chipsec/pull/2087
* Bump markupsafe from 2.1.1 to 2.1.5 in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2086
* Bump click from 8.0.1 to 8.1.7 in /chipsec_tools/log_parser by dependabot in https://github.com/chipsec/chipsec/pull/2085
* Bump github/codeql-action from 2.24.6 to 3.24.7 by dependabot in https://github.com/chipsec/chipsec/pull/2084
* Bump actions/dependency-review-action from 2.5.1 to 4.1.3 by dependabot in https://github.com/chipsec/chipsec/pull/2082
* Return status in all write port functions by Sae86 in https://github.com/chipsec/chipsec/pull/2075
* Information and skipped no longer categorized as Failure by Sae86 in https://github.com/chipsec/chipsec/pull/2074
* Bump github/codeql-action from 3.24.7 to 3.24.8 by dependabot in https://github.com/chipsec/chipsec/pull/2092
* Mob/chipsec refactor2 by npmitche in https://github.com/chipsec/chipsec/pull/2091
* Remove EOL centos 7 by jun2zhou in https://github.com/chipsec/chipsec/pull/2100
* Bump github/codeql-action from 3.24.8 to 3.24.9 by dependabot in https://github.com/chipsec/chipsec/pull/2098
* Bump actions/dependency-review-action from 4.1.3 to 4.2.4 by dependabot in https://github.com/chipsec/chipsec/pull/2097
* [StepSecurity] ci: Harden GitHub Actions by step-security-bot in https://github.com/chipsec/chipsec/pull/2101
* Add csv log option and fix value returned after running only one test by Sae86 in https://github.com/chipsec/chipsec/pull/2090
* Update error when running 'uefi var-list' cmd by npmitche in https://github.com/chipsec/chipsec/pull/2103
* Bump actions/dependency-review-action from 4.2.4 to 4.2.5 by dependabot in https://github.com/chipsec/chipsec/pull/2104
* Bump actions/setup-python from 5.0.0 to 5.1.0 by dependabot in https://github.com/chipsec/chipsec/pull/2105
* Fix missing 'f' in f-strings by npmitche in https://github.com/chipsec/chipsec/pull/2106
* Add unit testing for msr_cmd, mmcfg_cmd, mmcfg_base_cmd, desc_cmd and… by Sae86 in https://github.com/chipsec/chipsec/pull/2102
* Enumerate modules in modules folder using '-lm' by dscott90 in https://github.com/chipsec/chipsec/pull/2111
* Update to 1.13.0 by chipsec-bbci in https://github.com/chipsec/chipsec/pull/2112

New Contributors
* step-security-bot made their first contribution in https://github.com/chipsec/chipsec/pull/2079
* dependabot made their first contribution in https://github.com/chipsec/chipsec/pull/2081

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

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.

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.