-
Notifications
You must be signed in to change notification settings - Fork 36
add path datatype to allow for proper path comparisons #97
Comments
Since there are no restrictions on how a path can be represented, both |
Would the addition of a path datatype resolve this issue? |
PROBLEM: ISSUES: 2- Cannot use the native OS concept of a path. 3- Regular expressions are widely used to search paths. Due to the above issues, I think that correcting the handling of paths in OVAL |
all file related objects that have a path entity need to clearly state that a
trailing path separator is required when an equality operation is specified. In
addition to the documentation fix, a Schematron rule can be added to ensure that
when the operation is 'equals' the path entity value ends in a path separator.
The text was updated successfully, but these errors were encountered: