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

Fix CodeQL alerts #127

Merged
merged 6 commits into from
Jan 31, 2023
Merged

Fix CodeQL alerts #127

merged 6 commits into from
Jan 31, 2023

Conversation

Honny1
Copy link
Member

@Honny1 Honny1 commented Jan 20, 2023

This PR fixes problems that the CodeQL scan found.

@Honny1 Honny1 force-pushed the fix-code-ql-alerts branch 8 times, most recently from ac0f9c3 to 3dc6628 Compare January 30, 2023 10:19
Explicitly importing an attribute from a module into the current namespace means that the value of that attribute will not be updated if the value in the original module changes.

This can mean that changes in global state are not observed locally, which may lead to inconsistencies and possible errors.
@Honny1 Honny1 marked this pull request as ready for review January 30, 2023 12:26
@Honny1 Honny1 merged commit 5a7e80f into OpenSCAP:main Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant