f5devcentral / f5-corkscrew

TMOS parser and application extractor
Apache License 2.0
13 stars 3 forks source link

[BUG] missing parent objects at end of file #26

Closed DumpySquare closed 1 year ago

DumpySquare commented 1 year ago

Found a bug that was causing the initial parent tmos abstraction regex to miss the last object in the file.

Updated the regex and added '---end---' to the end of the file just prior to parsing.

DumpySquare commented 1 year ago

completed