diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-21 21:26:21 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-21 21:26:21 +0000 |
| commit | 74d2d3afebad25d1eff7b9bd795ac02c974fa238 (patch) | |
| tree | 188b23a66f535ebfdcf36361a87a4b9e8bb94761 /docutils/test/functional/input | |
| parent | cec4eb950d8c2390f07d6b463041f53853bab00f (diff) | |
| download | docutils-74d2d3afebad25d1eff7b9bd795ac02c974fa238.tar.gz | |
Added settings: ``file_insertion_enabled`` & ``raw_enabled``.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/dangerous.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docutils/test/functional/input/dangerous.txt b/docutils/test/functional/input/dangerous.txt new file mode 100644 index 000000000..2c1e55251 --- /dev/null +++ b/docutils/test/functional/input/dangerous.txt @@ -0,0 +1,13 @@ +Potentially dangerous features (security holes): + +.. include:: /etc/passwd +.. raw:: html + :file: /etc/passwd +.. raw:: html + :url: file:///etc/passwd +.. raw:: html + + <script> + that does something really nasty + </script> + |
