File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ mainSections = ["docs"]
129129 [seo .schemas ]
130130 type = " Organization" # Organization (default) or Person
131131 logo = " favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
132- name = " Thulite " # Name of Organization or Person
132+ name = " DefectDojo " # Name of Organization or Person
133133 sameAs = [] # E.g. ["https://github.com/thuliteio/thulite", "https://fosstodon.org/@thulite"]
134134 images = [" cover.png" ] # ["cover.png"] (default)
135135 article = [] # Article sections
Original file line number Diff line number Diff line change 44# Django starts so that shared_task will use this app.
55from .celery import app as celery_app # noqa: F401
66
7- __version__ = "2.49.0 "
7+ __version__ = "2.49.1 "
88__url__ = "https://github.com/DefectDojo/django-DefectDojo"
99__docs__ = "https://documentation.defectdojo.com"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : " 2.50.0-dev"
33description : A Helm chart for Kubernetes to install DefectDojo
44name : defectdojo
5- version : 1.6.202 -dev
5+ version : 1.6.203 -dev
66icon : https://www.defectdojo.org/img/favicon.ico
77maintainers :
88 - name : madchap
You can’t perform that action at this time.
0 commit comments