This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP File Format Validation Project"
From OWASP
(→FAQs) |
|||
Line 109: | Line 109: | ||
; Why use File Format Validation to check format of a file ? | ; Why use File Format Validation to check format of a file ? | ||
: The validation using FFV is safer than validation based on the magic number, because it validates the entire file structure, including the format of the optional sections, and changes between two versions of the same format. | : The validation using FFV is safer than validation based on the magic number, because it validates the entire file structure, including the format of the optional sections, and changes between two versions of the same format. | ||
+ | |||
+ | ; What are the differences between FFV 0.1.0 and FFV > 0.1.0 ? | ||
+ | : FFV 0.1.0 is an project all in one wrote PHP, it contains : a database of assertions in XML files, a pseudo-language to write assertions, and a mechanism in PHP to make PHP script from the assertions. With FFV > 0.1.0, FFV is just a database of assertions for each files format and BIL(Binary Inspection Language - an other project) is the language to write assertions, and tests them on a file. | ||
= Acknowledgements = | = Acknowledgements = |
Revision as of 15:42, 12 September 2014
|
|
---|---|