Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nix-community/vulnix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.1
Choose a base ref
...
head repository: nix-community/vulnix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.2
Choose a head ref
  • 19 commits
  • 9 files changed
  • 10 contributors

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    6f1a3c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    45bc916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef7eba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07cd17c View commit details
    Browse the repository at this point in the history
  4. improve comment

    dermetfan committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    593d6d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. fix failure to find deriver for derivation input sources

    Derivation input sources have no deriver and can safely be skipped.
    
    Also fix comment that says the `deriver` field was added to `nix path-info`
    in Nix 2.4. That is incorrect, it is already present in stable Nix.
    dermetfan committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5228f2b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    cea4e89 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Back to development: 1.10.2

    ckauhaus committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b95c7df View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. README.rst: Add syntax highlighting to code blocks (#86)

    Signed-off-by: David Houston <[email protected]>
    cyntheticfox authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f56f3ac View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. New maintainer needed

    Re #87
    ckauhaus committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c0f8156 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Use Github Actions for CI

    This is what most projects in the nix-community Github organization uses.
    adisbladis committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    b1aba38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from nix-community/github-actions-ci

    Use Github Actions for CI
    ctheune authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    6bcc1bd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #80 from dermetfan/runtime-deps

    Scan only runtime dependencies
    zimbatm authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ebd8ea8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Enable flake support (#99)

    When using flakes `vulnix -C ./result` errors and complains that `Nix feature
    'flakes' is disabled`. Add flakes to extra-experimental-features to fix
    this.
    
    See:
    ```
    error: experimental Nix feature 'flakes' is disabled; use '--extra-experimental-features flakes' to override
    Traceback (most recent call last):
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/bin/.vulnix-wrapped", line 9, in <module>
        sys.exit(main())
                 ^^^^^^
      File "/nix/store/x945cn634yr39bbjz5rv7my5yj0gx6ry-python3.11-click-8.1.7/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
        return self.main(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/nix/store/x945cn634yr39bbjz5rv7my5yj0gx6ry-python3.11-click-8.1.7/lib/python3.11/site-packages/click/core.py", line 1078, in main
        rv = self.invoke(ctx)
             ^^^^^^^^^^^^^^^^
      File "/nix/store/x945cn634yr39bbjz5rv7my5yj0gx6ry-python3.11-click-8.1.7/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
        return ctx.invoke(self.callback, **ctx.params)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/nix/store/x945cn634yr39bbjz5rv7my5yj0gx6ry-python3.11-click-8.1.7/lib/python3.11/site-packages/click/core.py", line 783, in invoke
        return __callback(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/lib/python3.11/site-packages/vulnix/main.py", line 157, in main
        populate_store(store, gc_roots, profile,  paths)
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/lib/python3.11/site-packages/vulnix/main.py", line 60, in populate_store
        store.add_path(path)
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/lib/python3.11/site-packages/vulnix/nix.py", line 123, in add_path
        self._call_nix(['path-info', '-r', '--json', output])
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/lib/python3.11/site-packages/vulnix/nix.py", line 57, in _call_nix
        return call(['nix',
               ^^^^^^^^^^^^
      File "/nix/store/wlxjs6pxn9bw46kfxq5p8pxf6kv7rpiz-vulnix-1.10.1-unstable-2024-04-02/lib/python3.11/site-packages/vulnix/utils.py", line 15, in call
        output = subprocess.check_output(cmd, stderr=capture)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/nix/store/6b1fqdwb3g56j5pazv8zkx9qd0mv3wiz-python3-3.11.9/lib/python3.11/subprocess.py", line 466, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/nix/store/6b1fqdwb3g56j5pazv8zkx9qd0mv3wiz-python3-3.11.9/lib/python3.11/subprocess.py", line 571, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '['nix', '--experimental-features', 'nix-command', 'path-info', '-r', '--json', 'result']' returned non-zero exit status 1.
    ```
    
    Co-authored-by: Albin Vass <[email protected]>
    albinvass and Albin Vass authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    afd1a72 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    8464528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7789e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    d520e37 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Remove new maintainer needed announcement

    Signed-off-by: Henri Rosten <[email protected]>
    henrirosten committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b0e2b71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from henrirosten/remove-new-maintainer-needed

    Remove new maintainer needed announcement
    henrirosten authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    137e6a1 View commit details
    Browse the repository at this point in the history
Loading