backport: Fix the bug in OptCheck.check() introduced in cb779a71bf57d95b
[kconfig-hardened-check.git] / kconfig_hardened_check / __init__.py
2023-03-06 Alexander Popovbackport: Fix the bug in OptCheck.check() introduced... v0.6.1-fixes v0.6.1
2023-01-22 Alexander PopovFix the 'decision' for the slub_merge check
2023-01-22 Alexander PopovFix the pylint R1714 issues
2023-01-21 Alexander PopovAdd the check for the 'kvm.nx_huge_pages' cmdline parameter
2023-01-21 Alexander PopovAdd the check for the slub_merge cmdline parameter
2023-01-21 Alexander PopovClean up the comments
2023-01-21 Alexander PopovAdd the check for the iommu cmdline option
2023-01-21 Alexander PopovInclude parsed_cmdline_options in the print_unknown_opt...
2023-01-19 Alexander PopovMerge branch 'from-o8opi-2'
2023-01-15 Alexander PopovUpdate the VMAP_STACK check: it is available for ARM
2023-01-15 Alexander PopovFix the arch condition for the SCHED_CORE check (II)
2023-01-14 Alexander PopovFix the IOMMU_DEFAULT_DMA_STRICT check: it is in defcon...
2023-01-14 Alexander PopovAdd the COMPAT and X86_X32_ABI checks
2023-01-14 Alexander PopovFix the WERROR check: it is in defconfig for X86_64...
2023-01-14 Alexander PopovFix the DEBUG_WX check: it is in defconfig for X86_64...
2022-12-16 Alexander PopovRemove the AIO check
2022-12-10 Alexander PopovRemember about the nosmt sysfs control file
2022-12-10 Alexander PopovDrop the comment about mitigations of CPU vulnerabilities
2022-12-10 Alexander PopovSave the list of disabled mitigations of CPU vulnerabil...
2022-12-10 Alexander PopovAdd the nospectre_bhb check
2022-12-10 Alexander PopovAdd the kpti check
2022-12-10 Alexander PopovCompare against '0' in the 'is not off' check
2022-12-10 Alexander PopovAdd the tsx check
2022-12-10 Alexander PopovChange the 'decision' of X86_INTEL_TSX_MODE_OFF check...
2022-12-10 Alexander PopovAdd the nomte check
2022-12-10 Alexander PopovAdd the nopauth check
2022-12-10 Alexander PopovAdd the nobti check
2022-12-09 Alexander PopovAdd the sysrq_always_enabled check
2022-12-09 Alexander PopovAdd the ssbd check
2022-12-08 Alexander PopovReorder some checks, no functional changes
2022-11-17 Alexander PopovAdd the srbds check
2022-11-17 Alexander PopovAdd the retbleed check
2022-11-17 Alexander PopovAdd the mmio_stale_data check
2022-11-17 Alexander PopovAdd the tsx_async_abort check
2022-11-17 Alexander PopovAdd the mds check
2022-11-17 Alexander PopovAdd the l1tf check
2022-11-17 Alexander PopovAdd the spectre_v2_user check
2022-11-17 Alexander PopovDo refactoring in normalize_cmdline_options()
2022-11-17 Alexander PopovAdd the spec_store_bypass_disable check
2022-11-17 Alexander PopovAdd the spectre_v2 check
2022-11-17 Alexander PopovIntroduce the 'is present' check instead of expected...
2022-11-11 Alexander PopovAdd the 'mitigations' check
2022-11-09 Alexander PopovAdd the nosmt check
2022-11-09 Alexander PopovAdd a special 'desired val' -- 'is not off'
2022-11-09 Alexander PopovImprove the result descriptions
2022-11-08 Alexander PopovAdd assertions to check arguments of the Class constructors
2022-10-23 Alexander PopovAdd the ARM64_E0PD check
2022-10-23 Alexander PopovFix the SCHED_CORE check: it's now available for ARM64...
2022-10-23 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-22 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-22 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-13 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-13 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-13 Alexander PopovUpdate the HW_RANDOM_TPM check
2022-10-13 Alexander PopovUpdate the UBSAN checks according to the KSPP recommend...
2022-10-13 Alexander PopovUpdate the security policy checks adopted by KSPP
2022-10-09 Alexander PopovDrop some of my security policy recommendations
2022-10-09 Alexander PopovCheck SECURITY_SELINUX_DEVELOP (recommended by Clip OS)
2022-10-09 Alexander PopovCheck SECURITY_SELINUX_BOOTPARAM (recommended by Clip OS)
2022-10-09 Alexander PopovImprove the HW_RANDOM_TPM check
2022-10-09 Alexander PopovCheck COREDUMP (recommended by Clip OS)
2022-10-09 Alexander PopovCheck CONFIG_HW_RANDOM_TPM (recommended by Clip OS)
2022-10-09 Alexander PopovCheck X86_MCE, X86_MCE_INTEL, X86_MCE_AMD (recommended...
2022-10-02 Alexander PopovAlso check 'nospectre_v2' with 'spectre_v2'
2022-10-02 Alexander PopovChange the reason for the 'nopti' check
2022-10-02 Alexander PopovChange the reason for the 'nokaslr' check
2022-10-02 Alexander PopovAdd the 'spectre_v2' check
2022-10-02 Alexander PopovAdd the 'nospectre_v2' check
2022-10-02 Alexander PopovChange the reason for the 'nosmep' and 'nosmap' checks
2022-10-02 Alexander PopovAdd the 'nospectre_v1' check
2022-10-02 Alexander PopovAdd the 'nopti' check
2022-09-24 Alexander PopovAdd the comments: CC_IS_GCC and CC_IS_CLANG exist since...
2022-09-24 Alexander PopovAdd the UBSAN_LOCAL_BOUNDS check for Clang build
2022-09-02 Alexander PopovDetect the compiler used for the kernel compilation
2022-09-02 Alexander PopovDon't use CONFIG_CC_IS_GCC in the checks (it was introd...
2022-09-02 Alexander PopovFix the X86_SMAP check: it is enabled by default since...
2022-09-02 Alexander PopovCheck the nosmap and nosmep cmdline parameters
2022-09-02 Alexander PopovAdapt the RANDSTRUCT checks to the changes in Linux...
2022-09-02 Alexander PopovFix the comment: SHADOW_CALL_STACK is now available...
2022-09-02 Alexander PopovAdd the SECURITY_LANDLOCK recommendation by KSPP
2022-08-23 Alexander PopovCheck the nokaslr cmdline parameter
2022-08-20 Alexander PopovRequire GCC for the GCC plugins (part II)
2022-08-20 Alexander PopovRequire GCC for the GCC plugins
2022-08-20 Alexander PopovIntroduce cc_is_gcc and cc_is_clang
2022-08-20 Alexander PopovNo, the 'page_alloc.shuffle' should be set anyway
2022-08-20 Alexander PopovDrop the comment about slub_debug=FZ
2022-08-17 Alexander PopovAdd the debugfs check
2022-08-17 Alexander PopovImprove the comments
2022-08-17 Alexander PopovAdd the 'page_alloc.shuffle' check
2022-08-14 Alexander PopovAdd more values for the normalization
2022-08-14 Alexander PopovImplement the normalization of cmdline options
2022-08-14 Alexander PopovDescribe the meaning of the checks
2022-08-13 Alexander PopovCheck the 'rodata' cmdline parameter on the arches...
2022-08-13 Alexander PopovCheck hardened_usercopy in the cmdline
2022-08-13 Alexander PopovAdd the comment about vm.mmap_min_addr sysctl (for...
2022-08-13 Alexander PopovSECURITY_DMESG_RESTRICT is more about cutting attack...
2022-07-21 Alexander PopovImprove the slab_common.usercopy_fallback check
2022-07-21 Alexander PopovAdd the slab_common.usercopy_fallback check
2022-07-21 Alexander PopovImprove the STACKPROTECTOR check
2022-07-21 Alexander PopovDon't mention LKDTM
next