Extend product-in sed to cover shared/, not-in, and single quotes #3

Merged
alukoshko merged 1 commits from swoutersup/scap-security-guide:fix/product-in-sed-coverage-a8 into a8 2026-07-16 13:31:40 +00:00
Contributor

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.

## 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.
swoutersup added 1 commit 2026-07-15 16:22:42 +00:00
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.
alukoshko merged commit 2243f22718 into a8 2026-07-16 13:31:40 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autopatch/scap-security-guide#3
No description provided.