mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	Mitigate CVE-2007-4995
Prevent potential directory path traversal attacks (see https://www.trellix.com/en-us/about/newsroom/stories/research/tarfile-exploiting-the-world.html)
This commit is contained in:
		| @@ -56,7 +56,7 @@ from devlib.utils.misc import (ABI_MAP, check_output, walk_modules, | ||||
|                                normalize, convert_new_lines, get_cpu_mask, unique, | ||||
|                                isiterable, getch, as_relative, ranges_to_list, memoized, | ||||
|                                list_to_ranges, list_to_mask, mask_to_list, which, | ||||
|                                to_identifier) | ||||
|                                to_identifier, safe_extract) | ||||
|  | ||||
| check_output_logger = logging.getLogger('check_output') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user