Why is this an issue?

Pragma protect directives should not define unknown keywords.

How to fix it

Code examples

Noncompliant code example

`pragma protect blabla="toto"

Compliant solution

`pragma protect author="toto"