minion-patch-4 #4

Merged
minion merged 2 commits from minion-patch-4 into main 2024-07-28 08:37:00 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
};
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/all-good" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
};

View file

@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
cp -r contributing $out/contributing
cp -r docs $out/docs
# foo, bar, baz
# foo, bar, baz, qux
'';
fixupPhase = ''