reait 1.2.3__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reait-1.2.3 → reait-1.2.4}/PKG-INFO +1 -1
- {reait-1.2.3 → reait-1.2.4}/pyproject.toml +1 -1
- {reait-1.2.3 → reait-1.2.4}/src/reait/api.py +2 -1
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/PKG-INFO +1 -1
- {reait-1.2.3 → reait-1.2.4}/LICENSE +0 -0
- {reait-1.2.3 → reait-1.2.4}/README.md +0 -0
- {reait-1.2.3 → reait-1.2.4}/requirements.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/setup.cfg +0 -0
- {reait-1.2.3 → reait-1.2.4}/setup.py +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait/__init__.py +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait/main.py +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/SOURCES.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/dependency_links.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/entry_points.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/requires.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/src/reait.egg-info/top_level.txt +0 -0
- {reait-1.2.3 → reait-1.2.4}/tests/test_apis.py +0 -0
- {reait-1.2.3 → reait-1.2.4}/tests/test_reait.py +0 -0
@@ -15,7 +15,7 @@ from pandas import DataFrame
|
|
15
15
|
from requests import request, Response, HTTPError
|
16
16
|
from sklearn.metrics.pairwise import cosine_similarity
|
17
17
|
|
18
|
-
__version__ = "1.2.
|
18
|
+
__version__ = "1.2.4"
|
19
19
|
|
20
20
|
re_conf = {
|
21
21
|
"apikey": environ.get("REAI_API_KEY", ""),
|
@@ -249,6 +249,7 @@ def RE_analyse(
|
|
249
249
|
skip_capabilities: bool = False,
|
250
250
|
skip_sbom: bool = False,
|
251
251
|
advanced_analysis: bool = False,
|
252
|
+
skip_cves: bool = False,
|
252
253
|
) -> Response:
|
253
254
|
"""
|
254
255
|
Start analysis job for binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|