include::../description.adoc[]
include::../ask-yourself.adoc[]
include::../recommended.adoc[]
== Sensitive Code Example
----
CorsFilter
org.apache.catalina.filters.CorsFilter
cors.allowed.origins
*
----
== Compliant Solution
[source,xml]
----
CorsFilter
org.apache.catalina.filters.CorsFilter
cors.allowed.origins
https://trusted1.org,https://trusted2.org
----
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
include::../highlighting.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]