about summary refs log tree commit diff
path: root/pkgs/tools/security/vulnix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03vulnix: 1.10.1 -> 1.10.1-unstable-2024-04-02Henri Rosten1-6/+8
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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.
2023-05-25treewide/tools: use top-level fetchPypiWeijia Wang1-1/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-08-17vulnix: don't use pytest-flake8Robert Schütz1-1/+5
2022-02-06vulnix: 1.10.0 -> 1.10.1Christian Kauhaus1-2/+2
Pick up new release which contains the pyyaml 6.x fix.
2021-07-21pythonPackages: deprecate pytestcov aliasSandro Jäckel1-1/+1
2021-07-17vulnix: 1.9.6 -> 1.10.0Christian Kauhaus1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-07vulnix: 1.9.4 -> 1.9.6Christian Kauhaus1-3/+7
2019-12-11vulnix: 1.9.2 -> 1.9.4Christian Kauhaus1-2/+2
The new version requires zodbpickle >=2.0.0, which has recently landed in master.
2019-11-19vulnix: 1.9.1 -> 1.9.2Christian Kauhaus1-2/+2
Bugfix release
2019-11-14vulnix: 1.8.2 -> 1.9.1Christian Kauhaus1-5/+4
New upstream release. The old version is broken because NIST has discontinued NVD XML feeds. vulnix 1.9.x uses the JSON feeds.
2019-11-13vulnix: use python3Packages as argumentFrederik Rietdijk1-5/+5
2019-10-02vulnix: add missing setuptools dependencyPierre Bourdon1-0/+1
More #68314 related breakage.
2019-06-17vulnix: 1.8.1 -> 1.8.2Christian Kauhaus1-2/+2
2019-04-08vulnix: 1.8.0 -> 1.8.1 (#59149)Christian Kauhaus1-2/+2
2019-03-09vulnix: 1.7.1 -> 1.8.0Christian Kauhaus1-6/+5
2019-02-17vulnix: ronn is a native build inputFrederik Rietdijk1-1/+1
2018-07-23vulnix: 1.7 -> 1.7.1Christian Kauhaus1-2/+2
Closes NixOS/nixpkgs#43999
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-20vulnix: 1.6.3 -> 1.7Christian Kauhaus1-7/+10
The updated version brings selective whitelisting, i.e. when some CVEs of a package are whitelisted and others are not, only the new CVEs are reported. Also correct license to match upstream BSD-3-Clause and clean up source.
2018-05-03vulnix: 1.6.1 -> 1.6.3Christian Kauhaus1-2/+2
2018-05-02vulnix: drop obsolete patchRobert Schütz2-31/+3
2018-04-20vulnix: 1.4.0 -> 1.6.1Christian Kauhaus2-8/+49
Update to current vulnix which features greatly improved whitelist handling among others. - Temporarly disable flake8 until #39206 is solved. - Split docs into own output.
2017-12-04vulnix: 1.3.4 -> 1.4.0Christian Kauhaus1-2/+2
The new vulnix release contains auto-detection of CVE patches.
2017-10-29vulnix: 1.2.2 -> 1.3.4Christian Kauhaus1-7/+7
The build needs the ZODB fix in PR #30925 to succeed.
2017-08-09vulnix: use zodb from pythonPackagesadisbladis2-54/+3
2017-08-06zpl*: Fix the attribute name of the licenseMichael Weiss1-2/+2
This was simply a typo since the license was added in 2013.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-2/+0
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-28vulnix: use zc_lockfile, zodbpickle and persistent from pythonPackagesadisbladis1-80/+16
2017-07-13vulnix: use zope.interface from pythonPackagesadisbladis1-22/+3
2017-06-20vulnix: fix evalDomen Kožar1-1/+1
2017-06-18vulnix: fix depsJörg Thalheim1-0/+1
2017-05-07Python: replace requests2 with requests tree-wideFrederik Rietdijk1-1/+1
See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
2017-03-24pythonPackages.BTrees: 4.1.4 -> 4.3.1Jörg Thalheim2-461/+47
2017-03-15initial release: vulnixMaksim Bronsky2-0/+587