As of now in warning rules we have the options to choose an excluded tag and its validity.
Those fields are going to be replaced by exclusion regexes. Exclusion regexes are a list of regexes that applies on the pattern of the indicator and that, if matching, will prevent the warning from being created.
Here's an example of what this field could look like:
[
"http(s)?://drive\.google\.com/file/d/",
"http(s)?://www.dropbox.com/s/"
]
A few elements:
`Excluded tag validity
must be removed