Update flake.nix

This commit is contained in:
Skyler Grey 2024-07-28 08:35:44 +00:00
parent 3fd4f3b6c7
commit 463304cddd

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;
};