This tool safely and securely analyzes applications for benchmarking.
Project description
VerinFast™
Welcome to the Scanning Agent.
This tool safely and securely analyzes applications for benchmarking.
Requirements:
- Python3 - Test with
python3 --version
- pip - Test with
pip -V
- SSH access to code repositories - Test with
git status
- Command line tool access to cloud hosting providers
- Admin privileges on the computer used to run the agent
- Outbound internet access (for posting results and fetching dependency metadata)
- Your dependency mangement tools (e.g.
npm
oryarn
ormaven
)
To run the Agent:
- Install this package with
pip install verinfast
- In a directory with a
config.yaml
file runverinfast
- Alternatively you can point to a config with
verinfast --config=/path/to/config
- Alternatively you can point to a config with
Config Options
- If you want to check the output for yourself you can set
should_upload: false
, and use the flag--output=/path/to/dir
. This will give you the chance to inspect what we collect before uploading. For large repositories, it is a lot of information, but we never upload your code or any credentials, just the summary data we collect.
Troubleshooting:
Python
- Run
python3 -m pip install --upgrade pip setuptools wheel
git
- Run
which git
,git --version
- Run
ssh -vT git@github.com
to test access to GitHub
AWS
- Run
which aws
,aws --version
Azure
- Run
az git
,az --version
- Run
az account subscription list
to check subscription Id
Semgrep
- Run
which semgrep
,semgrep --version
pip
- Run
which pip
- If no
pip
, run:curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
python get-pip.py
ORpython3 get-pip.py
Runsudo apt update
Copyright 2023 Startos Inc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
verinfast-0.6.10.tar.gz
(57.5 kB
view details)
Built Distribution
File details
Details for the file verinfast-0.6.10.tar.gz
.
File metadata
- Download URL: verinfast-0.6.10.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7070045e27bb1be625d6f5513fd7f5d3a2dc43b0c0a14d9dce70acb5f9037346 |
|
MD5 | cabd1897aad65e4ba64a35c1221041c6 |
|
BLAKE2b-256 | 79930e0fda9f025e007525db9c035ffc358e9f8edfbc2d0a3acf448b8ce7a331 |
File details
Details for the file verinfast-0.6.10-py3-none-any.whl
.
File metadata
- Download URL: verinfast-0.6.10-py3-none-any.whl
- Upload date:
- Size: 52.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9244651d2e794657e80f089a0aadf2522392dce4ce69dd55523af04055bcd865 |
|
MD5 | 820696e194c495c3468b637816c684cd |
|
BLAKE2b-256 | d944c7c92d34fbf45b4cd427de92859bbb8b2df5a412c89d74e837061a7a88cd |