Skip to content
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
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