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.5.1.tar.gz
(36.2 kB
view details)
Built Distribution
verinfast-0.5.1-py3-none-any.whl
(41.3 kB
view details)
File details
Details for the file verinfast-0.5.1.tar.gz
.
File metadata
- Download URL: verinfast-0.5.1.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 059013e6fc2800dc2b8cf023ed45e68dc892ba171aa0055b4589f534cb5662d0 |
|
MD5 | f46c88963d495d5e6a164c9d1f11d630 |
|
BLAKE2b-256 | 49fc649ef93dd1a344b8c37a09e97d5feb90f9864c9fc3da4fa4a8afbdb12fec |
File details
Details for the file verinfast-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: verinfast-0.5.1-py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b80da1b01934eb0dd98a2a05745fe7157b1d2c0b18ef6d834d8472dc2e71e1 |
|
MD5 | 7028caf05cd202392398b4af84e9b2a8 |
|
BLAKE2b-256 | af132ab081f4c069c80cedc924daa333b8552d01148605b94ec8e82f349c5e96 |