All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.fences.xml Maven / Gradle / Ivy

There is a newer version: 2024-02-26
Show newest version
<!-- See http://mikesamuel.github.io/fences-maven-enforcer-rule/configuration.html -->
<configuration>
  <package>
    <name>com.google.common.html.types</name>
    <class>
      <name>UncheckedConversions</name>
      <trusts>com.google.template.soy.data.SanitizedContent</trusts>
    </class>
  </package>
  <package>
    <name>com.google.template.soy.data</name>
    <class>
      <name>UnsafeSanitizedContentOrdainer</name>
      <method>
        <name>ordainAsSafe</name>
        <distrusts>*</distrusts>
        <trusts>com.google.template.soy.basicdirectives.BasicDirectivesRuntime</trusts>
        <trusts>com.google.template.soy.bididirectives.BidiDirectivesRuntime</trusts>
        <trusts>com.google.template.soy.bidifunctions.BidiDirAttrFunction</trusts>
        <trusts>com.google.template.soy.coredirectives.CoreDirectivesRuntime</trusts>
        <trusts>com.google.template.soy.data.SanitizedContent</trusts>
        <trusts>com.google.template.soy.data.UnsafeSanitizedContentOrdainer</trusts>
        <trusts>com.google.template.soy.data.ordainers.GsonOrdainer</trusts>
        <trusts>com.google.template.soy.data.ordainers.JsIdentifierOrdainer</trusts>
        <trusts>com.google.template.soy.data.ordainers.JsonOrdainer</trusts>
        <trusts>com.google.template.soy.jbcsrc.MethodRef</trusts>
        <trusts>com.google.template.soy.jbcsrc.api.Continuations</trusts>
        <trusts>com.google.template.soy.jbcsrc.runtime.DetachableContentProvider</trusts>
        <trusts>com.google.template.soy.jbcsrc.runtime.JbcSrcRuntime$EscapedCompiledTemplate</trusts>
        <trusts>com.google.template.soy.shared.restricted.Sanitizers</trusts>
        <trusts>com.google.template.soy.sharedpasses.render.RenderVisitor</trusts>
        <trusts>com.google.template.soy.tofu.internal.BaseTofu$RendererImpl</trusts>
        <trusts>com.google.template.soy.tofu.internal.BaseTofu</trusts>
        <!--
          Template code generated by the Soy JBC-src backend can ordain as safe.
          Only strict templates ordain.
        -->
        <trusts>com.google.template.soy.jbcsrc.gen</trusts>
        <rationale>
          ordainAsSafe(...) can be used to create values that violate
          security type contracts.  https://goo.gl/1JTTHd
        </rationale>
      </method>
    </class>
  </package>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy