Add the comment about 'if arch' for the 'cut_attack_surface' checks
[kconfig-hardened-check.git] / kernel_hardening_checker / __init__.py
2 days ago Alexander PopovCode refactoring to improve test coverage (I)
3 days ago Alexander PopovMerge branch 'scs-pac'
3 days ago Alexander PopovMerge branch 'page-table-check'
10 days ago Alexander PopovMerge branch 'open_check'
10 days ago Alexander PopovCheck that the cmdline file is not empty
10 days ago Alexander PopovAlso check that the cmdline file and sysctl file exist
10 days ago Alexander PopovMerge branch 'master' into open-check
2024-05-19 Julien VoisinMerge branch 'master' into scs_pac 131/head
2024-05-14 Alexander PopovMerge remote-tracking branch 'origin/pylint'
2024-05-14 Alexander PopovDrop 'disable=invalid-name' for pylint
2024-05-14 Alexander PopovDrop __about__.py and use 'version = attr:' in setup.cfg
2024-05-13 Alexander PopovMerge branch 'typing'
2024-05-13 Alexander PopovImprove the VersionCheck static typing
2024-05-13 Alexander PopovImprove _open() to avoid mypy and pylint warnings
2024-05-13 Alexander PopovStyle fixes for engine import
2024-05-13 Alexander PopovUse dict instead of OrderedDict
2024-05-13 Alexander PopovFix mypy typing warnings for ChecklistObjType
2024-05-13 Alexander PopovAdd more precise typing for checklist: List[ChecklistOb...
2024-05-13 Alexander PopovFix assertion style
2024-05-13 Alexander PopovMove print_unknown_options() to engine.py
2024-05-12 Alexander PopovAdd more precise typing for OrderedDict
2024-05-12 Alexander PopovMake the static typing work for Python v3.8
2024-05-12 Alexander PopovFix mypy typing warnings in __init__.py
2024-05-12 Alexander PopovAdd more typing annotations to __init__.py
2024-05-12 Alexander PopovFix pylint warnings in _open
2024-05-12 jvoisinAdd a check to `_open`
2024-05-12 Alexander PopovFix mypy warning in _open()
2024-05-03 Julien VoisinMerge branch 'master' into typing
2024-05-02 Alexander PopovMerge branch 'skip_sysctl'
2024-05-02 Eneas U de QueirozSkip bpf_jit_harden sysctl if BPF_JIT is not set
2024-04-30 jvoisinAdd some lightweight typing
2024-04-21 Alexander PopovDon't use the `type` name for the class methods
2024-03-17 Alexander PopovMake the table column names and JSON field names fit...
2024-03-09 Alexander PopovParse all numbers of the kernel version
2024-03-09 Alexander PopovSkip the kernel version part after '-'
2024-01-16 Alexander PopovDon't print the warning about ARCH_MMAP_RND_BITS in...
2024-01-16 Alexander PopovFix style (III)
2024-01-16 Alexander PopovFix style (II)
2024-01-16 Alexander PopovFix style (I)
2024-01-16 Alexander PopovFix pylint W0613: Unused argument 'mode'
2024-01-14 Alexander PopovDon't add options without explicitly recommended values...
2023-12-30 Alexander PopovImprove the hackish refinement of the CONFIG_ARCH_MMAP_...
2023-12-30 Alexander PopovShow the option type in print_unknown_options()
2023-12-30 Alexander PopovUse raw strings for regular expression
2023-12-02 Alexander Popovadd --kernel-version option (#94)
2023-12-01 Fabrice Fontaineadd --kernel-version option 94/head
2023-10-16 Alexander PopovUse /usr/bin/env in shebangs (#90)
2023-10-05 Sandro JäckelUse /usr/bin/env in shebangs 90/head
2023-09-17 Alexander PopovRename kconfig-hardened-check into kernel-hardening...
2023-09-17 Alexander Popovkconfig-hardened-check -> kernel-hardening-checker