- Open Vulnerability and Assessment Language -
Deprecation Report


< filemd5_item >

Deprecated As Of Version: 5.1
Reason: Replaced by the filehash_item entity. The filehash_item entity should be used to allow for the verification of both MD5 and SHA1 hashes. See the filehash_item.
Comment: This entity has been deprecated and will be removed in version 6.0 of the language.

This element stores md5 hash associated with a specific file.



< textfilecontent_item >

The textfilecontent_item looks at the contents of a text file (aka a configuration file) by looking at individual lines.

Child Elements Deprecation Info
line

The line element represents a line in the file and is represented using a regular expression.

Deprecated As Of Version: 5.4
Reason: Due to the fact that the TextFileContent54_test supports multi-line pattern matching, the line entity is no longer needed.
Comment: This entity has been deprecated and will be removed in version 6.0 of the language.