mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
Docs: Added CMake to landing page, and links to Autoconf and CMake. Added missing analyzers to analyzers list. Shortened my analyzer URLs, though not all in site index yet.
This commit is contained in:
10
src/site/markdown/analyzers/python.md
Normal file
10
src/site/markdown/analyzers/python.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