forked from auxolotl/docs
Compare commits
2 commits
3fd4f3b6c7
...
0e796bec71
Author | SHA1 | Date | |
---|---|---|---|
Skyler Grey | 0e796bec71 | ||
Skyler Grey | 463304cddd |
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
|
|||
cp -r contributing $out/contributing
|
||||
cp -r docs $out/docs
|
||||
|
||||
# foo, bar, baz
|
||||
# foo, bar, baz, qux
|
||||
'';
|
||||
|
||||
fixupPhase = ''
|
||||
|
|
Loading…
Reference in a new issue