importOperators() should be run atomically with rebuildCaches() to make sure addressCache is up-to-date with the new operators
Handle WatchPug Vulnerability details Given that importOperators will change operators, and addressCache will not be updated until rebuildCaches is called separately. To ensure addressCache is up-to-date, importOperators should be run atomically with rebuildCaches. Recommendation Consider changin...