diff --git a/src/site/markdown/analyzers/python-analzyer.md b/src/site/markdown/analyzers/python-analzyer.md new file mode 100644 index 000000000..af77720aa --- /dev/null +++ b/src/site/markdown/analyzers/python-analzyer.md @@ -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