Skip to content

Commit

Permalink
don't leak secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Aug 1, 2024
1 parent 54de622 commit 8b338bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geps/gep-1713/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ An implementation MAY reject listeners by setting the `ListenerEntryStatus` `Acc

If a listener has a conflict, this should be reported in the `ListenerEntryStatus` of the conflicted `ListenerSet` by setting the `Conflicted` condition to `True`.

Implementation SHOULD be cautious about what information from the parent or siblings are reported to avoid accidentally leaking sensitive information that the child would not otherwise have access to.
Implementations SHOULD be cautious about what information from the parent or siblings are reported to avoid accidentally leaking sensitive information that the child would not otherwise have access to. This can include contents of secrets etc.

### Policy Attachment

Expand Down

0 comments on commit 8b338bc

Please sign in to comment.