nixpkgs/pkgs
Thiago Kenji Okada c44e0571fc resholve: mark it as knownVulnerabilities, allow resholve-utils usage
We are marking `resholve` itself with `meta.knownVulnerabilities`, and
overriding `resholve-utils` functions's `resholve` with
`meta.knownVulnerabilities = [ ]`.

This way, we can still use `resholve` at build-time without triggering
security warnings, however we can't instantiate `resholve` itself. See:

```
$ nix-build -A resholve
error: Package ‘resholve-0.8.4’ in /.../nixpkgs/pkgs/development/misc/resholve/resholve.nix:48 is marked as insecure, refusing to evaluate.

$ nix-build -A ix
/nix/store/k8cvj1bfxkjj8zdg6kgm7r8942bbj7w7-ix-20190815
```

For debugging purposes, you can still bypass the security checks and
instantiate `resholve` by:

```
$ NIXPKGS_ALLOW_INSECURE=1 nix-build -A resholve
/nix/store/77s87hhqymc6x9wpclb04zg5jwm6fsij-resholve-0.8.4
```
2023-01-15 12:29:42 +00:00
..
applications Merge pull request #210064 from r-ryantm/auto-update/atlantis 2023-01-10 18:45:02 +01:00
build-support
common-updater
data Merge pull request #182580 from linsui/qgnomeplatform 2023-01-10 17:01:22 +01:00
desktops Merge pull request #209946 from romildo/upd.libxfce4ui 2023-01-10 16:40:55 +01:00
development resholve: mark it as knownVulnerabilities, allow resholve-utils usage 2023-01-15 12:29:42 +00:00
games
misc
os-specific
pkgs-lib
servers Merge pull request #209713 from r-ryantm/auto-update/thanos 2023-01-10 17:42:22 +01:00
shells
stdenv
test
tools Merge pull request #210054 from Mic92/nix-index 2023-01-10 13:04:25 -05:00
top-level Merge pull request #209665 from leifhelm/cfonts 2023-01-10 18:28:18 +01:00