Extend product-in sed to cover shared/, not-in, and single quotes #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "swoutersup/scap-security-guide:fix/product-in-sed-coverage-a8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Same gap as a9/a10: the sed only searched linux_os/ and only matched
double-quoted product names in 'if product in' blocks, missing rules
in shared/, exclusion lists using 'if product not in', and
single-quoted product names in either form.
Extend the find path to linux_os/ and shared/, and add the three
missing -e expressions to cover all four combinations.