Commit Graph

40 Commits

Author SHA1 Message Date
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Fabian Affolter
691c17abc8 nuclei-templates: 9.9.0 -> 9.9.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.9.0...v9.9.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.9.1
2024-07-13 22:46:57 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
a958599307 nuclei-templates: 9.8.9 -> 9.9.0 2024-06-25 16:29:00 +00:00
h7x4
d34459eae5
Merge pull request #316731 from d4rkstar/master
nuv: init at 3.0.1-beta.2405292059
2024-06-20 12:27:10 +02:00
Sandro
68614f8d34
Merge pull request #318359 from DontEatOreo/pkgs-numi 2024-06-20 12:02:05 +02:00
d4rkstar
38649d6536 nuv: init at 3.0.1-beta.2405292059
{
    "blacklisted": [],
    "broken": [],
    "built": [
        "nuv"
    ],
    "extra-nixpkgs-config": null,
    "failed": [],
    "non-existent": [],
    "pr": 316731,
    "system": "x86_64-linux",
    "tests": []
}
2024-06-18 21:05:53 +02:00
R. Ryantm
44fd22b990 nuclei-templates: 9.8.8 -> 9.8.9 2024-06-14 18:27:41 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
b841ec0123 nulloy: 0.9.8.7 -> 0.9.9 2024-06-09 02:57:04 +00:00
DontEatOreo
922322cf5e
numi: init at 3.32.721
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
2024-06-08 23:27:21 +03:00
R. Ryantm
67d8932c36 nuclei-templates: 9.8.7 -> 9.8.8 2024-06-07 14:54:00 +00:00
Guillaume Fournier
cb77fe8561 Numbat: 1.11 -> 1.12 2024-05-31 09:33:31 +02:00
R. Ryantm
14fdf50a3c nuclei-templates: 9.8.6 -> 9.8.7 2024-05-23 17:44:52 +00:00
R. Ryantm
59fda8fcae nuclei-templates: 9.8.5 -> 9.8.6 2024-05-10 13:48:00 +00:00
R. Ryantm
1cddc002f4 nuclei-templates: 9.8.1 -> 9.8.5 2024-04-22 13:25:04 +00:00
Fabian Affolter
d810505e25 nuclei-templates: format with nixfmt 2024-04-12 08:53:20 +02:00
Fabian Affolter
292380fc34 nuclei-templates: 9.8.0 -> 9.8.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.8.0...v9.8.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.8.1
2024-04-11 23:50:50 +02:00
Fabian Affolter
331e45496e nuclei-templates: init at 9.8.0
Templates for the nuclei engine to find security vulnerabilities

https://github.com/projectdiscovery/nuclei-templates
2024-03-31 13:29:20 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
2fb6962c5b numbat: 1.10.1 -> 1.11.0 2024-03-10 01:22:50 +00:00
Weijia Wang
bf5ca9514e
Merge pull request #287511 from Aleksanaa/nulloy
nulloy: init at 0.9.8.7
2024-03-01 12:51:37 +01:00
aleksana
f8abcb331a nulloy: init at 0.9.8.7 2024-03-01 17:44:18 +08:00
Guillaume Fournier
ea34f418d7 numbat: 1.9.0 -> 1.10.1 2024-02-13 13:19:16 +01:00
Fabian Affolter
a79db02fe4 nucleiparser: source is now tagged 2024-01-12 00:33:08 +01:00
Fabian Affolter
3c7fc499df nucleiparser: init at unstable-2023-12-26
A Nuclei output parser for CLI

https://github.com/sinkmanu/nucleiparser
2024-01-01 22:11:35 +01:00
Guillaume Fournier
551c39772d numbat: 1.8.0 -> 1.9.0 2023-12-19 14:40:03 +01:00
Atemu
d992fbfdb6 numbat: add myself as maintainer 2023-11-13 14:58:19 +01:00
Guillaume Fournier
8c308c3836 numbat: 1.7.0 -> 1.8.0 2023-11-12 13:11:24 +01:00
OTABI Tomoya
dcbe9faa12
Merge pull request #265744 from giomf/numbat-prelude
numbat: Add modules folder
2023-11-08 17:18:52 +09:00
Guillaume Fournier
d758361e55 numbat: Add modules folder
numbat: use env as evironment variable prefix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-11-07 12:55:39 +01:00
Weijia Wang
042aa978ab
Merge pull request #264619 from mdarocha/nuget-arm
nuget: allow aarch64-linux and darwin builds
2023-11-06 15:09:39 +01:00
Guillaume Fournier
5a39df91c1 numbat: Add version tests 2023-11-04 00:00:27 +01:00
Guillaume Fournier
e76720c537 numbat: 1.6.3 -> 1.7.0 2023-11-03 23:41:20 +01:00
Guillaume Fournier
53da5fe996 numbat: Add support for darwin
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-11-01 15:31:03 +01:00
mdarocha
a249a76173 nuget: allow aarch64-linux and darwin builds 2023-10-31 21:49:10 +01:00
Guillaume Fournier
d074b63cb0 numbat: init at 1.6.3 2023-10-30 21:25:31 +01:00
mdarocha
78dd0f1185 nuget: 6.3.1.1 -> 6.6.1.2 2023-09-26 21:20:11 +02:00
mdarocha
8cc6699fd4 nuget: move out of dotnet-packages and the dotnetPackages namespaces 2023-09-25 19:37:17 +02:00