Commit Graph

6462 Commits

Author SHA1 Message Date
Fabian Affolter
4c5bc1cebb
Merge pull request #167190 from r-ryantm/auto-update/ffuf
ffuf: 1.4.0 -> 1.4.1
2022-04-04 23:24:42 +02:00
FedX
f26d63e265
Update pkgs/tools/security/aeskeyfind/default.nix
Co-authored-by: papojari <papojari-git.ovoid@aleeas.com>
2022-04-04 12:49:17 -06:00
R. Ryantm
13571146d7 ffuf: 1.4.0 -> 1.4.1 2022-04-04 14:40:02 +00:00
ajs124
35e93564ad sslyze: drop 2022-04-04 15:37:05 +01:00
ajs124
6fa52289b4 wapiti: 3.0.9 -> 3.1.1 2022-04-04 15:37:05 +01:00
ajs124
dac6f13431 pbis-open: drop 2022-04-04 15:10:45 +01:00
ajs124
0fae27376d cipherscan: drop 2022-04-04 15:10:43 +01:00
Fabian Affolter
02a48c9732
Merge pull request #167067 from fabaff/bump-metasploit
metasploit: 6.1.35 -> 6.1.36
2022-04-03 23:49:25 +02:00
fedx-sudo
1ecf02c69f aeskeyfind: init at 1.0
Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: papojari <papojari-git.ovoid@aleeas.com>
2022-04-03 14:13:29 -06:00
Fabian Affolter
d6fc009d2c metasploit: 6.1.35 -> 6.1.36 2022-04-03 21:03:49 +02:00
ajs124
d0063f803c meo: remove after being marked broken for over two years
It was marked in commit 5aa4b19946 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:17 +01:00
ajs124
d8393bc040 chaps: remove after being marked broken for over two years
It was marked in commit c7ffe1778a by Franz Pletz on 2017-07-31 (commited on 2019-07-29)
2022-04-03 16:14:12 +01:00
Fabian Affolter
627d8390ff
Merge pull request #167006 from fabaff/bump-naabu
naabu: 2.0.5 -> 2.0.6
2022-04-03 09:46:06 +02:00
Fabian Affolter
28d736ac6a terrascan: 1.13.2 -> 1.14.0 2022-04-03 09:15:45 +02:00
Fabian Affolter
d341a9022e naabu: 2.0.5 -> 2.0.6 2022-04-03 09:10:31 +02:00
Nick Cao
884395eae0 zzuf: use autoreconfHook 2022-04-03 09:07:00 +02:00
Bobby Rong
3a069d73e9
fprintd: 1.94.1 -> 1.94.2 2022-04-02 21:05:19 +08:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Pascal Bach
1c02d4252d cryptomator: 1.6.7 -> 1.6.8 2022-04-02 13:28:22 +02:00
Samuel Gräfenstein
666a90e29d gnupg{,1}: add meta.mainProgram 2022-04-02 02:08:55 +02:00
Artturi
a40f967c85
Merge pull request #166577 from xrelkd/update/sn0int
sn0int: 0.24.1 -> 0.24.2
2022-04-01 22:59:40 +03:00
Fabian Affolter
48bb359967 cfripper: 1.7.0 -> 1.7.1 2022-04-01 20:19:59 +02:00
R. Ryantm
ff1c57bcfd spectre-meltdown-checker: 0.44 -> 0.45 2022-04-01 00:52:22 +00:00
Fabian Affolter
2b8c1d98fb
Merge pull request #166596 from 06kellyjac/kubescape
kubescape: 2.0.149 -> 2.0.150
2022-03-31 21:28:33 +02:00
Lein Matsumaru
237047f1e7
exploitdb: 2022-03-24 -> 2022-03-31 2022-03-31 16:55:54 +00:00
06kellyjac
d6e96b979e kubescape: 2.0.149 -> 2.0.150 2022-03-31 17:53:17 +01:00
xrelkd
578ba59bbf sn0int: 0.24.1 -> 0.24.2 2022-03-31 22:32:25 +08:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Fabian Affolter
0392957d1b kubeaudit: 0.16.0 -> 0.17.0 2022-03-31 02:32:55 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Enno Richter
57a54d6e57
evil-winrm: init at 3.3 (#153752)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-30 03:25:14 +02:00
Sandro
a4c72214e3
Merge pull request #166301 from FedX-sudo/master 2022-03-30 02:02:33 +02:00
fedx-sudo
32a8f307ac aesfix: init at v1.0.1
aesfix: init at v1.0.1

aesfix: init at v1.0.1

aesfx: init at v1.0.1

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-29 22:23:32 +00:00
R. Ryantm
f92c7b8037 gitleaks: 8.5.1 -> 8.5.2 2022-03-29 19:04:00 +00:00
Fabian Affolter
f7ccecfe39
Merge pull request #166061 from SuperSandro2000/sshuttle
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer
2022-03-28 20:52:36 +02:00
Nicolas M
ee684089c3
melt: init at 0.2.0 (#164439)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-28 16:38:33 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Sandro Jäckel
87c0118ab1
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer 2022-03-28 12:35:51 +02:00
Sandro Jäckel
17c8525e51
onlykey: replace git://github.com with https:// 2022-03-28 12:23:02 +02:00
Fabian Affolter
a107f9de56 ffuf: 1.3.1 -> 1.4.0 2022-03-28 08:26:48 +02:00
Sandro
c42bc84ecb
Merge pull request #164460 from sikmir/gopass 2022-03-27 14:51:05 +02:00
Fabian Affolter
c658a811be
Merge pull request #165825 from fabaff/bump-metasploit
metasploit: 6.1.34 -> 6.1.35
2022-03-26 12:44:01 +01:00
Fabian Affolter
841ef45dfb metasploit: 6.1.34 -> 6.1.35 2022-03-26 10:08:31 +01:00
Pascal Bach
93c4209d3f cryptomator: 1.6.5 -> 1.6.7
Disable maven tests as they try to mount and load kernel modules,
which is not somthing we want during a build.
2022-03-26 08:48:53 +01:00
Pascal Bach
878f72c7e3 cryptomator: 1.5.15 -> 1.6.5
- packer is not needed anymore, remove it
- use nix built jffi instead of bundeled one to avoid segfault
2022-03-26 08:48:53 +01:00
Artturi
be1f1aa58a
Merge pull request #165798 from r-ryantm/auto-update/tboot
tboot: 1.10.4 -> 1.10.5
2022-03-26 05:36:38 +02:00
06kellyjac
617074f4c8 shisho: init at 0.5.2 2022-03-25 22:19:45 -04:00
R. Ryantm
f3180f4cdc tboot: 1.10.4 -> 1.10.5 2022-03-26 00:01:40 +00:00
Lein Matsumaru
df26b72fe7
exploitdb: 2022-03-22 -> 2022-03-24 2022-03-25 16:31:39 +00:00
Ben Siraphob
e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
06kellyjac
1ddf09c43f grype: 0.34.6 -> 0.34.7 2022-03-24 21:10:38 +00:00
Fabian Affolter
44d5b5e1e4
Merge pull request #165591 from r-ryantm/auto-update/cfripper
cfripper: 1.6.0 -> 1.7.0
2022-03-24 21:18:37 +01:00
Fabian Affolter
4f274e31f8
Merge pull request #165584 from r-ryantm/auto-update/authoscope
authoscope: 0.8.0 -> 0.8.1
2022-03-24 18:55:20 +01:00
maxine [they]
c6ae3a860d
Merge pull request #165476 from techknowlogick/bump-vault-bin 2022-03-24 18:45:58 +01:00
techknowlogick
53354d41d9 vault-bin: 1.9.1 -> 1.10.0 2022-03-24 13:20:12 -04:00
maxine [they]
d625945bf0
Merge pull request #165467 from techknowlogick/bump-vault
vault: 1.9.4 -> 1.10.0
2022-03-24 18:16:51 +01:00
Fabian Affolter
9327a5fcd5 sigma-cli: 0.3.3 -> 0.3.4 2022-03-24 09:10:49 -07:00
R. Ryantm
d6197c5380 cfripper: 1.6.0 -> 1.7.0 2022-03-24 10:13:33 +00:00
R. Ryantm
f96f3416bc authoscope: 0.8.0 -> 0.8.1 2022-03-24 09:01:26 +00:00
06kellyjac
8afb8ff828 grype: 0.34.4 -> 0.34.6 2022-03-23 18:08:08 +00:00
Fabian Affolter
3bcfdb0e15
Merge pull request #165457 from r-ryantm/auto-update/gitleaks
gitleaks: 8.5.0 -> 8.5.1
2022-03-23 18:10:31 +01:00
techknowlogick
675c2444fd vault: 1.9.4 -> 1.10.0 2022-03-23 12:15:59 -04:00
Sandro
5c97ef1a5f
Merge pull request #165095 from veehaitch/jadx-v1.3.4 2022-03-23 08:52:01 +01:00
R. Ryantm
743afa9194 gitleaks: 8.5.0 -> 8.5.1 2022-03-23 06:57:57 +00:00
Sandro
3c14c74bde
Merge pull request #164606 from applePrincess/exploitdb-2022-03-17 2022-03-23 05:52:54 +01:00
Pascal Bach
2af63270ae
Merge pull request #165214 from r-ryantm/auto-update/gitleaks
gitleaks: 8.4.0 -> 8.5.0
2022-03-22 20:02:51 +01:00
R. Ryantm
f8f5522e9d keyscope: 1.1.0 -> 1.2.2 2022-03-22 14:38:41 -04:00
Artturi
c70a013edb
Merge pull request #165220 from LibreCybernetics/update-keybase-gui 2022-03-22 19:37:43 +02:00
Fabian Affolter
d6734ba8a2
Merge pull request #165272 from r-ryantm/auto-update/nuclei
nuclei: 2.6.3 -> 2.6.5
2022-03-22 16:38:51 +01:00
Lein Matsumaru
23b9ad346a
exploitdb: 2022-03-15 -> 2022-03-22 2022-03-22 15:22:39 +00:00
R. Ryantm
8ae4790016 nuclei: 2.6.3 -> 2.6.5 2022-03-22 13:23:49 +00:00
Fabian Affolter
6d5d2d8803
Merge pull request #165233 from fabaff/bump-pysigma-backend-splunk
python3Packages.pysigma: 0.4.1 -> 0.4.2, python3Packages.pysigma-backend-splunk: 0.1.2 -> 0.2.0
2022-03-22 14:12:59 +01:00
Fabian Affolter
934dd07de9 sigma-cli: 0.3.2 -> 0.3.3 2022-03-22 11:15:31 +01:00
06kellyjac
28d840de0e grype: 0.34.3 -> 0.34.4 2022-03-22 09:17:55 +00:00
Fabián Heredia Montiel
308a442f17 keybase-gui: 5.9.0 → 5.9.3 2022-03-22 01:07:20 -06:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
R. Ryantm
4a05d36356 gitleaks: 8.4.0 -> 8.5.0 2022-03-22 06:22:40 +00:00
Fabian Affolter
576cd7447c
Merge pull request #165044 from r-ryantm/auto-update/cameradar
cameradar: 5.0.1 -> 5.0.2
2022-03-21 20:47:28 +01:00
R. Ryantm
43421bc305 nwipe: 0.32 -> 0.33 2022-03-21 14:23:24 +00:00
Vincent Haupert
af9f444698 jadx: 1.3.3 -> 1.3.4 2022-03-21 11:29:17 +01:00
R. Ryantm
4d0bdd1a5b cameradar: 5.0.1 -> 5.0.2 2022-03-21 02:02:38 +00:00
R. Ryantm
2593530f3f minio-certgen: 1.1.0 -> 1.2.0 2022-03-20 18:01:09 +00:00
Fabian Affolter
249efba244 metasploit: 6.1.32 -> 6.1.34 2022-03-19 11:08:40 +01:00
Fabian Affolter
f17f5bfb8b
Merge pull request #164716 from r-ryantm/auto-update/cfripper
cfripper: 1.5.3 -> 1.6.0
2022-03-18 22:18:15 +01:00
R. Ryantm
311b1a1967 cfripper: 1.5.3 -> 1.6.0 2022-03-18 14:44:04 +00:00
happysalada
92492cebf4 sequoia: use llvm 12 same as rust toolchain 2022-03-18 08:31:41 -04:00
Fabian Affolter
0ef8c1a5c0
Merge pull request #164641 from r-ryantm/auto-update/volatility3
volatility3: 2.0.0 -> 2.0.1
2022-03-18 11:06:14 +01:00
Fabian Affolter
8a8cc1ad72
volatility3: clean-up 2022-03-18 10:37:43 +01:00
Fabian Affolter
f473b954c3
Merge pull request #164442 from 06kellyjac/fulcio
fulcio: 0.1.1 -> 0.2.0
2022-03-18 10:21:36 +01:00
Fabian Affolter
c150cffc6f
Merge pull request #164676 from jonringer/spire-changelog
spire: add changelog
2022-03-18 10:15:12 +01:00
Fabian Affolter
679633529a
Merge pull request #164579 from 06kellyjac/grype
grype: 0.34.2 -> 0.34.3
2022-03-18 09:24:46 +01:00
R. Ryantm
d96018d299 spire: 1.2.0 -> 1.2.1 2022-03-17 23:08:54 -07:00
Jonathan Ringer
0c08a1a85a
spire: add changelog 2022-03-17 23:08:04 -07:00
R. Ryantm
a39c5ce96a volatility3: 2.0.0 -> 2.0.1 2022-03-17 21:29:46 +00:00
06kellyjac
aa4ed228e5 grype: 0.34.2 -> 0.34.3 2022-03-17 18:53:00 +00:00
Fabian Affolter
781cb7042b
Merge pull request #164507 from fabaff/bump-zdns
zdns: 20210327-8c53210 -> 2022-03-14-unstable
2022-03-17 09:27:09 +01:00
R. Ryantm
33611e53ff cfripper: 1.5.2 -> 1.5.3 2022-03-17 04:33:59 +00:00
Fabian Affolter
91b39c9ae5 zdns: 20210327-8c53210 -> 2022-03-14-unstable 2022-03-16 23:36:01 +01:00
Fabian Affolter
4ff6b2d67f
Merge pull request #164471 from 06kellyjac/grype
grype: 0.34.1 -> 0.34.2
2022-03-16 22:38:28 +01:00
Sandro
dac173c189
Merge pull request #163518 from fabaff/feroxbuster 2022-03-16 21:31:47 +01:00
06kellyjac
eb9c59662a grype: 0.34.1 -> 0.34.2 2022-03-16 18:35:53 +00:00
Fabian Affolter
18698441d9
Merge pull request #164192 from r-ryantm/auto-update/cariddi
cariddi: 1.1.5 -> 1.1.6
2022-03-16 19:14:21 +01:00
Fabian Affolter
057dc6c2f6
Merge pull request #164183 from r-ryantm/auto-update/cfripper
cfripper: 1.5.1 -> 1.5.2
2022-03-16 19:13:48 +01:00
Fabian Affolter
ed99c5e046 feroxbuster: init at 2.6.1 2022-03-16 19:04:34 +01:00
Nikolay Korotkiy
314407980e
gopass: 1.13.1 → 1.14.0 2022-03-16 20:00:28 +03:00
06kellyjac
fb1c9490bc fulcio: 0.1.1 -> 0.2.0
- binary renamed `fulcio-server` -> `fulcio`
- added version details
2022-03-16 14:52:08 +00:00
Fabian Affolter
0c95b72fcc sigma-cli: 0.3.0 -> 0.3.2 2022-03-16 11:52:01 +01:00
Fabian Affolter
5dee2360ca
Merge pull request #164378 from r-ryantm/auto-update/exploitdb
exploitdb: 2022-03-11 -> 2022-03-15
2022-03-16 09:42:20 +01:00
Fabian Affolter
16dbee51b1
Merge pull request #164362 from r-ryantm/auto-update/grype
grype: 0.33.1 -> 0.34.1
2022-03-16 09:26:14 +01:00
Fabian Affolter
2348e3a7e4
Merge pull request #164232 from fabaff/bump-step-ca
step-ca: 0.18.1 -> 0.18.2
2022-03-16 09:11:59 +01:00
R. Ryantm
5d121d3650 exploitdb: 2022-03-11 -> 2022-03-15 2022-03-16 07:25:27 +00:00
R. Ryantm
f13e1540a6 grype: 0.33.1 -> 0.34.1 2022-03-16 05:28:32 +00:00
Ryan Mulligan
007ccf2f4f
Merge pull request #163837 from r-ryantm/auto-update/libtpms
libtpms: 0.9.2 -> 0.9.3
2022-03-15 15:05:49 -07:00
Ryan Mulligan
dd00e0a1bb
Merge pull request #164063 from r-ryantm/auto-update/amber-secret
amber-secret: 0.1.2 -> 0.1.3
2022-03-15 14:57:20 -07:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Fabian Affolter
baad4cbe62 step-ca: 0.18.1 -> 0.18.2 2022-03-15 09:50:01 +01:00
R. Ryantm
b3bd36176d cariddi: 1.1.5 -> 1.1.6 2022-03-15 02:29:59 +00:00
R. Ryantm
19744793b4 cfripper: 1.5.1 -> 1.5.2 2022-03-15 01:07:02 +00:00
Felix Buehler
646f5c7302 tpm-luks: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
R. Ryantm
80f0cf33d8 signify: 30 -> 31 2022-03-14 17:35:05 +00:00
Fabian Affolter
f88784d690
Merge pull request #163819 from fabaff/pysigma
sigma-cli: init at 0.3.0
2022-03-14 15:27:44 +01:00
github-actions[bot]
0ed928e4ab
Merge master into staging-next 2022-03-14 12:01:26 +00:00
Fabian Affolter
28da533fba
Merge pull request #164073 from r-ryantm/auto-update/dnsx
dnsx: 1.0.9 -> 1.1.0
2022-03-14 08:50:16 +01:00
R. Ryantm
c51d465e8b dnsx: 1.0.9 -> 1.1.0 2022-03-14 05:56:57 +00:00
R. Ryantm
46ce994651 amber-secret: 0.1.2 -> 0.1.3 2022-03-14 02:14:12 +00:00
github-actions[bot]
ea64a128d1
Merge master into staging-next 2022-03-14 00:02:12 +00:00
Fabian Affolter
4bee339073
Merge pull request #163983 from r-ryantm/auto-update/gitleaks
gitleaks: 8.3.0 -> 8.4.0
2022-03-13 20:51:05 +01:00
github-actions[bot]
38910351b7
Merge master into staging-next 2022-03-13 18:01:01 +00:00
Mario Rodas
a2efb21ad4
Merge pull request #163914 from r-ryantm/auto-update/sops
sops: 3.7.1 -> 3.7.2
2022-03-13 12:53:06 -05:00
Sandro
218f367564
Merge pull request #163569 from willcohen/swtpm-darwin 2022-03-13 18:43:41 +01:00
R. Ryantm
d52b93750e gitleaks: 8.3.0 -> 8.4.0 2022-03-13 09:54:56 +00:00
github-actions[bot]
1630ab9b47
Merge master into staging-next 2022-03-13 06:05:11 +00:00
Luke Granger-Brown
8035c513e3
Merge pull request #163673 from lukegb/pomerium
pomerium: 0.15.7 -> 0.17.0
2022-03-13 02:20:38 +00:00
github-actions[bot]
6f7d104254
Merge master into staging-next 2022-03-13 00:02:14 +00:00
R. Ryantm
1a05175078 sops: 3.7.1 -> 3.7.2 2022-03-12 22:51:02 +00:00
Sandro
50b45d04d0
Merge pull request #163466 from fabaff/sdlookup 2022-03-12 22:06:43 +01:00
Sandro
e167cb80f6
Merge pull request #163894 from fabaff/fix-expliot 2022-03-12 21:56:57 +01:00
Fabian Affolter
06b3a5ac7d expliot: relax dependency constraints 2022-03-12 20:53:30 +01:00
R. Ryantm
2e553c8307 libtpms: 0.9.2 -> 0.9.3 2022-03-12 13:23:48 +00:00
Fabian Affolter
a5c7dcdf96 sdlookup: init at unstable-2022-03-10 2022-03-12 13:29:31 +01:00
github-actions[bot]
80180c339e
Merge master into staging-next 2022-03-12 12:01:10 +00:00
Fabian Affolter
2e0fce9838 sigma-cli: init at 0.3.0 2022-03-12 12:16:53 +01:00
Fabian Affolter
3e688ce458
Merge pull request #163681 from applePrincess/exploitdb-2022-03-11
exploitdb: 2022-03-10 -> 2022-03-11
2022-03-12 10:13:45 +01:00
R. Ryantm
af291f935f cdk-go: 1.0.5 -> 1.0.6 2022-03-12 03:14:01 +00:00
Lein Matsumaru
61bc4884ae
exploitdb: 2022-03-10 -> 2022-03-11 2022-03-11 16:03:35 +00:00
Luke Granger-Brown
6659ba5248 pomerium-cli: init at 0.17.0 2022-03-11 14:09:19 +00:00
github-actions[bot]
e01403d0eb
Merge master into staging-next 2022-03-11 12:01:14 +00:00
Fabian Affolter
f17264e285
Merge pull request #163620 from fabaff/bump-yara
yara: 4.2.0-rc1 -> 4.2.0
2022-03-11 10:45:25 +01:00