Open Source Advisory Scanner (Generator)
OSSA-Scanner produces OSSA Advisory files per each package available (installed or not) in any Linux OS that uses RPM or Deb packages.
Installation
Centos/AL/AlmaLinux
Installing dependencies, including Software Heritage Scanner for SWHIDs and SSDEEP for FuzzyHashing:
$ yum -y update && yum -y groupinstall "Development Tools"
$ yum -y install python-pip python3-devel
$ pip3 install swh-scanner
$ BUILD_LIB=1 pip install ssdeep
$ pip3 install ossa-scanner
Ubuntu/Debian
$ apt-get update -y && apt-get upgrade -y
$ apt install python3-pip -y
$ apt remove python3-blinker python3-zipp python3-urllib3 python3-typing-extensions python3-six -y
$ pip install swh-scanner --break-system-packages
$ apt install ssdeep python3-ssdeep -y
$ pip3 install ossa-scanner --break-system-packages
Running in background
$ nohup ossa_scanner &
To upgrade, just execute install with --upgrade
$ pip install --upgrade ossa_scanner
License
This project is licensed under MIT.
Release files for ossa-scanner 0.1.57
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ossa_scanner-0.1.57.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ossa_scanner-0.1.57-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.6 kB
Release files / ossa_scanner-0.1.57.tar.gz
| Download URL | ossa_scanner-0.1.57.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
24bf204550d2a7141c4c0600f880fd90801bf95c6b6f9856889573842ced5096
|
|
BLAKE2b-256 checksum How to use checksums |
613ba7afe58b9276d84fc3d37a629269a367a5e3a401967c2cea921eb9fce740
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.0
|
Release files / ossa_scanner-0.1.57-py3-none-any.whl
| Download URL | ossa_scanner-0.1.57-py3-none-any.whl |
|---|---|
| Size | 12.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3da6fbfc2fa054821443a76b33b9fa93e94faca19a285e5d805b12e8452bc843
|
|
BLAKE2b-256 checksum How to use checksums |
fca4e89a690ced0d6fb24011f2f13c0e9f407c5122d8e6d57367bc01cee54912
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.0
|