mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-11-03 23:30:52 +01:00 
			
		
		
		
	chore: replace 'Vulnerable to' by 'Affected by' in the hw section
This seems to be less confusing, suggested by #356
This commit is contained in:
		@@ -3128,7 +3128,7 @@ check_cpu_vulnerabilities()
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	_info     "* CPU vulnerability to the speculative execution attack variants"
 | 
						_info     "* CPU vulnerability to the speculative execution attack variants"
 | 
				
			||||||
	for cve in $supported_cve_list; do
 | 
						for cve in $supported_cve_list; do
 | 
				
			||||||
		_info_nol "  * Vulnerable to $cve ($(cve2name "$cve")): "
 | 
							_info_nol "  * Affected by $cve ($(cve2name "$cve")): "
 | 
				
			||||||
		if is_cpu_vulnerable "$cve"; then
 | 
							if is_cpu_vulnerable "$cve"; then
 | 
				
			||||||
			pstatus yellow YES
 | 
								pstatus yellow YES
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user