Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Jul 12, 2018
1 parent 7f35921 commit 092012f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- 3.6

install:
- pip install sphinx sphinx_rtd_theme
- pip install -r requirements.txt

script:
- make ${TARGET}
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
@@ -0,0 +1,2 @@
Sphinx==1.7.4
sphinx-rtd-theme==0.4.0
3 changes: 2 additions & 1 deletion src/cve/2018-8007.rst
Expand Up @@ -35,7 +35,8 @@ bypassing the backlist of configuration settings that are not allowed to be
modified via the HTTP API.

This privilege escalation effectively allows a CouchDB admin user to gain
arbitrary remote code execution, bypassing :ref:`CVE-2017-12636 <cve/2017-12636>`
arbitrary remote code execution, bypassing
:ref:`CVE-2017-12636 <cve/2017-12636>`

Mitigation
==========
Expand Down

0 comments on commit 092012f

Please sign in to comment.