├── .gitignore ├── .gitlab-ci.yml ├── .travis.yml ├── CONTRIBUTING.md ├── COPYRIGHT ├── CPU_vulnerabilities └── CPU_vulnerabilities.sh ├── CVE-2014-3566_poodle ├── CVE-2014-3566.sh ├── file_mocks │ ├── 10 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 01 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 02 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 03 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 04 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 05 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 06 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 07 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 08 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── 09 │ │ ├── conf.d │ │ │ └── config.conf │ │ └── conf │ │ │ └── httpd.conf │ ├── vsftpd_1.conf │ ├── vsftpd_2.conf │ ├── vsftpd_3.conf │ ├── vsftpd_4.conf │ ├── vsftpd_5.conf │ ├── vsftpd_6.conf │ ├── vsftpd_7.conf │ └── vsftpd_8.conf ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_httpd_configs.bats ├── tests_check_supported_kernel.bats ├── tests_check_vsftpd_config.bats ├── tests_get_rhel.bats ├── tests_integration.bats └── tests_read_array.bats ├── CVE-2017-1000251_kernel ├── CVE-2017-1000251.sh ├── file_mocks │ ├── cmdline_disabled │ └── cmdline_enabled ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_compare4.bats └── tests_get_rhel.bats ├── CVE-2017-1000253_kernel ├── CVE-2017-1000253.sh ├── file_mocks │ ├── cmdline_disabled │ └── cmdline_enabled ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_compare4.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2017-1000366_kernel_glibc ├── CVE-2017-1000366.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats └── tests_integration.bats ├── CVE-2017-1000367_sudo ├── CVE-2017-1000367.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats └── tests_integration.bats ├── CVE-2017-1000405_kernel ├── CVE-2017-1000405.sh ├── file_mocks │ ├── hugepages │ │ ├── always │ │ ├── madvise │ │ └── never │ └── zeropage │ │ ├── 0 │ │ └── 1 ├── test_check_transparent_hugepages.bats ├── test_check_zero_page.bats ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2017-13077_wpa_supplicant ├── CVE-2017-13077.sh ├── file_mocks │ ├── net1 │ │ ├── enp5s0 │ │ │ └── operstate │ │ ├── eth0 │ │ │ └── operstate │ │ ├── wlan0 │ │ │ └── operstate │ │ └── wlp2s0 │ │ │ └── operstate │ ├── net2 │ │ ├── enp5s0 │ │ │ └── operstate │ │ └── eth0 │ │ │ └── operstate │ └── net3 │ │ ├── enp5s0 │ │ └── operstate │ │ ├── eth0 │ │ └── operstate │ │ ├── wlan0 │ │ └── operstate │ │ └── wlp2s0 │ │ └── operstate ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_check_wifi_interfaces.bats ├── tests_check_wifi_interfaces_active.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2017-5753_cpu_spectre_meltdown ├── integration │ ├── file_mocks │ │ ├── cmdline-rhel5-vmware │ │ ├── cmdline-rhel5-weird │ │ ├── cmdline-rhel6-fujitsu │ │ ├── cmdline-rhel7 │ │ ├── cmdline-rhel7-noibrs │ │ ├── cmdline-rhel7-power │ │ ├── cmdline │ │ │ ├── cmdline_noibpb │ │ │ ├── cmdline_noibrs │ │ │ ├── cmdline_nopti │ │ │ ├── cmdline_nopti_noibrs_noibpb │ │ │ ├── cmdline_nospectre_v2 │ │ │ ├── cmdline_ok │ │ │ ├── cmdline_power_no_rfi_flush │ │ │ ├── cmdline_power_nopti │ │ │ ├── cmdline_power_ok │ │ │ ├── cmdline_sv2_ibrs │ │ │ └── cmdline_sv2_off │ │ ├── cpuinfo-amd │ │ ├── cpuinfo-arm │ │ ├── cpuinfo-four-xeons │ │ ├── cpuinfo-many-xeons │ │ ├── cpuinfo-power │ │ ├── cpuinfo-skylake │ │ ├── cpuinfo-skylake-noibpb │ │ ├── cpuinfo-xeon │ │ ├── cpuinfo-xeon-fujitsu │ │ ├── cpuinfo │ │ │ ├── amd │ │ │ ├── arm │ │ │ ├── intel │ │ │ └── power8 │ │ ├── debug-0010 │ │ │ ├── ibpb_enabled │ │ │ ├── ibrs_enabled │ │ │ ├── pti_enabled │ │ │ └── retp_enabled │ │ ├── debug-0011 │ │ │ ├── ibpb_enabled │ │ │ ├── ibrs_enabled │ │ │ ├── pti_enabled │ │ │ └── retp_enabled │ │ ├── debug-1011 │ │ │ ├── ibpb_enabled │ │ │ ├── ibrs_enabled │ │ │ ├── pti_enabled │ │ │ └── retp_enabled │ │ ├── debug-1110 │ │ │ ├── ibpb_enabled │ │ │ ├── ibrs_enabled │ │ │ ├── pti_enabled │ │ │ └── retp_enabled │ │ ├── debug-111X │ │ │ ├── ibpb_enabled │ │ │ ├── ibrs_enabled │ │ │ └── pti_enabled │ │ ├── debug │ │ │ ├── pti0 │ │ │ │ └── pti_enabled │ │ │ ├── pti0_ibrs0_ibpb0 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ └── pti_enabled │ │ │ ├── pti0_ibrs0_ibpb2 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ └── pti_enabled │ │ │ ├── pti0_ibrs2_ibpb1 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ └── pti_enabled │ │ │ ├── pti1 │ │ │ │ └── pti_enabled │ │ │ ├── pti1_ibrs0_ibpb0 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ └── pti_enabled │ │ │ ├── pti1_ibrs1_ibpb1 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ └── pti_enabled │ │ │ └── pti1_ibrs1_ibpb1_retp0 │ │ │ │ ├── ibpb_enabled │ │ │ │ ├── ibrs_enabled │ │ │ │ ├── pti_enabled │ │ │ │ └── retp_enabled │ │ ├── dmesg-not-retpoline │ │ ├── dmesg-not-retpoline-BUG │ │ ├── dmesg-not-retpoline-unsafe │ │ ├── dmesg-old │ │ ├── dmesg-power │ │ ├── dmesg-present-ibrs-skylake │ │ ├── dmesg-present-retpoline-skylake │ │ ├── dmesg-present-vmware │ │ ├── dmesg │ │ │ ├── centos7_fixed_kernel_hw_support │ │ │ │ ├── dmesg.txt │ │ │ │ └── dmesg_nopti_noibrs_noibpb.txt │ │ │ └── centos7_old_kernel_hw_support │ │ │ │ └── dmesg.txt │ │ ├── spectre_v1 │ │ ├── spectre_v2 │ │ ├── uname_r-rhel5-old │ │ ├── uname_r-rhel5-retpoline │ │ ├── uname_r-rhel6-retpoline │ │ ├── uname_r-rhel7-fix │ │ ├── uname_r-rhel7-power │ │ ├── uname_r-rhel7-power-old │ │ ├── uname_r-rhel7-retpoline │ │ ├── virt-what-ibm │ │ ├── virt-what-kvm │ │ ├── virt-what-vmware │ │ ├── vuln-ibrs-skylake │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-power │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-retpoline-BUG │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-retpoline-full │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-retpoline-noibpb │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-retpoline-skylake │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ ├── vuln-retpoline-unsafe-modules │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ └── vulns │ │ │ ├── fences_noibpb_pti │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ ├── fences_retpo_pti │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ ├── ibrs_ibrs_pti │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ ├── mystery_ok │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ ├── power8 │ │ │ ├── bad │ │ │ │ ├── meltdown │ │ │ │ ├── spectre_v1 │ │ │ │ └── spectre_v2 │ │ │ ├── flush_ok │ │ │ ├── flush_vuln │ │ │ ├── ok │ │ │ │ ├── meltdown │ │ │ │ ├── spectre_v1 │ │ │ │ └── spectre_v2 │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ ├── vuln_vuln_pti │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ │ │ └── vuln_vuln_vuln │ │ │ ├── meltdown │ │ │ ├── spectre_v1 │ │ │ └── spectre_v2 │ ├── kernel_versions.txt │ ├── results │ ├── run-all │ ├── run-one │ ├── test_01 │ ├── test_02 │ ├── test_03 │ ├── test_04 │ ├── test_05 │ ├── test_06 │ ├── test_07 │ ├── test_08 │ ├── test_09 │ ├── test_10 │ ├── test_11 │ ├── test_12 │ ├── test_13 │ ├── test_14 │ ├── test_15 │ ├── test_16 │ ├── test_17 │ └── test_18 ├── spectre-meltdown.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_cpu_vendor.bats ├── tests_check_supported_kernel.bats ├── tests_cmdline.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2017-7184_kernel ├── CVE-2017-7184.sh ├── file_mocks │ ├── cmdline_disabled │ └── cmdline_enabled ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_check_user_namespaces_enabled.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2017-7494_samba ├── CVE-2017-7494.sh ├── file_mocks │ ├── samba_applied_0 │ ├── samba_applied_case │ ├── samba_applied_commented │ ├── samba_applied_false │ ├── samba_applied_no │ ├── samba_applied_off │ ├── samba_not_applied │ ├── samba_not_applied_1 │ ├── samba_not_applied_on │ ├── samba_not_applied_true │ └── samba_not_applied_yes ├── test_harness ├── test_selinux_check.bats ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_integration.bats └── tests_mitigation_check.bats ├── CVE-2017-smbloris_samba ├── file_mocks │ ├── samba_applied_003 │ ├── samba_applied_01000 │ ├── samba_applied_1000 │ ├── samba_applied_100_nospaces │ ├── samba_applied_3 │ ├── samba_applied_commented │ ├── samba_invalid_1 │ ├── samba_invalid_2 │ ├── samba_invalid_3 │ ├── samba_invalid_4 │ ├── samba_not_applied │ ├── samba_not_applied_0 │ └── samba_not_applied_000 ├── smbloris.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_integration.bats └── tests_mitigation_check.bats ├── CVE-2018-1102_openshift ├── CVE-2018-1102.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_compare.bats ├── tests_get_rhel.bats ├── tests_in_array.bats ├── tests_integration.bats ├── tests_print_array.bats ├── tests_read_array.bats └── tests_split_array.bats ├── CVE-2018-12130_cpu_mds ├── CVE-2018-12130.sh ├── integration │ ├── file_mocks │ │ ├── cpuinfo-amd │ │ ├── cpuinfo-arm │ │ ├── cpuinfo-power │ │ ├── cpuinfo-skylake │ │ ├── cpuinfo-xeon │ │ ├── dmesg-ec2 │ │ ├── dmesg-normal │ │ ├── uname_r-rhel7 │ │ ├── uname_r-rhel7-power │ │ ├── uuid-ec2 │ │ ├── uuid-normal │ │ ├── virt-what-ibm │ │ ├── virt-what-kvm │ │ ├── virt-what-vmware │ │ ├── vuln-mit │ │ │ └── mds │ │ ├── vuln-smt │ │ │ └── mds │ │ ├── vuln-vuln-disabled │ │ │ └── mds │ │ ├── vuln-vuln-nomicrocode │ │ │ └── mds │ │ └── vuln-vuln-vm │ │ │ └── mds │ ├── results │ ├── run-all │ ├── run-one │ ├── test_01 │ ├── test_02 │ ├── test_03 │ ├── test_04 │ ├── test_05 │ ├── test_06 │ ├── test_07 │ ├── test_08 │ └── test_09 ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2018-12207_cpu_ifu ├── CVE-2018-12207.sh ├── file_mocks │ ├── cpuinfo-amd │ ├── cpuinfo-power │ ├── cpuinfo-skylake │ ├── cpuinfo-xeon │ ├── uname_r-rhel7 │ ├── virt-what-hyperv │ ├── virt-what-ibm │ ├── virt-what-kvm │ ├── virt-what-vmware │ ├── vuln-cpu │ │ └── itlb_multihit │ ├── vuln-disabled │ │ └── itlb_multihit │ └── vuln-mit │ │ └── itlb_multihit ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_cpu_model.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_get_virtualization.bats ├── tests_integration.bats ├── tests_read_array.bats └── tests_require_root.bats ├── CVE-2018-3620_cpu_l1tf ├── CVE-2018-3620.sh ├── file_mocks │ ├── cpuinfo │ │ ├── affect_intel │ │ ├── not_aff_aarch64 │ │ ├── not_aff_amd │ │ ├── not_aff_arm │ │ ├── not_aff_ibm_s390 │ │ ├── not_aff_power8 │ │ ├── updated_microcode_intel │ │ └── updated_microcode_partial │ ├── dmesg │ │ ├── dmesg_log │ │ └── dmesg_log_no_mitg │ ├── smt │ │ ├── empty │ │ ├── smt_disabled_cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ └── cpu1 │ │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ ├── smt_enabled_cpu_comma │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ └── cpu3 │ │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ └── smt_enabled_cpu_dash │ │ │ ├── cpu0 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ └── cpu3 │ │ │ └── topology │ │ │ └── thread_siblings_list │ └── vulns │ │ ├── file_exists │ │ ├── miti_active │ │ ├── not_affected │ │ ├── vulnerable │ │ └── vulnerable_rhel7_l1tf_off ├── ht-tool.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_affected_cpu.bats ├── tests_check_dmesg.bats ├── tests_check_mitigation_active.bats ├── tests_check_smt_enabled.bats ├── tests_check_supported_kernel.bats ├── tests_check_updated_kernel.bats ├── tests_check_updated_microcode.bats ├── tests_get_rhel.bats ├── tests_integration.bats └── tests_read_array.bats ├── CVE-2018-3639_cpu_ssbd ├── CVE-2018-3639.sh ├── file_mocks │ ├── cmdline │ │ ├── none │ │ ├── nospec_store_bypass_disable │ │ └── spec_store_bypass_disable │ ├── cpuinfo │ │ ├── all_affected │ │ ├── all_not_affected │ │ ├── power │ │ ├── s390 │ │ └── some_affected │ └── vulns │ │ ├── mitigation │ │ └── spec_store_bypass │ │ ├── mitigation_2 │ │ └── spec_store_bypass │ │ ├── not_affected │ │ └── spec_store_bypass │ │ └── vulnerable │ │ └── spec_store_bypass ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_not_affected_cpu.bats ├── tests_check_supported_kernel.bats ├── tests_gather_info_commandline.bats ├── tests_gather_info_vulnerability_file.bats ├── tests_get_rhel.bats ├── tests_integration.bats └── tests_read_array.bats ├── CVE-2018-8897_kernel_popss ├── CVE-2018-8897.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_detect_cpu_arch.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2019-11135_cpu_taa ├── CVE-2019-11135.sh ├── file_mocks │ ├── cpuinfo-amd │ ├── cpuinfo-power │ ├── cpuinfo-skylake │ ├── cpuinfo-xeon │ ├── uname_r-rhel7 │ ├── virt-what-hyperv │ ├── virt-what-ibm │ ├── virt-what-kvm │ ├── virt-what-vmware │ ├── vuln-disabled │ │ └── tsx_async_abort │ └── vuln-mit │ │ └── tsx_async_abort ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_cpu_flag.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_get_virtualization.bats ├── tests_integration.bats ├── tests_read_array.bats └── tests_require_root.bats ├── CVE-2019-1125_cpu_swapgs ├── CVE-2019-1125.sh ├── file_mocks │ ├── cpuinfo-amd │ ├── cpuinfo-arm │ ├── cpuinfo-power │ ├── cpuinfo-skylake │ ├── cpuinfo-xeon │ ├── uname_r-rhel7 │ ├── uname_r-rhel7-power │ ├── virt-what-ibm │ ├── virt-what-kvm │ ├── virt-what-vmware │ ├── vuln-disabled │ │ └── spectre_v1 │ ├── vuln-mit │ │ └── spectre_v1 │ ├── vuln-spectre │ │ └── spectre_v1 │ └── vuln-vuln │ │ └── spectre_v1 ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2019-11477_kernel_sack ├── CVE-2019-11477.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_integration.bats └── tests_require_root.bats ├── CVE-2019-14835_kernel ├── CVE-2019-14835.sh ├── file_mocks │ ├── modprobe_blacklisted_1 │ │ └── config_1 │ ├── modprobe_blacklisted_2 │ │ └── config_1 │ ├── modprobe_not_blacklisted_1 │ │ └── config_1 │ └── modprobe_not_blacklisted_2 │ │ └── config_1 ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kernel_modules.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2019-5736_runc ├── CVE-2019-5736.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_get_selinux_mode.bats ├── tests_get_selinux_policy.bats └── tests_integration.bats ├── CVE-2020-10713_grub ├── CVE-2020-10713.sh ├── file_mocks │ ├── dmesg │ │ ├── dmesg_log_test1 │ │ └── dmesg_log_test2 │ └── efivars │ │ ├── disabled │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c │ │ └── enabled │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c ├── test_harness ├── tests_check_dmesg.bats ├── tests_check_package.bats └── tests_integration.bats ├── CVE-2020-12351_kernel ├── CVE-2020-12351.sh ├── file_mocks │ ├── cmdline │ │ ├── cmdline_ns_disabled │ │ └── cmdline_ns_enabled │ ├── modprobe_blocklisted_1 │ │ └── config_1 │ ├── modprobe_blocklisted_2 │ │ └── config_1 │ ├── modprobe_multiple_blocklisted │ │ ├── config_1 │ │ ├── config_2 │ │ └── config_3 │ ├── modprobe_multiple_not_blocklisted │ │ └── config_1 │ ├── modprobe_multiple_partially_blocklisted │ │ └── config_1 │ ├── modprobe_not_blocklisted_1 │ │ └── config_1 │ └── modprobe_not_blocklisted_2 │ │ └── config_1 ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_all_modules_blocklisted.bats ├── tests_check_kernel.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_integration_basic.bats └── tests_integration_cves.bats ├── CVE-2020-14298_docker ├── CVE-2020-14298.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats ├── tests_get_selinux_mode.bats ├── tests_get_selinux_policy.bats └── tests_integration.bats ├── CVE-2020-14372_grub ├── CVE-2020-14372.sh ├── file_mocks │ ├── dmesg │ │ ├── dmesg_log_test1 │ │ └── dmesg_log_test2 │ └── efivars │ │ ├── disabled │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c │ │ └── enabled │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c ├── test_harness ├── tests_check_dmesg.bats ├── tests_check_package.bats └── tests_integration.bats ├── CVE-2020-25681_dnsmasq ├── CVE-2020-25681.sh ├── test_harness ├── test_playbook.yml ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2021-30465_runc ├── CVE-2021-30465.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_installed_package_names.bats ├── tests_get_installed_packages.bats └── tests_integration.bats ├── CVE-2021-3156_sudo ├── CVE-2021-3156.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_installed_packages.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2021-33909_kernel_systemd ├── CVE-2021-33909.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2021-4034_polkit ├── CVE-2021-4034.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_installed_packages.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2021-43527_nss ├── CVE-2021-43527.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_package.bats ├── tests_check_supported_kernel.bats ├── tests_get_installed_package_names.bats ├── tests_get_installed_packages.bats └── tests_integration.bats ├── CVE-2021-44228_log4j-core ├── CVE-2021-44228.sh ├── approved_rm_blocks.txt ├── approved_rm_lines.txt ├── fake_jars.tar.gz ├── fake_jars_delete.sh ├── fake_jars_generate.sh ├── fake_jars_pack.sh ├── fake_jars_unpack.sh ├── results_dashes.sha ├── results_fake_jar_test_battery_1.sha ├── results_fake_jar_test_battery_3.sha ├── results_fake_jar_test_battery_4.sha ├── results_fake_jar_test_battery_smoke_1.sha ├── results_fake_jar_test_battery_smoke_3.sha ├── results_fake_jar_test_battery_smoke_4.sha ├── results_fake_jar_test_battery_smoke_5.sha ├── results_fake_jars_vuln.sha ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_integration.bats └── tests_rm.bats ├── CVE-2022-0847_kernel ├── CVE-2022-0847.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_kernel.bats ├── tests_check_kpatch.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── CVE-2022-22963_spring ├── CVE-2022-22963.sh ├── approved_rm_blocks.txt ├── approved_rm_lines.txt ├── fake_jars.tar.gz ├── fake_jars_delete.sh ├── fake_jars_generate.sh ├── fake_jars_pack.sh ├── fake_jars_unpack.sh ├── gen-fake-jars-fixed-quarkus-beans-rh.sh ├── gen-fake-jars-fixed-quarkus-beans.sh ├── gen-fake-jars-fixed-servicemix.sh ├── gen-fake-jars-fixed-spring-beans.sh ├── gen-fake-jars-fixed-spring-cloud.sh ├── gen-fake-jars-fixed-spring-webflux.sh ├── gen-fake-jars-fixed-spring-webmvc.sh ├── gen-fake-jars-vuln-quarkus-beans-rh.sh ├── gen-fake-jars-vuln-quarkus-beans.sh ├── gen-fake-jars-vuln-servicemix.sh ├── gen-fake-jars-vuln-spring-beans.sh ├── gen-fake-jars-vuln-spring-cloud.sh ├── gen-fake-jars-vuln-spring-webflux.sh ├── gen-fake-jars-vuln-spring-webmvc.sh ├── results_fake_jar_test_battery_smoke_1 ├── results_fake_jar_test_battery_smoke_2 ├── results_fake_jar_test_battery_smoke_3 ├── results_fake_jars_vuln ├── results_fake_jars_vuln_additional ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_integration.bats └── tests_rm.bats ├── CVE-2022-3602_openssl ├── CVE-2022-3602.sh ├── test_harness ├── tests_basic_args.bats ├── tests_basic_reqs.bats ├── tests_check_supported_kernel.bats ├── tests_get_rhel.bats └── tests_integration.bats ├── LICENSE ├── README.md ├── run_shellcheck.sh ├── run_tests.sh ├── template ├── array_utils │ ├── functions.sh │ ├── test_harness │ ├── tests_in_array.bats │ ├── tests_print_array.bats │ ├── tests_read_array.bats │ └── tests_split_array.bats ├── core │ ├── CVE-XXXX-XXXX.sh │ ├── test_harness │ ├── tests_basic_args.bats │ ├── tests_basic_reqs.bats │ ├── tests_check_supported_kernel.bats │ ├── tests_get_rhel.bats │ └── tests_integration.bats ├── cpu │ ├── functions.sh │ ├── test_harness │ ├── tests_check_arch.bats │ ├── tests_check_cpu_flag.bats │ ├── tests_check_cpu_model.bats │ └── tests_detect_cpu_arch.bats ├── dmesg │ ├── file_mocks │ │ └── dmesg │ │ │ ├── disabled │ │ │ └── enabled │ ├── functions.sh │ ├── test_harness │ └── tests_dmesg.bats ├── environ │ ├── file_mocks │ │ └── smt │ │ │ ├── empty │ │ │ ├── smt_disabled_cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ └── cpu1 │ │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ ├── smt_enabled_cpu_comma │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ └── topology │ │ │ │ │ └── thread_siblings_list │ │ │ └── cpu3 │ │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ └── smt_enabled_cpu_dash │ │ │ ├── cpu0 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ └── topology │ │ │ │ └── thread_siblings_list │ │ │ └── cpu3 │ │ │ └── topology │ │ │ └── thread_siblings_list │ ├── functions.sh │ ├── test_harness │ └── tests_check_smt_enabled.bats ├── httpd_vsftpd │ ├── file_mocks │ │ ├── httpd │ │ │ ├── 10 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 01 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 02 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 03 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 04 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 05 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 06 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 07 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ ├── 08 │ │ │ │ ├── conf.d │ │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ │ └── httpd.conf │ │ │ └── 09 │ │ │ │ ├── conf.d │ │ │ │ └── config.conf │ │ │ │ └── conf │ │ │ │ └── httpd.conf │ │ └── vsftpd │ │ │ ├── vsftpd_1.conf │ │ │ ├── vsftpd_2.conf │ │ │ ├── vsftpd_3.conf │ │ │ ├── vsftpd_4.conf │ │ │ ├── vsftpd_5.conf │ │ │ ├── vsftpd_6.conf │ │ │ ├── vsftpd_7.conf │ │ │ └── vsftpd_8.conf │ ├── functions.sh │ ├── test_harness │ ├── tests_check_httpd_configs.bats │ └── tests_check_vsftpd_config.bats ├── hugepages │ ├── file_mocks │ │ ├── hugepages │ │ │ ├── always │ │ │ ├── madvise │ │ │ └── never │ │ └── zeropage │ │ │ ├── 0 │ │ │ └── 1 │ ├── functions.sh │ ├── test_check_transparent_hugepages.bats │ ├── test_check_zero_page.bats │ └── test_harness ├── kernel │ ├── file_mocks │ │ ├── cmdline │ │ │ ├── cmdline_ns_disabled │ │ │ └── cmdline_ns_enabled │ │ ├── modprobe_blocklisted_1 │ │ │ └── config_1 │ │ ├── modprobe_blocklisted_2 │ │ │ └── config_1 │ │ ├── modprobe_multiple_blocklisted │ │ │ ├── config_1 │ │ │ └── config_2 │ │ ├── modprobe_multiple_not_blocklisted │ │ │ └── config_1 │ │ ├── modprobe_multiple_partially_blocklisted │ │ │ └── config_1 │ │ ├── modprobe_not_blocklisted_1 │ │ │ └── config_1 │ │ └── modprobe_not_blocklisted_2 │ │ │ └── config_1 │ ├── functions.sh │ ├── test_harness │ ├── tests_check_all_modules_blocklisted.bats │ ├── tests_check_kernel.bats │ ├── tests_check_kpatch.bats │ └── tests_check_user_namespaces_enabled.bats ├── packages │ ├── functions.sh │ ├── test_harness │ ├── tests_check_fixed_rpms_all.bats │ ├── tests_check_fixed_rpms_any.bats │ ├── tests_check_package.bats │ ├── tests_compare.bats │ ├── tests_get_installed_package_names.bats │ └── tests_get_installed_packages.bats ├── root │ ├── functions.sh │ ├── test_harness │ └── tests_require_root.bats ├── secure_boot │ ├── file_mocks │ │ ├── dmesg │ │ │ ├── disabled │ │ │ └── enabled │ │ └── efivars │ │ │ ├── disabled │ │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c │ │ │ └── enabled │ │ │ └── SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c │ ├── functions.sh │ ├── test_harness │ └── tests_secure_boot.bats ├── selinux │ ├── functions.sh │ ├── test_harness │ ├── tests_get_selinux_mode.bats │ ├── tests_get_selinux_policy.bats │ └── tests_selinux_check.bats ├── virtualization │ ├── file_mocks │ │ ├── virt-what-hyperv │ │ ├── virt-what-ibm │ │ ├── virt-what-kvm │ │ └── virt-what-vmware │ ├── functions.sh │ ├── test_harness │ └── tests_get_virtualization.bats └── wifi │ ├── file_mocks │ └── network │ │ ├── net1 │ │ ├── enp5s0 │ │ │ └── operstate │ │ ├── eth0 │ │ │ └── operstate │ │ ├── wlan0 │ │ │ └── operstate │ │ └── wlp2s0 │ │ │ └── operstate │ │ ├── net2 │ │ ├── enp5s0 │ │ │ └── operstate │ │ └── eth0 │ │ │ └── operstate │ │ └── net3 │ │ ├── enp5s0 │ │ └── operstate │ │ ├── eth0 │ │ └── operstate │ │ ├── wlan0 │ │ └── operstate │ │ └── wlp2s0 │ │ └── operstate │ ├── functions.sh │ ├── test_harness │ ├── tests_check_wifi_interfaces.bats │ └── tests_check_wifi_interfaces_active.bats └── utility └── bash └── bash-3.2.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /CPU_vulnerabilities/CPU_vulnerabilities.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CPU_vulnerabilities/CPU_vulnerabilities.sh -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/CVE-2014-3566.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/CVE-2014-3566.sh -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/01/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/01/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/01/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +SSLv3 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/02/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/02/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/02/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +SSLv3 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/03/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/03/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/03/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/04/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/04/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/04/conf/httpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/04/conf/httpd.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/05/conf.d/config.conf: -------------------------------------------------------------------------------- 1 | NSSProtocol ALL 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/05/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/06/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/06/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/06/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/07/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/07/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/07/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -all +TLSv1 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/08/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/08/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/08/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/09/conf.d/config.conf: -------------------------------------------------------------------------------- 1 | NSSProtocol TLSV1.0 # SSLV3 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/09/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +TLSv1 # +SSLv3 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/10/conf.d/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/10/conf.d/config.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/10/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_1.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_2.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_3.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_4.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_5.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_6.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_6.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_7.conf: -------------------------------------------------------------------------------- 1 | ssl_enable=1 2 | ssl_tlsv1=true 3 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/file_mocks/vsftpd_8.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/file_mocks/vsftpd_8.conf -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2014-3566.sh 4 | -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_check_httpd_configs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_check_httpd_configs.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_check_vsftpd_config.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_check_vsftpd_config.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2014-3566_poodle/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2014-3566_poodle/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/CVE-2017-1000251.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/CVE-2017-1000251.sh -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/file_mocks/cmdline_disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/file_mocks/cmdline_disabled -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/file_mocks/cmdline_enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/file_mocks/cmdline_enabled -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-1000251.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_compare4.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_compare4.bats -------------------------------------------------------------------------------- /CVE-2017-1000251_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000251_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/CVE-2017-1000253.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/CVE-2017-1000253.sh -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/file_mocks/cmdline_disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/file_mocks/cmdline_disabled -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/file_mocks/cmdline_enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/file_mocks/cmdline_enabled -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-1000253.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_compare4.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_compare4.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-1000253_kernel/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000253_kernel/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/CVE-2017-1000366.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/CVE-2017-1000366.sh -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-1000366.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2017-1000366_kernel_glibc/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000366_kernel_glibc/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/CVE-2017-1000367.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000367_sudo/CVE-2017-1000367.sh -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-1000367.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000367_sudo/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000367_sudo/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000367_sudo/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2017-1000367_sudo/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000367_sudo/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/CVE-2017-1000405.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/CVE-2017-1000405.sh -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/file_mocks/hugepages/always: -------------------------------------------------------------------------------- 1 | [always] madvise never 2 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/file_mocks/hugepages/madvise: -------------------------------------------------------------------------------- 1 | always [madvise] never 2 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/file_mocks/hugepages/never: -------------------------------------------------------------------------------- 1 | always madvise [never] 2 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/file_mocks/zeropage/0: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/file_mocks/zeropage/1: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/test_check_zero_page.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/test_check_zero_page.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-1000405.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-1000405_kernel/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-1000405_kernel/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/CVE-2017-13077.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/CVE-2017-13077.sh -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net1/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net1/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net1/wlan0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net1/wlp2s0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net2/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net2/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net3/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net3/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net3/wlan0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/file_mocks/net3/wlp2s0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-13077.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-13077_wpa_supplicant/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-13077_wpa_supplicant/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/cmdline-rhel5-weird: -------------------------------------------------------------------------------- 1 | ro root=/dev/VolGroup00/LogVol00 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0010/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0010/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0010/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0010/retp_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0011/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0011/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0011/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-0011/retp_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1011/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1011/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1011/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1011/retp_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1110/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1110/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1110/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-1110/retp_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-111X/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-111X/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug-111X/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0/pti_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb0/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb0/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb0/pti_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb2/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb2/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs0_ibpb2/pti_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs2_ibpb1/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs2_ibpb1/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti0_ibrs2_ibpb1/pti_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs0_ibpb0/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs0_ibpb0/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs0_ibpb0/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1_retp0/ibpb_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1_retp0/ibrs_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1_retp0/pti_enabled: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/debug/pti1_ibrs1_ibpb1_retp0/retp_enabled: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/spectre_v1: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel5-old: -------------------------------------------------------------------------------- 1 | 2.6.18-419.el5 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel5-retpoline: -------------------------------------------------------------------------------- 1 | 2.6.18-433.el5 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel6-retpoline: -------------------------------------------------------------------------------- 1 | 2.6.32-754.3.5.el6.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel7-fix: -------------------------------------------------------------------------------- 1 | 3.10.0-693.11.6.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel7-power: -------------------------------------------------------------------------------- 1 | 3.10.0-953.el7.ppc64 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel7-power-old: -------------------------------------------------------------------------------- 1 | 3.10.0-514.el7.ppc64 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/uname_r-rhel7-retpoline: -------------------------------------------------------------------------------- 1 | 3.10.0-862.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-ibrs-skylake/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-ibrs-skylake/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: IBRS (kernel) 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-power/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: RFI Flush 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-power/spectre_v1: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-power/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-BUG/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-BUG/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-BUG/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: Full retpoline 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-full/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-full/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-full/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: Full retpoline 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-noibpb/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-noibpb/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable: Retpoline without IBPB 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-skylake/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-skylake/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-skylake/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable: Retpoline on Skylake+ 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-unsafe-modules/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-unsafe-modules/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vuln-retpoline-unsafe-modules/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable: Retpoline with unsafe module(s) 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_noibpb_pti/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_noibpb_pti/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_noibpb_pti/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable: Retpoline without IBPB 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_retpo_pti/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_retpo_pti/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Load fences 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/fences_retpo_pti/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: Full retpoline 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/ibrs_ibrs_pti/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/ibrs_ibrs_pti/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: IBRS (kernel) 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/ibrs_ibrs_pti/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: IBRS (kernel) 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/mystery_ok/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: Magic 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/mystery_ok/spectre_v1: -------------------------------------------------------------------------------- 1 | Mitigation: Unicorns 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/mystery_ok/spectre_v2: -------------------------------------------------------------------------------- 1 | Mitigation: Wishful Thinking 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/bad/meltdown: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/bad/spectre_v1: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/bad/spectre_v2: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/flush_ok: -------------------------------------------------------------------------------- 1 | Mitigation: RFI Flush 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/flush_vuln: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/ok/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: RFI Flush 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/ok/spectre_v1: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/ok/spectre_v2: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/spectre_v1: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/power8/spectre_v2: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_pti/meltdown: -------------------------------------------------------------------------------- 1 | Mitigation: PTI 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_pti/spectre_v1: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_pti/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_vuln/meltdown: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_vuln/spectre_v1: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/file_mocks/vulns/vuln_vuln_vuln/spectre_v2: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/results: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/results -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/run-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/run-all -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/run-one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/run-one -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_01 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_02 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_03 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_04 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_05 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_06 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_07 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_08 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_09 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_10 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_11 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_12 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_13 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_14 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_15 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_16 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_17 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/integration/test_18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/integration/test_18 -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/spectre-meltdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/spectre-meltdown.sh -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . spectre-meltdown.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/tests_cmdline.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/tests_cmdline.bats -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-5753_cpu_spectre_meltdown/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-5753_cpu_spectre_meltdown/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/CVE-2017-7184.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/CVE-2017-7184.sh -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/file_mocks/cmdline_disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/file_mocks/cmdline_disabled -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/file_mocks/cmdline_enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/file_mocks/cmdline_enabled -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-7184.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2017-7184_kernel/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7184_kernel/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/CVE-2017-7494.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/CVE-2017-7494.sh -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_0 -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_case: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_case -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_commented: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_commented -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_false: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_false -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_no -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_applied_off: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_applied_off -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_not_applied: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_not_applied -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_not_applied_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_not_applied_1 -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_not_applied_on: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_not_applied_on -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_not_applied_true: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_not_applied_true -------------------------------------------------------------------------------- /CVE-2017-7494_samba/file_mocks/samba_not_applied_yes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/file_mocks/samba_not_applied_yes -------------------------------------------------------------------------------- /CVE-2017-7494_samba/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2017-7494.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-7494_samba/test_selinux_check.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/test_selinux_check.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-7494_samba/tests_mitigation_check.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-7494_samba/tests_mitigation_check.bats -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_applied_003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_applied_003 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_applied_01000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_applied_01000 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_applied_1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_applied_1000 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_applied_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_applied_3 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_applied_commented: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_applied_commented -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_invalid_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_invalid_1 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_invalid_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_invalid_2 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_invalid_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_invalid_3 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_invalid_4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_invalid_4 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_not_applied: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_not_applied -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_not_applied_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_not_applied_0 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/file_mocks/samba_not_applied_000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/file_mocks/samba_not_applied_000 -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/smbloris.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/smbloris.sh -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . smbloris.sh 4 | -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2017-smbloris_samba/tests_mitigation_check.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2017-smbloris_samba/tests_mitigation_check.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/CVE-2018-1102.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/CVE-2018-1102.sh -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-1102.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_compare.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_compare.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_in_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_in_array.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_print_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_print_array.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2018-1102_openshift/tests_split_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-1102_openshift/tests_split_array.bats -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/CVE-2018-12130.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/CVE-2018-12130.sh -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-amd -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-arm -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-power -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-xeon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/cpuinfo-xeon -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/dmesg-ec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/dmesg-ec2 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/dmesg-normal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/file_mocks/dmesg-normal -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/uname_r-rhel7: -------------------------------------------------------------------------------- 1 | 3.10.0-693.11.6.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/uname_r-rhel7-power: -------------------------------------------------------------------------------- 1 | 3.10.0-953.el7.ppc64 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/uuid-ec2: -------------------------------------------------------------------------------- 1 | ec2e1916-9099-7caf-fd21-012345abcdef -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/uuid-normal: -------------------------------------------------------------------------------- 1 | aa2e1916-9099-7caf-fd21-012345abcdef -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/vuln-mit/mds: -------------------------------------------------------------------------------- 1 | Mitigation: CPU buffer clear; SMT disabled 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/vuln-smt/mds: -------------------------------------------------------------------------------- 1 | Mitigation: CPU buffer clear; SMT vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/file_mocks/vuln-vuln-vm/mds: -------------------------------------------------------------------------------- 1 | Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 2 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/results: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/results -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/run-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/run-all -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/run-one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/run-one -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_01 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_02 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_03 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_04 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_05 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_06 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_07 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_08 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/integration/test_09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/integration/test_09 -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-12130.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-12130_cpu_mds/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12130_cpu_mds/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/CVE-2018-12207.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/CVE-2018-12207.sh -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-amd -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-power -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-skylake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-skylake -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-xeon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/file_mocks/cpuinfo-xeon -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/uname_r-rhel7: -------------------------------------------------------------------------------- 1 | 3.10.0-693.11.6.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/virt-what-hyperv: -------------------------------------------------------------------------------- 1 | hyperv 2 | qemu 3 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/vuln-cpu/itlb_multihit: -------------------------------------------------------------------------------- 1 | Processor vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/vuln-disabled/itlb_multihit: -------------------------------------------------------------------------------- 1 | KVM: Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/file_mocks/vuln-mit/itlb_multihit: -------------------------------------------------------------------------------- 1 | KVM Mitigation: Split huge pages -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-12207.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_check_cpu_model.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_check_cpu_model.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_get_virtualization.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_get_virtualization.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2018-12207_cpu_ifu/tests_require_root.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-12207_cpu_ifu/tests_require_root.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/CVE-2018-3620.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/CVE-2018-3620.sh -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/affect_intel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/affect_intel -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_aarch64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_aarch64 -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_amd -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_arm -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_ibm_s390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_ibm_s390 -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_power8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/cpuinfo/not_aff_power8 -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/dmesg/dmesg_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/dmesg/dmesg_log -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/dmesg/dmesg_log_no_mitg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/file_mocks/dmesg/dmesg_log_no_mitg -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_disabled_cpu/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_disabled_cpu/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_comma/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0,1 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_comma/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0,1 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_comma/cpu2/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2,3 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_comma/cpu3/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2,3 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_dash/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_dash/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_dash/cpu2/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2-3 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/smt/smt_enabled_cpu_dash/cpu3/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2-3 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/vulns/file_exists: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/vulns/miti_active: -------------------------------------------------------------------------------- 1 | Mitigation: Page Table Inversion 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/vulns/not_affected: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/file_mocks/vulns/vulnerable: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/ht-tool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/ht-tool.sh -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-3620.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_affected_cpu.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_affected_cpu.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_dmesg.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_dmesg.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_mitigation_active.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_mitigation_active.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_smt_enabled.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_smt_enabled.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_updated_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_updated_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_check_updated_microcode.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_check_updated_microcode.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2018-3620_cpu_l1tf/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3620_cpu_l1tf/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/CVE-2018-3639.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/CVE-2018-3639.sh -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cmdline/none: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cmdline/none -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/all_affected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/all_affected -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/all_not_affected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/all_not_affected -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/power -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/s390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/s390 -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/some_affected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/file_mocks/cpuinfo/some_affected -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/vulns/mitigation/spec_store_bypass: -------------------------------------------------------------------------------- 1 | Mitigation: Speculative Store Bypass disabled 2 | -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/vulns/mitigation_2/spec_store_bypass: -------------------------------------------------------------------------------- 1 | Mitigation: Speculative Store Bypass disabled via prctl 2 | -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/vulns/not_affected/spec_store_bypass: -------------------------------------------------------------------------------- 1 | Not affected 2 | -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/file_mocks/vulns/vulnerable/spec_store_bypass: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-3639.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_check_not_affected_cpu.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_check_not_affected_cpu.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_gather_info_commandline.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_gather_info_commandline.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2018-3639_cpu_ssbd/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-3639_cpu_ssbd/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/CVE-2018-8897.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/CVE-2018-8897.sh -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2018-8897.sh 4 | -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/tests_detect_cpu_arch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/tests_detect_cpu_arch.bats -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2018-8897_kernel_popss/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2018-8897_kernel_popss/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/CVE-2019-11135.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/CVE-2019-11135.sh -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-amd -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-power -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-skylake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-skylake -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-xeon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/file_mocks/cpuinfo-xeon -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/uname_r-rhel7: -------------------------------------------------------------------------------- 1 | 3.10.0-693.11.6.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/virt-what-hyperv: -------------------------------------------------------------------------------- 1 | hyperv 2 | qemu 3 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/vuln-disabled/tsx_async_abort: -------------------------------------------------------------------------------- 1 | Vulnerable: Clear CPU buffers attempted, no microcode 2 | 3 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/file_mocks/vuln-mit/tsx_async_abort: -------------------------------------------------------------------------------- 1 | Mitigation: Clear CPU buffers 2 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2019-11135.sh 4 | -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_check_cpu_flag.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_check_cpu_flag.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_get_virtualization.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_get_virtualization.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_read_array.bats -------------------------------------------------------------------------------- /CVE-2019-11135_cpu_taa/tests_require_root.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11135_cpu_taa/tests_require_root.bats -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/CVE-2019-1125.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/CVE-2019-1125.sh -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-amd -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-arm -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-power -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-skylake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-skylake -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-xeon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/cpuinfo-xeon -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/uname_r-rhel7: -------------------------------------------------------------------------------- 1 | 3.10.0-693.11.6.el7.x86_64 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/uname_r-rhel7-power: -------------------------------------------------------------------------------- 1 | 3.10.0-953.el7.ppc64 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/vuln-mit/spectre_v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/vuln-mit/spectre_v1 -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/vuln-spectre/spectre_v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/file_mocks/vuln-spectre/spectre_v1 -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/file_mocks/vuln-vuln/spectre_v1: -------------------------------------------------------------------------------- 1 | Vulnerable 2 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2019-1125.sh 4 | -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2019-1125_cpu_swapgs/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-1125_cpu_swapgs/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/CVE-2019-11477.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/CVE-2019-11477.sh -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2019-11477.sh 4 | -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2019-11477_kernel_sack/tests_require_root.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-11477_kernel_sack/tests_require_root.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/CVE-2019-14835.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/CVE-2019-14835.sh -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/file_mocks/modprobe_blacklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/true 2 | -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/file_mocks/modprobe_blacklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/false 2 | -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/file_mocks/modprobe_not_blacklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/trxe 2 | -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/file_mocks/modprobe_not_blacklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install foobar /bin/true 2 | -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2019-14835.sh 4 | -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_check_kernel_modules.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_check_kernel_modules.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2019-14835_kernel/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-14835_kernel/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/CVE-2019-5736.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/CVE-2019-5736.sh -------------------------------------------------------------------------------- /CVE-2019-5736_runc/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2019-5736.sh 4 | -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_get_selinux_mode.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_get_selinux_mode.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_get_selinux_policy.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_get_selinux_policy.bats -------------------------------------------------------------------------------- /CVE-2019-5736_runc/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2019-5736_runc/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2020-10713_grub/CVE-2020-10713.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/CVE-2020-10713.sh -------------------------------------------------------------------------------- /CVE-2020-10713_grub/file_mocks/dmesg/dmesg_log_test1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/file_mocks/dmesg/dmesg_log_test1 -------------------------------------------------------------------------------- /CVE-2020-10713_grub/file_mocks/dmesg/dmesg_log_test2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/file_mocks/dmesg/dmesg_log_test2 -------------------------------------------------------------------------------- /CVE-2020-10713_grub/file_mocks/efivars/disabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /CVE-2020-10713_grub/file_mocks/efivars/enabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /CVE-2020-10713_grub/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2020-10713.sh 4 | -------------------------------------------------------------------------------- /CVE-2020-10713_grub/tests_check_dmesg.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/tests_check_dmesg.bats -------------------------------------------------------------------------------- /CVE-2020-10713_grub/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2020-10713_grub/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-10713_grub/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/CVE-2020-12351.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/CVE-2020-12351.sh -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/cmdline/cmdline_ns_enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/file_mocks/cmdline/cmdline_ns_enabled -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_blocklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/true 2 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_blocklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/false 2 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_multiple_blocklisted/config_1: -------------------------------------------------------------------------------- 1 | install bluetooth /bin/true 2 | 3 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_multiple_not_blocklisted/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/true 2 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_not_blocklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/trxe 2 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/file_mocks/modprobe_not_blocklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install foobar /bin/true 2 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2020-12351.sh 4 | -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_integration_basic.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_integration_basic.bats -------------------------------------------------------------------------------- /CVE-2020-12351_kernel/tests_integration_cves.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-12351_kernel/tests_integration_cves.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/CVE-2020-14298.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/CVE-2020-14298.sh -------------------------------------------------------------------------------- /CVE-2020-14298_docker/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2020-14298.sh 4 | -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_get_selinux_mode.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_get_selinux_mode.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_get_selinux_policy.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_get_selinux_policy.bats -------------------------------------------------------------------------------- /CVE-2020-14298_docker/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14298_docker/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2020-14372_grub/CVE-2020-14372.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/CVE-2020-14372.sh -------------------------------------------------------------------------------- /CVE-2020-14372_grub/file_mocks/dmesg/dmesg_log_test1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/file_mocks/dmesg/dmesg_log_test1 -------------------------------------------------------------------------------- /CVE-2020-14372_grub/file_mocks/dmesg/dmesg_log_test2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/file_mocks/dmesg/dmesg_log_test2 -------------------------------------------------------------------------------- /CVE-2020-14372_grub/file_mocks/efivars/disabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /CVE-2020-14372_grub/file_mocks/efivars/enabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /CVE-2020-14372_grub/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2020-14372.sh 4 | -------------------------------------------------------------------------------- /CVE-2020-14372_grub/tests_check_dmesg.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/tests_check_dmesg.bats -------------------------------------------------------------------------------- /CVE-2020-14372_grub/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2020-14372_grub/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-14372_grub/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/CVE-2020-25681.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/CVE-2020-25681.sh -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2020-25681.sh 4 | -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/test_playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/test_playbook.yml -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2020-25681_dnsmasq/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2020-25681_dnsmasq/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/CVE-2021-30465.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/CVE-2021-30465.sh -------------------------------------------------------------------------------- /CVE-2021-30465_runc/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2021-30465.sh 4 | -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_get_installed_packages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_get_installed_packages.bats -------------------------------------------------------------------------------- /CVE-2021-30465_runc/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-30465_runc/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/CVE-2021-3156.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/CVE-2021-3156.sh -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2021-3156.sh 4 | -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_get_installed_packages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_get_installed_packages.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2021-3156_sudo/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-3156_sudo/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2021-33909.sh 4 | -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-33909_kernel_systemd/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-33909_kernel_systemd/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-33909_kernel_systemd/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2021-33909_kernel_systemd/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-33909_kernel_systemd/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/CVE-2021-4034.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/CVE-2021-4034.sh -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2021-4034.sh 4 | -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_get_installed_packages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_get_installed_packages.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2021-4034_polkit/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-4034_polkit/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/CVE-2021-43527.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/CVE-2021-43527.sh -------------------------------------------------------------------------------- /CVE-2021-43527_nss/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2021-43527.sh 4 | -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_check_package.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_get_installed_package_names.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_get_installed_package_names.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_get_installed_packages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_get_installed_packages.bats -------------------------------------------------------------------------------- /CVE-2021-43527_nss/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-43527_nss/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/CVE-2021-44228.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/CVE-2021-44228.sh -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/approved_rm_blocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/approved_rm_blocks.txt -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/approved_rm_lines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/approved_rm_lines.txt -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/fake_jars.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/fake_jars.tar.gz -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/fake_jars_delete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/fake_jars_delete.sh -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/fake_jars_generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/fake_jars_generate.sh -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/fake_jars_pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/fake_jars_pack.sh -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/fake_jars_unpack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/fake_jars_unpack.sh -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/results_dashes.sha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/results_dashes.sha -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/results_fake_jars_vuln.sha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/results_fake_jars_vuln.sha -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/test_harness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/test_harness -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2021-44228_log4j-core/tests_rm.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2021-44228_log4j-core/tests_rm.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/CVE-2022-0847.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/CVE-2022-0847.sh -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2022-0847.sh 4 | -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2022-0847_kernel/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-0847_kernel/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2022-22963_spring/CVE-2022-22963.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/CVE-2022-22963.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/approved_rm_blocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/approved_rm_blocks.txt -------------------------------------------------------------------------------- /CVE-2022-22963_spring/approved_rm_lines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/approved_rm_lines.txt -------------------------------------------------------------------------------- /CVE-2022-22963_spring/fake_jars.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/fake_jars.tar.gz -------------------------------------------------------------------------------- /CVE-2022-22963_spring/fake_jars_delete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/fake_jars_delete.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/fake_jars_generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/fake_jars_generate.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/fake_jars_pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/fake_jars_pack.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/fake_jars_unpack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/fake_jars_unpack.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-fixed-servicemix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-fixed-servicemix.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-fixed-spring-beans.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-fixed-spring-beans.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-fixed-spring-cloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-fixed-spring-cloud.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-vuln-quarkus-beans.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-vuln-quarkus-beans.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-vuln-servicemix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-vuln-servicemix.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-vuln-spring-beans.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-vuln-spring-beans.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-vuln-spring-cloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-vuln-spring-cloud.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/gen-fake-jars-vuln-spring-webmvc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/gen-fake-jars-vuln-spring-webmvc.sh -------------------------------------------------------------------------------- /CVE-2022-22963_spring/results_fake_jar_test_battery_smoke_1: -------------------------------------------------------------------------------- 1 | /spring-webmvc-5.3.17.jar 2 | -------------------------------------------------------------------------------- /CVE-2022-22963_spring/results_fake_jar_test_battery_smoke_2: -------------------------------------------------------------------------------- 1 | /-E 2 | /-i 3 | /subdir/spring-webmvc-5.3.17.jar 4 | -------------------------------------------------------------------------------- /CVE-2022-22963_spring/results_fake_jars_vuln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/results_fake_jars_vuln -------------------------------------------------------------------------------- /CVE-2022-22963_spring/results_fake_jars_vuln_additional: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/results_fake_jars_vuln_additional -------------------------------------------------------------------------------- /CVE-2022-22963_spring/test_harness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/test_harness -------------------------------------------------------------------------------- /CVE-2022-22963_spring/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2022-22963_spring/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2022-22963_spring/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/tests_integration.bats -------------------------------------------------------------------------------- /CVE-2022-22963_spring/tests_rm.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-22963_spring/tests_rm.bats -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/CVE-2022-3602.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/CVE-2022-3602.sh -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . CVE-2022-3602.sh 4 | -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/tests_basic_args.bats -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/tests_basic_reqs.bats -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/tests_get_rhel.bats -------------------------------------------------------------------------------- /CVE-2022-3602_openssl/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/CVE-2022-3602_openssl/tests_integration.bats -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/README.md -------------------------------------------------------------------------------- /run_shellcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/run_shellcheck.sh -------------------------------------------------------------------------------- /run_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/run_tests.sh -------------------------------------------------------------------------------- /template/array_utils/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/array_utils/functions.sh -------------------------------------------------------------------------------- /template/array_utils/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/array_utils/tests_in_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/array_utils/tests_in_array.bats -------------------------------------------------------------------------------- /template/array_utils/tests_print_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/array_utils/tests_print_array.bats -------------------------------------------------------------------------------- /template/array_utils/tests_read_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/array_utils/tests_read_array.bats -------------------------------------------------------------------------------- /template/array_utils/tests_split_array.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/array_utils/tests_split_array.bats -------------------------------------------------------------------------------- /template/core/CVE-XXXX-XXXX.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/CVE-XXXX-XXXX.sh -------------------------------------------------------------------------------- /template/core/test_harness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/test_harness -------------------------------------------------------------------------------- /template/core/tests_basic_args.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/tests_basic_args.bats -------------------------------------------------------------------------------- /template/core/tests_basic_reqs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/tests_basic_reqs.bats -------------------------------------------------------------------------------- /template/core/tests_check_supported_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/tests_check_supported_kernel.bats -------------------------------------------------------------------------------- /template/core/tests_get_rhel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/tests_get_rhel.bats -------------------------------------------------------------------------------- /template/core/tests_integration.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/core/tests_integration.bats -------------------------------------------------------------------------------- /template/cpu/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/cpu/functions.sh -------------------------------------------------------------------------------- /template/cpu/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/cpu/tests_check_arch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/cpu/tests_check_arch.bats -------------------------------------------------------------------------------- /template/cpu/tests_check_cpu_flag.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/cpu/tests_check_cpu_flag.bats -------------------------------------------------------------------------------- /template/cpu/tests_check_cpu_model.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/cpu/tests_check_cpu_model.bats -------------------------------------------------------------------------------- /template/cpu/tests_detect_cpu_arch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/cpu/tests_detect_cpu_arch.bats -------------------------------------------------------------------------------- /template/dmesg/file_mocks/dmesg/disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/dmesg/file_mocks/dmesg/disabled -------------------------------------------------------------------------------- /template/dmesg/file_mocks/dmesg/enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/dmesg/file_mocks/dmesg/enabled -------------------------------------------------------------------------------- /template/dmesg/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/dmesg/functions.sh -------------------------------------------------------------------------------- /template/dmesg/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/dmesg/tests_dmesg.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/dmesg/tests_dmesg.bats -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_disabled_cpu/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_disabled_cpu/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_comma/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0,1 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_comma/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0,1 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_comma/cpu2/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2,3 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_comma/cpu3/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2,3 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_dash/cpu0/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_dash/cpu1/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_dash/cpu2/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2-3 2 | -------------------------------------------------------------------------------- /template/environ/file_mocks/smt/smt_enabled_cpu_dash/cpu3/topology/thread_siblings_list: -------------------------------------------------------------------------------- 1 | 2-3 2 | -------------------------------------------------------------------------------- /template/environ/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/environ/functions.sh -------------------------------------------------------------------------------- /template/environ/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/environ/tests_check_smt_enabled.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/environ/tests_check_smt_enabled.bats -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/01/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +SSLv3 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/02/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +SSLv3 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/03/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/04/conf/httpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/httpd/04/conf/httpd.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/05/conf.d/config.conf: -------------------------------------------------------------------------------- 1 | NSSProtocol ALL 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/05/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/06/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/07/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -all +TLSv1 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/08/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/09/conf.d/config.conf: -------------------------------------------------------------------------------- 1 | NSSProtocol TLSV1.0 # SSLV3 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/09/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | SSLProtocol -ALL +TLSv1 # +SSLv3 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/httpd/10/conf/httpd.conf: -------------------------------------------------------------------------------- 1 | #SSLProtocol all -SSLv2 2 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_1.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_2.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_3.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_4.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_5.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_6.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_6.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_7.conf: -------------------------------------------------------------------------------- 1 | ssl_enable=1 2 | ssl_tlsv1=true 3 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_8.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/file_mocks/vsftpd/vsftpd_8.conf -------------------------------------------------------------------------------- /template/httpd_vsftpd/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/functions.sh -------------------------------------------------------------------------------- /template/httpd_vsftpd/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/httpd_vsftpd/tests_check_httpd_configs.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/tests_check_httpd_configs.bats -------------------------------------------------------------------------------- /template/httpd_vsftpd/tests_check_vsftpd_config.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/httpd_vsftpd/tests_check_vsftpd_config.bats -------------------------------------------------------------------------------- /template/hugepages/file_mocks/hugepages/always: -------------------------------------------------------------------------------- 1 | [always] madvise never 2 | -------------------------------------------------------------------------------- /template/hugepages/file_mocks/hugepages/madvise: -------------------------------------------------------------------------------- 1 | always [madvise] never 2 | -------------------------------------------------------------------------------- /template/hugepages/file_mocks/hugepages/never: -------------------------------------------------------------------------------- 1 | always madvise [never] 2 | -------------------------------------------------------------------------------- /template/hugepages/file_mocks/zeropage/0: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /template/hugepages/file_mocks/zeropage/1: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /template/hugepages/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/hugepages/functions.sh -------------------------------------------------------------------------------- /template/hugepages/test_check_transparent_hugepages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/hugepages/test_check_transparent_hugepages.bats -------------------------------------------------------------------------------- /template/hugepages/test_check_zero_page.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/hugepages/test_check_zero_page.bats -------------------------------------------------------------------------------- /template/hugepages/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/cmdline/cmdline_ns_disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/file_mocks/cmdline/cmdline_ns_disabled -------------------------------------------------------------------------------- /template/kernel/file_mocks/cmdline/cmdline_ns_enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/file_mocks/cmdline/cmdline_ns_enabled -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_blocklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/true 2 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_blocklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/false 2 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_multiple_blocklisted/config_1: -------------------------------------------------------------------------------- 1 | install bluetooth /bin/true 2 | 3 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_multiple_not_blocklisted/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/true 2 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_not_blocklisted_1/config_1: -------------------------------------------------------------------------------- 1 | install vhost_net /bin/trxe 2 | -------------------------------------------------------------------------------- /template/kernel/file_mocks/modprobe_not_blocklisted_2/config_1: -------------------------------------------------------------------------------- 1 | install foobar /bin/true 2 | -------------------------------------------------------------------------------- /template/kernel/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/functions.sh -------------------------------------------------------------------------------- /template/kernel/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/kernel/tests_check_all_modules_blocklisted.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/tests_check_all_modules_blocklisted.bats -------------------------------------------------------------------------------- /template/kernel/tests_check_kernel.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/tests_check_kernel.bats -------------------------------------------------------------------------------- /template/kernel/tests_check_kpatch.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/tests_check_kpatch.bats -------------------------------------------------------------------------------- /template/kernel/tests_check_user_namespaces_enabled.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/kernel/tests_check_user_namespaces_enabled.bats -------------------------------------------------------------------------------- /template/packages/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/functions.sh -------------------------------------------------------------------------------- /template/packages/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/packages/tests_check_fixed_rpms_all.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_check_fixed_rpms_all.bats -------------------------------------------------------------------------------- /template/packages/tests_check_fixed_rpms_any.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_check_fixed_rpms_any.bats -------------------------------------------------------------------------------- /template/packages/tests_check_package.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_check_package.bats -------------------------------------------------------------------------------- /template/packages/tests_compare.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_compare.bats -------------------------------------------------------------------------------- /template/packages/tests_get_installed_package_names.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_get_installed_package_names.bats -------------------------------------------------------------------------------- /template/packages/tests_get_installed_packages.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/packages/tests_get_installed_packages.bats -------------------------------------------------------------------------------- /template/root/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/root/functions.sh -------------------------------------------------------------------------------- /template/root/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/root/tests_require_root.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/root/tests_require_root.bats -------------------------------------------------------------------------------- /template/secure_boot/file_mocks/dmesg/disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/secure_boot/file_mocks/dmesg/disabled -------------------------------------------------------------------------------- /template/secure_boot/file_mocks/dmesg/enabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/secure_boot/file_mocks/dmesg/enabled -------------------------------------------------------------------------------- /template/secure_boot/file_mocks/efivars/disabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /template/secure_boot/file_mocks/efivars/enabled/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /template/secure_boot/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/secure_boot/functions.sh -------------------------------------------------------------------------------- /template/secure_boot/test_harness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/secure_boot/test_harness -------------------------------------------------------------------------------- /template/secure_boot/tests_secure_boot.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/secure_boot/tests_secure_boot.bats -------------------------------------------------------------------------------- /template/selinux/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/selinux/functions.sh -------------------------------------------------------------------------------- /template/selinux/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/selinux/tests_get_selinux_mode.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/selinux/tests_get_selinux_mode.bats -------------------------------------------------------------------------------- /template/selinux/tests_get_selinux_policy.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/selinux/tests_get_selinux_policy.bats -------------------------------------------------------------------------------- /template/selinux/tests_selinux_check.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/selinux/tests_selinux_check.bats -------------------------------------------------------------------------------- /template/virtualization/file_mocks/virt-what-hyperv: -------------------------------------------------------------------------------- 1 | hyperv 2 | qemu 3 | -------------------------------------------------------------------------------- /template/virtualization/file_mocks/virt-what-ibm: -------------------------------------------------------------------------------- 1 | ibm_power-lpar_shared 2 | -------------------------------------------------------------------------------- /template/virtualization/file_mocks/virt-what-kvm: -------------------------------------------------------------------------------- 1 | kvm 2 | -------------------------------------------------------------------------------- /template/virtualization/file_mocks/virt-what-vmware: -------------------------------------------------------------------------------- 1 | vmware 2 | -------------------------------------------------------------------------------- /template/virtualization/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/virtualization/functions.sh -------------------------------------------------------------------------------- /template/virtualization/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/virtualization/tests_get_virtualization.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/virtualization/tests_get_virtualization.bats -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net1/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net1/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net1/wlan0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net1/wlp2s0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net2/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net2/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net3/enp5s0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net3/eth0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net3/wlan0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/file_mocks/network/net3/wlp2s0/operstate: -------------------------------------------------------------------------------- 1 | down 2 | -------------------------------------------------------------------------------- /template/wifi/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/wifi/functions.sh -------------------------------------------------------------------------------- /template/wifi/test_harness: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | . functions.sh 4 | -------------------------------------------------------------------------------- /template/wifi/tests_check_wifi_interfaces.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/wifi/tests_check_wifi_interfaces.bats -------------------------------------------------------------------------------- /template/wifi/tests_check_wifi_interfaces_active.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/template/wifi/tests_check_wifi_interfaces_active.bats -------------------------------------------------------------------------------- /utility/bash/bash-3.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedHatProductSecurity/vulnerability-detection-scripts/HEAD/utility/bash/bash-3.2.sh --------------------------------------------------------------------------------