Merge remote-tracking branch 'origin/pylint'
[kconfig-hardened-check.git] / kernel_hardening_checker / engine.py
5 days ago Alexander PopovMerge remote-tracking branch 'origin/pylint' master
5 days ago Alexander PopovDrop 'disable=invalid-name' for pylint
6 days ago Alexander PopovMerge branch 'typing'
6 days ago Alexander PopovImprove the VersionCheck static typing
6 days ago Alexander PopovImprove typing and drop the unused **kwargs in the...
6 days ago Alexander PopovUse dict instead of OrderedDict
6 days ago Alexander PopovFix mypy typing warnings for ChecklistObjType
6 days ago Alexander PopovAdd more precise typing for checklist: List[ChecklistOb...
6 days ago Alexander PopovFix assertion style
6 days ago Alexander PopovFix mypy typing warnings in engine.py
7 days ago Alexander PopovAdd more typing annotations to engine.py
7 days ago Alexander PopovMove print_unknown_options() to engine.py
7 days ago Alexander PopovMake the static typing work for Python v3.8
7 days ago Alexander PopovFix mypy warning in json_dump()
2024-05-03 Julien VoisinMerge branch 'master' into typing
2024-04-30 jvoisinAdd some lightweight typing
2024-04-21 Alexander PopovLike grep, colorize the output only if stdout is connec...
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-17 Alexander PopovMerge remote-tracking branch 'krishjainx/improve-json...
2024-03-17 krishjainxupdate 115/head
2024-03-17 krishjainxfix issues
2024-03-14 krishjainxImprove JSON output format for enhanced processing
2024-03-09 Alexander PopovAdapt test_version() in the unittest
2024-03-09 Alexander PopovCheck all 3 numbers of the kernel version in VersionCheck
2024-03-09 Alexander PopovFix the fresh set_state() bug found by unittest
2024-03-09 Alexander PopovImplement the set_state() method of the check classes
2024-03-09 Alexander PopovUse 3 numbers in the VersionCheck constructor
2024-01-16 Alexander PopovFix style (III)
2024-01-16 Alexander PopovFix pylint E1101: Instance of 'OptCheck' has no 'type...
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-18 Alexander PopovRefactor the assertion in colorize_result() to improve...
2023-09-17 Alexander PopovRename kconfig-hardened-check into kernel-hardening...
2023-09-17 Alexander Popovkconfig-hardened-check -> kernel-hardening-checker