Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict NX/XD check to the x86 architectures #160

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

IvDoorn
Copy link
Contributor

@IvDoorn IvDoorn commented Nov 23, 2023

The NX/XD check used to validate CIS 1.5.2 only works on the X86 architectures, and we should skip the validation for all other architectures (until a valid check has been implemented).

The NX/XD check used to validate CIS 1.5.2 only works on the
X86 architectures, and we should skip the validation for all
other architectures (until a valid check has been implemented).

Signed-off-by: Ivo van Doorn <ivovandoorn@samotics.com>
@schurzi
Copy link
Contributor

schurzi commented Nov 25, 2023

I had to look around a bit to see if your List is complete. Finally I found my answer in https://stackoverflow.com/a/45125525 and I am satisfied.

Thanks for this contribution!

@schurzi schurzi added the bug label Nov 25, 2023
@schurzi schurzi merged commit ec1c139 into dev-sec:master Nov 25, 2023
4 checks passed
@IvDoorn IvDoorn deleted the Restrict-nx-check branch November 28, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants