mirror of
https://github.com/Lissy93/dashy.git
synced 2026-03-12 07:41:48 +01:00
fixing grammar
This commit is contained in:
parent
770db58afa
commit
37e85aed39
2 changed files with 23 additions and 2 deletions
|
|
@ -630,7 +630,7 @@ This widget display email addresses / aliases from addy.io. Click an email addre
|
|||
|
||||
Keep track of recent security advisories and vulnerabilities, with optional filtering by score, exploits, vendor and product. All fields are optional.
|
||||
|
||||
Source from: https://services.nvd.nist.gov/rest/json/cves/2.0
|
||||
Sources from: https://services.nvd.nist.gov/rest/json/cves/2.0
|
||||
|
||||
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/cve.png" /></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -44,4 +44,25 @@ sections:
|
|||
description: Get help with Dashy, raise a bug, or get in contact
|
||||
url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
|
||||
icon: far fa-hands-helping
|
||||
|
||||
|
||||
- name: External
|
||||
icon: far fa-rocket
|
||||
items:
|
||||
- title: GitHub
|
||||
description: 'Personal repositories, issues, and project source code'
|
||||
icon: fab fa-github
|
||||
url: 'https://github.com/ricardodemauro/OctoputsHead.AI'
|
||||
target: newtab
|
||||
- title: GitLab
|
||||
description: 'Personal repositories, CI/CD pipelines, and issue tracking'
|
||||
icon: fab fa-gitlab
|
||||
url: 'https://gitlab.com/'
|
||||
target: newtab
|
||||
|
||||
- name: Today
|
||||
icon: far fa-smile-beam
|
||||
widgets:
|
||||
- type: cve-vulnerabilities
|
||||
options:
|
||||
limit: 2
|
||||
cvssV2Severity: LOW
|
||||
Loading…
Reference in a new issue