Skip to content

Commit

Permalink
Update README.md: Fix section_handler links again
Browse files Browse the repository at this point in the history
  • Loading branch information
sustefil authored Apr 20, 2022
1 parent 4f0cf36 commit 140c145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ We follow the official OASIS specifications in order to provide as much acceptan
The converter uses lxml.objectify to parse the whole input document.

Parsing and conversion of the following [CSAF CVRF 1.2](https://docs.oasis-open.org/csaf/csaf-cvrf/v1.2/cs01/csaf-cvrf-v1.2-cs01.html) XML elements are handled by separate section handlers. These section handlers process the elements recursively (converting also all their sub-elements). These elements are the direct children of the root XML element (`<cvrfdoc>`).
- DocumentTitle, DocumentType, DocumentDistribution, AggregateSeverity -> [`DocumentLeafElements`](blob/main/cvrf2csaf/section_handlers/document_leaf_elements.py) handler
- DocumentPublisher -> [`DocumentPublisher`](cvrf2csaf/section_handlers/document_leaf_elements.py) handler
- DocumentTitle, DocumentType, DocumentDistribution, AggregateSeverity -> [`DocumentLeafElements`](cvrf2csaf/section_handlers/document_leaf_elements.py) handler
- DocumentPublisher -> [`DocumentPublisher`](cvrf2csaf/section_handlers/document_publisher.py) handler
- DocumentTracking -> [`DocumentTracking`](cvrf2csaf/section_handlers/document_tracking.py) handler
- DocumentNotes -> [`Notes`](cvrf2csaf/section_handlers/notes.py) handler
- DocumentReferences -> [`References`](cvrf2csaf/section_handlers/references.py) handler
Expand Down

0 comments on commit 140c145

Please # to comment.