Merge pull request #156523 from c0bw3b/pkg/drsigned

This commit is contained in:
Ben Siraphob 2022-01-24 08:36:48 -06:00 committed by GitHub
commit e4768f2840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 54 deletions

View file

@ -1,25 +0,0 @@
{ buildGoModule
, fetchFromGitHub
, lib
}:
buildGoModule rec {
pname = "corsmisc";
version = "1.3.0";
src = fetchFromGitHub {
owner = "drsigned";
repo = pname;
rev = "v${version}";
sha256 = "18a70v093jl85vnih80i50wvac8hsg3f2gmcws9jyhj2brndq2qj";
};
vendorSha256 = "1bp6bf99rxlyg91pn1y228q18lawpykmvkl22cydmclms0q0n238";
meta = with lib; {
description = "Tool to discover CORS misconfigurations vulnerabilities";
homepage = "https://github.com/drsigned/corsmisc";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}

View file

@ -1,25 +0,0 @@
{ buildGoModule
, fetchFromGitHub
, lib
}:
buildGoModule rec {
pname = "sigurlx";
version = "2.1.0";
src = fetchFromGitHub {
owner = "drsigned";
repo = pname;
rev = "v${version}";
sha256 = "1q5vy05387qx7h4xcccvn2z2ks1kiff3mfbd2w3w0l0a4qgz74xs";
};
vendorSha256 = "1bp6bf99rxlyg91pn1y228q18lawpykmvkl22cydmclms0q0n238";
meta = with lib; {
description = "Tool to map the attack surface of web applications";
homepage = "https://github.com/drsigned/sigurlx";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}

View file

@ -157,6 +157,7 @@ mapAliases ({
couchdb = throw "couchdb was removed from nixpkgs, use couchdb3 instead"; # added 2021-03-03
couchdb2 = throw "couchdb2 was removed from nixpkgs, use couchdb3 instead"; # added 2021-03-03
coredumper = throw "coredumper has been removed: abandoned by upstream."; # added 2019-11-16
corsmisc = throw "corsmisc has been removed (upstream is gone)"; # added 2022-01-24
cpp_ethereum = throw "cpp_ethereum has been removed; abandoned upstream."; # added 2020-11-30
cpuminer-multi = throw "cpuminer-multi has been removed: deleted by upstream"; # added 2022-01-07
crafty = throw "crafty has been removed: deleted by upstream"; # 2022-01-07
@ -924,6 +925,7 @@ mapAliases ({
shared_mime_info = shared-mime-info; # added 2018-02-25
sickbeard = throw "sickbeard has been removed from nixpkgs, as it was unmaintained."; # added 2022-01-01
sickrage = throw "sickbeard has been removed from nixpkgs, as it was unmaintained."; # added 2022-01-01
sigurlx = throw "sigurlx has been removed (upstream is gone)"; # added 2022-01-24
skrooge2 = skrooge; # added 2017-02-18
sky = throw "sky has been removed from nixpkgs (2020-09-16)";
skype = skypeforlinux; # added 2017-07-27

View file

@ -1633,8 +1633,6 @@ with pkgs;
corsair = with python3Packages; toPythonApplication corsair-scan;
corsmisc = callPackage ../tools/security/corsmisc { };
cosign = callPackage ../tools/security/cosign {
inherit (darwin.apple_sdk.frameworks) PCSC;
};
@ -21848,8 +21846,6 @@ with pkgs;
sickgear = callPackage ../servers/sickbeard/sickgear.nix { };
sigurlx = callPackage ../tools/security/sigurlx { };
sipwitch = callPackage ../servers/sip/sipwitch { };
slimserver = callPackage ../servers/slimserver { };