santa icon indicating copy to clipboard operation
santa copied to clipboard

Update SNTPolicyProcessor to use a map

Open pmarkowsky opened this issue 1 year ago • 0 comments
trafficstars

This PR refactors SNTPolicyProcessor to use a flat_hash_map instead of the switch statement.

This is being done for two reasons:

  1. To make it easier to add rules in the future or change the states
  2. In preparation for more advanced rules e.g. something to solve #1200

pmarkowsky avatar Mar 08 '24 21:03 pmarkowsky