Jonas Heinrich
364861a197
Merge pull request #209937 from r-ryantm/auto-update/randoop
...
randoop: 4.3.1 -> 4.3.2
2023-01-10 12:28:45 +01:00
R. Ryantm
77cc6994e1
randoop: 4.3.1 -> 4.3.2
2023-01-09 20:47:32 +00:00
Thomas Gerbet
2c8cc56ebc
radare2: apply patch for CVE-2022-4843
...
https://huntr.dev/bounties/075b2760-66a0-4d38-b3b5-e9934956ab7f/
2023-01-09 19:15:31 +01:00
Sandro
6ee8dc0e31
Merge pull request #206639 from vimpostor/hotspot_1.4
2023-01-04 00:51:14 +01:00
R. Ryantm
51b1d85395
tflint: 0.43.0 -> 0.44.1
2023-01-01 00:29:15 +00:00
figsoda
e2ab671cc9
svlint: 0.6.0 -> 0.6.1
...
Changelog: https://github.com/dalance/svlint/blob/v0.6.1/CHANGELOG.md
2022-12-25 14:46:29 -05:00
maralorn
9fa43f69e1
Merge branch 'master' into haskell-updates
2022-12-24 18:31:46 +01:00
Magnus Groß
d611eb737a
hotspot: 1.3.0 -> 1.4.0
...
- Hotspot now depends on kparts.
- Enable debuginfod for elfutils, because perfparser needs debuginfod.h
- Remove rust demangle cmake flags, because it is found at runtime now,
see https://github.com/KDAB/hotspot/issues/269
2022-12-24 12:10:13 +01:00
Dennis Gosnell
0f00bd77e5
nix-linter: mark broken because doesn't compile on ghc92
2022-12-24 13:50:05 +09:00
Sandro
2ff237d0d9
Merge pull request #200061 from trepetti/svlint-0.6.0
2022-12-24 01:40:18 +01:00
Jörg Thalheim
de06087c9d
radare2: 5.7.8 -> 5.8.0
2022-12-23 10:50:38 +01:00
Rick van Schijndel
9833d56c24
treewide: mark packages broken that never built on PLATFORM
...
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.
I manually audited the results and removed some results that were not valid.
Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.
Some observations:
- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
- gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Mario Rodas
8dcbf7c09a
smatch: 1.72 -> 1.73
2022-12-07 04:20:00 +00:00
Vladimír Čunát
089fb18420
Merge #203426 : staging-next 2022-11-28
2022-12-06 12:36:58 +01:00
Fabian Affolter
2c61d89177
cvehound: rename GitPython
2022-12-05 22:08:08 +01:00
Fabian Affolter
35284543f7
checkov: rename GitPython
2022-12-05 22:07:17 +01:00
Martin Weinelt
fe8eef1ae4
Merge remote-tracking branch 'origin/master' into staging-next
2022-12-04 22:06:42 +01:00
Nikolay Korotkiy
b2de2b8d5b
include-what-you-use: fix shebangs
2022-11-29 21:20:08 +03:00
github-actions[bot]
843fc7a4a5
Merge master into staging-next
2022-11-29 18:01:54 +00:00
R. Ryantm
81322c4c87
checkstyle: 10.4 -> 10.5.0
2022-11-28 16:32:48 +00:00
github-actions[bot]
f8c61f361e
Merge staging-next into staging
2022-11-25 12:02:07 +00:00
R. Ryantm
18d8cf38d9
cppcheck: 2.9.2 -> 2.9.3
2022-11-25 11:50:07 +01:00
Vincent Laporte
005cf8a5bd
frama-c: add missing runtime dependency
2022-11-25 10:25:13 +01:00
github-actions[bot]
8abde38a26
Merge staging-next into staging
2022-11-22 18:01:51 +00:00
github-actions[bot]
9c6223b5f6
Merge staging-next into staging
2022-11-21 18:01:33 +00:00
R. Ryantm
0a91e1a0e0
cargo-tarpaulin: 0.22.0 -> 0.23.1
2022-11-21 10:33:36 +00:00
Mario Rodas
55d1f5ea3c
brakeman: 5.3.1 -> 5.4.0
...
https://github.com/presidentbeef/brakeman/releases/tag/v5.4.0
2022-11-21 04:20:00 +00:00
github-actions[bot]
1d03874733
Merge staging-next into staging
2022-11-20 06:01:41 +00:00
Sergei Trofimovich
9750ef0229
Merge pull request #197829 from r-ryantm/auto-update/valgrind
...
valgrind: 3.19.0 -> 3.20.0
2022-11-18 22:45:08 +00:00
Mario Rodas
ce06a0c1d9
tflint: 0.42.2 -> 0.43.0
...
https://github.com/terraform-linters/tflint/releases/tag/v0.43.0
2022-11-18 04:20:00 +00:00
Fabian Affolter
fd0e1a67a7
Merge pull request #201195 from amarshall/checkov-fix
...
checkov: Fix build
2022-11-14 17:27:13 +01:00
Andrew Marshall
41c56cadff
checkov: Fix exe not executable
...
Not really sure why it’s not—it’s executable in the Git repo and is
listed properly as a script in setup.py.
2022-11-14 10:23:03 -05:00
Andrew Marshall
b8ba78f1d6
checkov: Fix build
...
checkov build has been broken since
https://hydra.nixos.org/build/187798638 due to a minor incompatibility
with flake8 5.x on Python 3.8+; this remedies it.
Upstream does not notice this issue presently since they only run unit tests
against Python 3.7, and positional-only arguments did not appear till
3.8.
See
f98d52a398
for details on the change.
2022-11-14 10:22:54 -05:00
R. Ryantm
5744a7b2c6
cppcheck: 2.9.1 -> 2.9.2
2022-11-14 09:20:05 +00:00
Mario Rodas
7bb0d24649
Merge pull request #201085 from r-ryantm/auto-update/flow
...
flow: 0.192.0 -> 0.193.0
2022-11-13 16:52:06 -05:00
R. Ryantm
057860fff9
flow: 0.192.0 -> 0.193.0
2022-11-13 21:18:22 +00:00
Jörg Thalheim
dcb2ea2fc5
Merge pull request #200595 from azahi/radare2
...
radare2: 5.7.2 -> 5.7.8
2022-11-13 21:45:29 +01:00
Jörg Thalheim
62314d2169
radare2: drop unused useFlag and fix cross compilation
...
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2022-11-13 21:40:21 +01:00
Jörg Thalheim
3d16a81bad
radare2: fix macos build
2022-11-13 21:31:08 +01:00
figsoda
decd6a5077
Merge pull request #200727 from figsoda/jacoco
...
jacoco: init at 0.8.8
2022-11-12 16:59:17 -05:00
figsoda
7ef4a3fd80
jacoco: init at 0.8.8
2022-11-11 15:35:09 -05:00
Felix Uhl
c14697d803
tfsec: fix broken info links and version string
...
Fixes #200710 . The version string must be prefixed with a v, otherwise
links to information about the findings from tfsec will 404.
2022-11-11 16:19:07 +01:00
Azat Bahawi
bc0e439506
radare2: 5.7.2 -> 5.7.8
2022-11-11 00:55:27 +03:00
Tom Repetti
aa00f0dfe9
svlint: 0.5.1 -> 0.6.0
2022-11-08 07:46:49 -05:00
R. Ryantm
adb52996cb
flow: 0.191.0 -> 0.192.0
2022-11-05 14:31:35 +00:00
Pascal Wittmann
c1bebff09f
Merge pull request #198776 from r-ryantm/auto-update/checkstyle
...
checkstyle: 10.3.4 -> 10.4
2022-11-03 13:56:17 +01:00
Mario Rodas
456f816efc
actionlint: 1.6.21 -> 1.6.22
...
https://github.com/rhysd/actionlint/releases/tag/v1.6.22
2022-11-01 04:20:00 +00:00
Mike Purvis
6739decba3
cppcheck: fix broken hash
...
The original hash is for https://github.com/danmar/cppcheck/commit/4a17dcb and the new hash is for https://github.com/danmar/cppcheck/commit/ef1c70f .
2022-11-01 22:51:07 +08:00
R. Ryantm
221c5f3037
checkstyle: 10.3.4 -> 10.4
2022-10-31 11:21:33 +00:00
Christian Kögler
e5d13ea9b5
Merge pull request #197521 from r-ryantm/auto-update/cppcheck
...
cppcheck: 2.9 -> 2.9.1
2022-10-30 22:35:51 +01:00