-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated documentation for #2448 - PE Analyzer
- Loading branch information
1 parent
6048195
commit d1727be
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
PE Analyzer | ||
============== | ||
|
||
OWASP dependency-check includes an analyzer that scans PE dll and exe files and | ||
collect as much information it can about the files as it can. The information collected | ||
from the PE headers and 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: EXE, DLL |