You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two areas I found in which we use "whitelist" / "blacklist" instead of alternatives:
User Agent "blacklist" heuristic
For this the heuristic name is written to the alerts db so we either need to remap the historical data to the new name or be okay with our dashboards having a mix of both for some time.
Iprepd "whitelist"
For this, we need to change the datastore namespace as well but since there's so few objects (3) in it its a relatively easy migration.
We also need to change the slackbot code so we rename the slash command as well.
The text was updated successfully, but these errors were encountered:
Two areas I found in which we use "whitelist" / "blacklist" instead of alternatives:
User Agent "blacklist" heuristic
For this the heuristic name is written to the alerts db so we either need to remap the historical data to the new name or be okay with our dashboards having a mix of both for some time.
Iprepd "whitelist"
For this, we need to change the datastore namespace as well but since there's so few objects (3) in it its a relatively easy migration.
We also need to change the slackbot code so we rename the slash command as well.
The text was updated successfully, but these errors were encountered: