|
|
|
|
|
by Ukv
702 days ago
|
|
A summary, to my understanding: * Their software reads config files to determine which behavior to monitor/block * A "problematic" config file made it through automatic validation checks "due to a bug in the Content Validator" * Further testing of the file was skipped because of "trust in the checks performed in the Content Validator" and successful tests of previous versions * The config file causes their software to perform an out-of-bounds memory read, which it does not handle gracefully |
|
that's crazy. How costly can it be to test the file fully in a CI job? I fail to see how this wasn't implemented already.