Allocamelus / Allocamelus

Use interpolation expressions instead of the v-html attribute JS-0693
Security
Major
1 occurrence in this check
'v-html' directive can lead to XSS attack
 55            dynamicContent ? ['text-lg', 'sm:text-xl'] : '',
 56          ]"
 57          @click="toPost"
 58          v-html="purifiedContent /* skipcq: JS-0693 */" 59        ></div>
 60        <div
 61          v-if="post.media"