Skip to content

Commit 5b56e9e

Browse files
authored
Merge pull request #762 from armijnhemel/doc_fixes_06062022
doc: Adviory -> Advisory
2 parents d7627ef + 8318690 commit 5b56e9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/tutorial_add_new_importer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ VulnerableCode extensively uses Package URLs to identify a package. See the
4242
purl = PackageURL(name="ffmpeg", type="deb", version="1.2.3")
4343
4444
45-
AdvioryData
45+
AdvisoryData
4646
^^^^^^^^^^^^^
4747

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

5353
AffectedPackage

docs/source/tutorial_add_new_improver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Importer
3434
Importers are responsible for scraping vulnerability data from various data sources without creating
3535
a complete relational model between vulnerabilites, their fixes and store them in a structured
3636
fashion. These data are stored in the ``Advisory`` model and can be converted to an equivalent
37-
``AdvioryData`` for various use cases.
37+
``AdvisoryData`` for various use cases.
3838
See :ref:`importer-overview` for a brief overview on importers.
3939

4040
Importer Prerequisites

0 commit comments

Comments
 (0)