NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.32k stars 13.56k forks source link

Package request: openCVE #245688

Open AkechiShiro opened 1 year ago

AkechiShiro commented 1 year ago

Project description

OpenCVE is a platform used to locally import the list of CVEs from various sources on the Internet and perform searches on it (by vendors, products, CVSS, CWE...).

Users subscribe to vendors or products, and OpenCVE alerts them when a new CVE is created or when an update is done in an existing CVE.

Metadata

raspher commented 4 months ago

requires (missing):

After removing them from package.nix:

Checking runtime dependencies for opencve-1.5.0-py3-none-any.whl
  - flask==1.0.2 not satisfied by version 3.0.2
  - flask-admin==1.5.5 not satisfied by version 1.6.1
  - flask-assets==0.12 not satisfied by version 2.1.0
  - flask-debugtoolbar not installed
  - flask-sqlalchemy==2.3.2 not satisfied by version 3.1.1
  - flask-migrate==3.0.1 not satisfied by version 4.0.7
  - flask-login==0.4.1 not satisfied by version 0.6.3
  - flask-wtf==0.14.3 not satisfied by version 1.2.1
  - flask-user not installed
  - flask-paginate==0.5.2 not satisfied by version 2024.4.12
  - flask-restful==0.3.8 not satisfied by version 0.3.10
  - flask-limiter==1.4 not satisfied by version 3.5.1
  - sqlalchemy==1.3.1 not satisfied by version 2.0.29
  - sqlalchemy-utils==0.33.11 not satisfied by version 0.41.1
  - psycopg2-binary not installed
  - redis==3.3.11 not satisfied by version 5.0.1
  - arrow==0.13.1 not satisfied by version 1.3.0
  - celery==4.3.0 not satisfied by version 5.3.6
  - cpe not installed
  - untangle==1.1.1 not satisfied by version 1.2.1
  - requests==2.23.0 not satisfied by version 2.31.0
  - nested-lookup==0.2.18 not satisfied by version 0.2.25
  - deepdiff==4.0.7 not satisfied by version 6.7.1
  - gunicorn==20.0.4 not satisfied by version 21.2.0
  - vine==1.3.0 not satisfied by version 5.1.0
  - click==7.1.2 not satisfied by version 8.1.7
  - werkzeug==1.0.1 not satisfied by version 3.0.1
  - itsdangerous==1.1.0 not satisfied by version 2.1.2
  - markupsafe==1.1.1 not satisfied by version 2.1.5
  - jinja2==2.11.3 not satisfied by version 3.1.3
  - importlib-metadata==4.13.0 not satisfied by version 7.0.2
  - email-validator==1.1.0 not satisfied by version 2.1.1

i was using auto-generated package.nix by nix-init

AkechiShiro commented 4 months ago

@raspher can you share the package.nix code ?

I'll see if I create PR for all these Python packages :