12 Commits

Author SHA1 Message Date
Mzack9999
3d03be8183
Appending new references to existing ones (#1881)
* Adding support to append new references

* go modules

* improving reference detection

* replacing raw string manipulation with yaml lib

* standardizing description appearance

* omitting empty fields

* adding missing remediation and metadata

* misc update

* Limit max references to 5 + fixed variables section in templates

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
Co-authored-by: Ice3man <nizamulrana@gmail.com>
2022-05-14 17:36:48 +05:30
Ice3man
014b260448 Migrated Ice3man543/nvd to organization repo 2022-03-14 12:37:43 +05:30
mzack
6746071979 Refactoring file templates to handle large files in chunks + removing deprecated io methods 2022-02-23 13:54:46 +01:00
mzack
d27239e953 Fixing CVE annotate crash 2021-12-20 12:17:04 +01:00
forgedhallpass
ec6889931d refactor: linter driven fixes
* x = x + ""  => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
forgedhallpass
4bccb6cf8a fix: File and directory creation permission changes
Directories: 0755 (5 - group and other can read cd into the directory and read it's content)
Files: 0644 (4 - group and other can only read the created files)
Tests files: 0777
2021-11-25 14:37:57 +02:00
sandeep
bfb0a994d8 additional-fields to metadata 2021-09-16 21:16:47 +05:30
Ice3man543
e07123e6ca misc 2021-09-10 23:21:25 +05:30
Ice3man543
404021811b Fixed a panic with cve-annotate 2021-09-10 20:20:10 +05:30
Ice3man543
b25188ab4f Misc 2021-09-10 17:01:59 +05:30
Ice3man543
6012994405 Misc changes to reporting 2021-09-09 19:56:39 +05:30
Ice3man543
7f2b0da53c Added cve-annotate helper 2021-09-09 18:55:25 +05:30