-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from CVEProject/develop
Merge delta features into main branch
- Loading branch information
Showing
60 changed files
with
4,247 additions
and
6,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
"typescript.format.semicolons": "insert", | ||
"prettier.singleQuote": true, | ||
"editor.formatOnSaveMode": "modifications", | ||
"javascript.preferences.quoteStyle": "single", | ||
"typescript.preferences.quoteStyle": "single" | ||
"prettier.singleQuote": true, | ||
"typescript.format.semicolons": "insert", | ||
"typescript.preferences.quoteStyle": "single", | ||
"workbench.colorCustomizations": { | ||
"activityBar.background": "#0f1193", | ||
"activityBar.foreground": "#ffffff", | ||
}, | ||
"workbench.editor.wrapTabs": true, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@echo off | ||
node ./dist/index.js "%1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
{ | ||
"containers": { | ||
"cna": { | ||
"affected": [ | ||
{ | ||
"product": "n/a", | ||
"vendor": "n/a", | ||
"versions": [ | ||
{ | ||
"status": "affected", | ||
"version": "n/a" | ||
} | ||
] | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "ip_input.c in BSD-derived TCP/IP implementations allows remote attackers to cause a denial of service (crash or hang) via crafted packets." | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"description": "n/a", | ||
"lang": "en", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"dateUpdated": "2005-12-17T00:00:00", | ||
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", | ||
"shortName": "mitre" | ||
}, | ||
"references": [ | ||
{ | ||
"tags": [ | ||
"x_refsource_CONFIRM" | ||
], | ||
"url": "http://www.openbsd.org/errata23.html#tcpfix" | ||
}, | ||
{ | ||
"name": "5707", | ||
"tags": [ | ||
"vdb-entry", | ||
"x_refsource_OSVDB" | ||
], | ||
"url": "http://www.osvdb.org/5707" | ||
} | ||
], | ||
"x_legacyV4Record": { | ||
"CVE_data_meta": { | ||
"ASSIGNER": "cve@mitre.org", | ||
"ID": "CVE-1999-0001", | ||
"STATE": "PUBLIC" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "n/a", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_value": "n/a" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "n/a" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "eng", | ||
"value": "ip_input.c in BSD-derived TCP/IP implementations allows remote attackers to cause a denial of service (crash or hang) via crafted packets." | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "n/a" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"name": "http://www.openbsd.org/errata23.html#tcpfix", | ||
"refsource": "CONFIRM", | ||
"url": "http://www.openbsd.org/errata23.html#tcpfix" | ||
}, | ||
{ | ||
"name": "5707", | ||
"refsource": "OSVDB", | ||
"url": "http://www.osvdb.org/5707" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"cveMetadata": { | ||
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", | ||
"assignerShortName": "mitre", | ||
"cveId": "CVE-1999-0001", | ||
"datePublished": "2000-02-04T05:00:00", | ||
"dateReserved": "1999-06-07T00:00:00", | ||
"dateUpdated": "2005-12-17T00:00:00", | ||
"state": "PUBLISHED" | ||
}, | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"containers": { | ||
"cna": { | ||
"affected": [ | ||
{ | ||
"product": "n/a", | ||
"vendor": "n/a", | ||
"versions": [ | ||
{ | ||
"status": "affected", | ||
"version": "n/a" | ||
} | ||
] | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "Buffer overflow in NFS mountd gives root access to remote attackers, mostly in Linux systems." | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"description": "n/a", | ||
"lang": "en", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"dateUpdated": "2005-11-02T10:00:00", | ||
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", | ||
"shortName": "mitre" | ||
}, | ||
"references": [ | ||
{ | ||
"name": "J-006", | ||
"tags": [ | ||
"third-party-advisory", | ||
"government-resource", | ||
"x_refsource_CIAC" | ||
], | ||
"url": "http://www.ciac.org/ciac/bulletins/j-006.shtml" | ||
}, | ||
{ | ||
"name": "19981006-01-I", | ||
"tags": [ | ||
"vendor-advisory", | ||
"x_refsource_SGI" | ||
], | ||
"url": "ftp://patches.sgi.com/support/free/security/advisories/19981006-01-I" | ||
}, | ||
{ | ||
"name": "121", | ||
"tags": [ | ||
"vdb-entry", | ||
"x_refsource_BID" | ||
], | ||
"url": "http://www.securityfocus.com/bid/121" | ||
} | ||
], | ||
"x_legacyV4Record": { | ||
"CVE_data_meta": { | ||
"ASSIGNER": "cve@mitre.org", | ||
"ID": "CVE-1999-0002", | ||
"STATE": "PUBLIC" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "n/a", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_value": "n/a" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "n/a" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Buffer overflow in NFS mountd gives root access to remote attackers, mostly in Linux systems." | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "n/a" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"name": "J-006", | ||
"refsource": "CIAC", | ||
"url": "http://www.ciac.org/ciac/bulletins/j-006.shtml" | ||
}, | ||
{ | ||
"name": "19981006-01-I", | ||
"refsource": "SGI", | ||
"url": "ftp://patches.sgi.com/support/free/security/advisories/19981006-01-I" | ||
}, | ||
{ | ||
"name": "121", | ||
"refsource": "BID", | ||
"url": "http://www.securityfocus.com/bid/121" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"cveMetadata": { | ||
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", | ||
"assignerShortName": "mitre", | ||
"cveId": "CVE-1999-0002", | ||
"datePublished": "1999-09-29T04:00:00", | ||
"dateReserved": "1999-06-07T00:00:00", | ||
"dateUpdated": "2005-11-02T10:00:00", | ||
"state": "PUBLISHED" | ||
}, | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.0" | ||
} |
Oops, something went wrong.