mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
initial version of Python Analyzer documentation
Former-commit-id: acf1de698829521f47299b12e6f44b30675a3bec
This commit is contained in:
10
src/site/markdown/analyzers/python-analzyer.md
Normal file
10
src/site/markdown/analyzers/python-analzyer.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Python Analyzer
|
||||||
|
==============
|
||||||
|
|
||||||
|
OWASP dependency-check includes an analyzer that will scan Python artifacts. The
|
||||||
|
analyzer(s) will collect as much information it can about the python artifacts.
|
||||||
|
The information collected is internally referred to as evidence and is grouped into
|
||||||
|
vendor, product, and version buckets. Other analyzers later use this evidence to
|
||||||
|
identify any Common Platform Enumeration (CPE) identifiers that apply.
|
||||||
|
|
||||||
|
Files Types Scanned: py, whl, egg, zip, PKG-INFO, and METADATA
|
||||||
Reference in New Issue
Block a user