sduc
7029741338
[DRAFT] Annotate CVE: add configurations metadata ( #3486 )
...
* improve annotate to use new nvd apis
* annotate
* improvements
* fix mod files
* fetch EPSS and only write CPE
* lint fixes
---------
Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-04-12 16:19:49 +05:30
xm1k3
886fdcf0a9
started move to retryablehttp
2023-03-02 14:54:01 +01:00
vrenzolaverace
2aaf2a2158
Use utils helpers libraries ( #2809 ) ( #2810 )
...
* Use utils helpers libraries (#2809 )
* Use utils helpers libraries (#2809 )
2022-11-07 01:54:23 +05:30
dependabot[bot]
1783207803
chore(deps): bump github.com/projectdiscovery/stringsutil from 0.0.1 to 0.0.2 in /v2 ( #2751 )
...
* chore(deps): bump github.com/projectdiscovery/stringsutil in /v2
Bumps [github.com/projectdiscovery/stringsutil](https://github.com/projectdiscovery/stringsutil ) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/projectdiscovery/stringsutil/releases )
- [Commits](https://github.com/projectdiscovery/stringsutil/compare/v0.0.1...v0.0.2 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/stringsutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* updating function name
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
2022-10-25 09:32:35 +02:00
sullo
69709326d8
Add secunia to bad site list ( #2516 )
2022-08-30 12:29:30 +05:30
Mzack9999
30054d1fb6
Adding advanced template filtering ( #2374 )
...
* Adding advanced template filtering
* fixing bug in slice
* refactoring tests
* adding test cases
* increasing error verbosity
* fixing quoted fields with spaces
* adding more test cases
* fixing merge error
* fixing lint errors
* switching to []string
* updating tag filter tests
* updating functional tests
* fixing functional test cases
* updating syntax
2022-08-25 16:52:08 +05:30
Ice3man
275425589a
Added reference based tag addition to templates ( #2464 )
...
* Added reference based tag addition to templates
* reference mapping list update
* Misc changes as per review
Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-08-22 18:11:08 +05:30
Ice3man
67d5769cd9
Added initial catalog interface implementation ( #2318 )
...
* Added initial catalog interface implementation
* Added OpenFile to Catalog + disk catalog implementation
* Fixed merge issues
Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-08-10 11:05:58 -07:00
Ice3man
a3eb5ebd4c
Added CISA KEV annotation support to cve-annotate ( #2323 )
...
* Added CISA KEV annotation support to cve-annotate
* Fixed lint errors
2022-07-21 21:30:15 +05:30
sullo
fd9c865416
Add new sites to ban list ( #2215 )
...
* Add new sites to ban list
* ntelbras.com/
* andmp.com/
* blacklanternsecurity.com/
* pwnwiki.org/
* 0dayhack.net/
* correkt.horse/
* poc.wgpsec.org
* ctf\-writeup.revers3c.com/
* Update cve-annotate to use a contains instead of regex, as it's slightly faster
* Tighten up matchers a little
* small refactor
* Remove lead / from skip domains
Remove stray debug printf
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-07-08 20:28:22 +05:30
sullo
a5fd6b79ab
Skip dead sites in reference annotation ( #2156 )
...
* Typo
* * Add list of dead reference sites
* Skip dead sites when annotating references
* Tighten up site regexes
* Lint cleanup
* One last url regex cleanup
* small code optimization
* using raw strings for regexes
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-06-14 11:04:00 +05:30
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