From ff7027439d07679b0b2cd2319502e0eb0f162747 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 29 Apr 2015 16:12:30 -0400 Subject: [PATCH] initial version of Python Analyzer documentation Former-commit-id: acf1de698829521f47299b12e6f44b30675a3bec --- src/site/markdown/analyzers/python-analzyer.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/site/markdown/analyzers/python-analzyer.md 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