mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 03:05:04 -06:00
64512c1c90
Previously it would pass a reference to the status map on the plugin, which is potentially dangerous as the map can be changed (happens explicitly on plugin reconfigure). This now gives each bulk listener their own copy of the map. Fixes: #1962 Signed-off-by: Patrick East <east.patrick@gmail.com>