Skip to content

Commit

Permalink
chore: add security.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed May 5, 2024
1 parent b8ad656 commit 5647ed6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Reporting a Vulnerability

To report a vulnerability, please [create issue](https://github.com/azabroflovski/tiny-dialogue/issues/new).

While the discovery of new vulnerabilities is rare, we also recommend always using the latest versions
of `tiny-dialogue` and its official companion libraries to ensure your application remains as secure as possible.

Please note that we do not consider XSS via template expressions a valid attack vector, because
it can only happen if the user intentionally uses untrusted content as template compilation source.
This is similar to knowingly pasting untrusted scripts into a browser console. We explicitly warn users
against using untrusted content as template compilation source in our documentation.

0 comments on commit 5647ed6

Please sign in to comment.