f5devcentral / f5-corkscrew

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

[BUG] make sure all logic checks for null values and continues accordingly #1

Closed DumpySquare closed 3 years ago

DumpySquare commented 4 years ago

Review all application parsing logic and refactor to make sure any null values are skipped accordingly.

If a regex doesn't capture a configuration item, processing should skip it and continue to prevent the entire job from failing. Something is better than nothing...

DumpySquare commented 3 years ago

Made several recent changes stepping in this direction. Will close when I've had a more thorough look.

DumpySquare commented 3 years ago

This should be good for now