initial version of Python Analyzer documentation

Former-commit-id: acf1de698829521f47299b12e6f44b30675a3bec
This commit is contained in:
Jeremy Long
2015-04-29 16:12:30 -04:00
parent a5ed91611a
commit ff7027439d

View 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