Merge remote-tracking branch 'origin/pylint'
[kconfig-hardened-check.git] / kernel_hardening_checker / __init__.py
6 days ago Alexander PopovMerge remote-tracking branch 'origin/pylint' master
6 days ago Alexander PopovDrop 'disable=invalid-name' for pylint
6 days ago Alexander PopovDrop __about__.py and use 'version = attr:' in setup.cfg
7 days ago Alexander PopovMerge branch 'typing'
7 days ago Alexander PopovImprove the VersionCheck static typing
7 days ago Alexander PopovImprove _open() to avoid mypy and pylint warnings
7 days ago Alexander PopovStyle fixes for engine import
7 days ago Alexander PopovUse dict instead of OrderedDict
7 days ago Alexander PopovFix mypy typing warnings for ChecklistObjType
7 days ago Alexander PopovAdd more precise typing for checklist: List[ChecklistOb...
7 days ago Alexander PopovFix assertion style
7 days ago Alexander PopovMove print_unknown_options() to engine.py
8 days ago Alexander PopovAdd more precise typing for OrderedDict
8 days ago Alexander PopovMake the static typing work for Python v3.8
8 days ago Alexander PopovFix mypy typing warnings in __init__.py
8 days ago Alexander PopovAdd more typing annotations to __init__.py
8 days ago Alexander PopovFix pylint warnings in _open
8 days ago 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