Skip to content

Commit

Permalink
Merge pull request #762 from armijnhemel/doc_fixes_06062022
Browse files Browse the repository at this point in the history
doc: Adviory -> Advisory
  • Loading branch information
pombredanne authored Jun 8, 2022
2 parents d7627ef + 8318690 commit 5b56e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorial_add_new_importer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ VulnerableCode extensively uses Package URLs to identify a package. See the
purl = PackageURL(name="ffmpeg", type="deb", version="1.2.3")
AdvioryData
AdvisoryData
^^^^^^^^^^^^^

``AdvisoryData`` is an intermediate data-format,
it is expected, that your importer converts the raw scraped data into ``AdvisoryData`` objects.
All the fields in ``AdvioryData`` dataclass are optional, it is the importer's resposibility to
All the fields in ``AdvisoryData`` dataclass are optional, it is the importer's resposibility to
ensure that it must contain meaningful information about a vulnerability.

AffectedPackage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial_add_new_improver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Importer
Importers are responsible for scraping vulnerability data from various data sources without creating
a complete relational model between vulnerabilites, their fixes and store them in a structured
fashion. These data are stored in the ``Advisory`` model and can be converted to an equivalent
``AdvioryData`` for various use cases.
``AdvisoryData`` for various use cases.
See :ref:`importer-overview` for a brief overview on importers.

Importer Prerequisites
Expand Down

0 comments on commit 5b56e9e

Please sign in to comment.