Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/Documentation/Summarizer/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# summarize_documentation

**NOTICE**: This utility is temporarily disabled because of a dependency on PyYAML, which is vulnerable to [CVE-2020-14343](https://access.redhat.com/security/cve/cve-2020-14343).
`requirements-disabled.txt` should be renamed back to `requirements.txt` and this notice removed when the CVE is resolved.

---

This utility summarizes Markdown documentation gathered from one or more compilation units,
producing namespace and TOC files from the gathered documentation.

Expand Down
3 changes: 0 additions & 3 deletions src/Documentation/Summarizer/requirements-disabled.txt

This file was deleted.

4 changes: 4 additions & 0 deletions src/Documentation/Summarizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python-frontmatter
click
ruamel-yaml
pyyaml>=5.4 # This version resolves CVE-2020-14343