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 wrong sensitive access assignment #125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lfv89
Copy link
Contributor

@lfv89 lfv89 commented Oct 1, 2024

This PR aims to fix some sensitive access inconsistencies. The main issue being that after a tempering attempt was made in protected mode, every following command was also being flagged as sensitive (suspicious), even the legitimate ones, which of course is not the expected behavior.

Before:

image

After:

image

@@ -33,7 +33,13 @@ def before_executing(statements)
end
end

def after_executing(statements)
Copy link
Contributor Author

@lfv89 lfv89 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method was already hanging in place, so I took advantage by applying the fix there.

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.

1 participant