minion-patch-4 #4

Merged
minion merged 2 commits from minion-patch-4 into main 2024-07-28 08:37:00 +00:00
Showing only changes of commit 463304cddd - Show all commits

View file

@ -23,7 +23,7 @@
}; };
outputs-builder = channels: { outputs-builder = channels: {
checks."aux-wiki/../path-traversal/../../foo" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; checks."aux-wiki/../path-traversal/../../../foo" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
checks."/aux-wiki/path-traversal-2" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; checks."/aux-wiki/path-traversal-2" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
checks."aux-wiki/all-good" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki; checks."aux-wiki/all-good" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
}; };