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

feat(queries): fix leaked internal reference regal lint issue #7369

Draft
wants to merge 113 commits into
base: master
Choose a base branch
from

Conversation

ArturRibeiro-CX
Copy link
Contributor

@ArturRibeiro-CX ArturRibeiro-CX commented Mar 3, 2025

Fix leaked internal reference regal lint issue

This PR resolves a Regal lint warning related to leaked internal references by preventing direct access to internal rule components. Instead of referencing internal rule structures externally, the logic has been updated to maintain proper encapsulation, ensuring correctness and modularity in Rego policies.

Reason for Proposed Changes

  • Ensure compliance with Regal Linter’s leaked-internal-reference rule;
  • Prevent unintended access to internal rule structures, improving maintainability.

Proposed Changes

  • Removed direct references to internal rule components;
  • Refactored logic to properly handle internal expressions without exposing them externally;
  • Ensured the affected file passes Regal Linter without leaked-internal-reference warnings.

Continuation of #7295

I submit this contribution under the Apache-2.0 license.

ArturRibeiro-CX and others added 30 commits February 23, 2025 12:48
@ArturRibeiro-CX ArturRibeiro-CX added feature request Community: new feature request feature New feature query New query feature community Community contribution labels Mar 3, 2025
@ArturRibeiro-CX ArturRibeiro-CX self-assigned this Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

kics-logo

KICS version: v2.1.4

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 0
MEDIUM MEDIUM 0
LOW LOW 0
INFO INFO 0
TRACE TRACE 0
TOTAL TOTAL 0
Metric Values
Files scanned placeholder 1
Files parsed placeholder 1
Files failed to scan placeholder 0
Total executed queries placeholder 47
Queries failed to execute placeholder 0
Execution time placeholder 0

@ArturRibeiro-CX ArturRibeiro-CX changed the title feat(queries): fix leaked internal reference lint issue feat(queries): fix leaked internal reference regal lint issue Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution feature request Community: new feature request feature New feature query New query feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant