-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Add CPE function for unquoting WNF attribute values
Currently the CPE parsing model stores quoted well-formed CPE name (WNF) attribute values. This is not ideal for using them in the application logic. For example a version attribute will always return something like `"1\.2\.3"` as it's value. Therefore add a new function that allows to convert these values into their unquoted form.
- Loading branch information
1 parent
be2b808
commit f3723d0
Showing
2 changed files
with
51 additions
and
0 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