ASD-Blueprint / ASD-Blueprint-for-Secure-Cloud

Website for ASD's Blueprint for Secure Cloud
Other
59 stars 20 forks source link

Regex patterns that include a "|" in tables are causing missed information #9

Open martincaddick opened 7 months ago

martincaddick commented 7 months ago

Pipe between ACCESS and CAVEAT needs to be escaped.

https://github.com/ASD-Blueprint/ASD-Blueprint-for-Secure-Cloud/blob/main/content/en/configuration/purview/information-protection/auto-labeling/incoming-protected-email.md?plain=1

Item Value
Subject matches pattern Regular expression: (?im)(SEC=PROTECTED)(?!\u002C\s[ACCESS|CAVEAT])
raw-view
JollyRaccoon4 commented 7 months ago

Thanks @martincaddick, you are definitely correct, and we can see that this is causing rendering issues on the web page - We will add this as a bug for correction in a future release.

Really appreciate your ongoing engagement on the Blueprint - please do continue to reach out with any further issues/queries etc.

martincaddick commented 7 months ago

np @JollyRaccoon4 , Sorry, here's another one. image