-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent recursion using dynamic references
As detailed in #1565, it used to be possible to arbitrarily recurse into rules by using dynamic references to other rules. This patch fixes that by selecting all rules that could possibly match as edges in the dependency graph during the recursion check. Signed-off-by: Jasper Van der Jeugt <jasper@fugue.co>
- Loading branch information
1 parent
6a0fec7
commit 44ffb08
Showing
3 changed files
with
195 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters