Commit Graph

66 Commits

Author SHA1 Message Date
Prince Chaddha
0abca2e182 Add CVE enhancement workflow
Automatically adds missing impact and remediation fields to CVE templates using ProjectDiscovery API.

- Runs on PRs modifying CVE YAML files
- Fetches data from api.projectdiscovery.io
- Minimal dependencies (requests only)
- Commits directly to PR branch
2025-12-15 18:11:36 +05:30
Luís Teles
25315c7c1d Update unavailable documentation URLs 2025-11-26 23:50:01 +00:00
Prince Chaddha
e8a4c9d462 Added KEV and vKEV stats - README.md 2025-11-24 22:03:56 +04:00
Prince Chaddha
9a94bdccb7 Fixed vKEV workflow 2025-09-24 14:01:01 +08:00
Prince Chaddha
3ccd71dc1c Enhance KEV workflow with VulnCheck vKEV support
- Replace KEV script with enhanced version supporting both CISA KEV and VulnCheck vKEV tags
- Add 371 missing vKEV tags for CVEs tracked by VulnCheck but not in CISA catalog
- Update workflow name and descriptions to reflect enhanced functionality
- Found 276 additional exploited vulnerabilities through VulnCheck data
- Maintain backward compatibility with existing KEV tags
2025-09-17 08:45:16 +08:00
Prince Chaddha
896b3b79dc Fix KEV workflow to use tags field only (remove vKEV)
- Removed all vKEV functionality as requested
- Fixed KEV script to only add 'kev' to tags field (not metadata)
- Simplified workflow to focus on CISA KEV catalog only
- Script now correctly adds/removes kev tags in tags field
- Removed VulnCheck API integration placeholder

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 12:40:47 +05:30
Prince Chaddha
32aa6850ce Add GitHub Actions workflow for daily KEV tag updates
- Created kev-update.yml workflow that runs daily at 3:00 AM UTC
- Added update-kev.py script that fetches CISA KEV catalog
- Automatically adds kev tags and metadata to CVE templates in CISA KEV catalog
- Includes placeholder for VulnCheck KEV (vkev) integration
- Processes 1400+ CISA KEV entries and updates templates accordingly
- Includes safeguards to prevent removal of valid KEV tags

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 11:48:13 +05:30
Prince Chaddha
1ef048433c Add GitHub Actions workflow for daily EPSS score updates
- Created epss-update.yml workflow that runs daily at 2:00 AM UTC
- Added update-epss.py script that fetches EPSS scores from FIRST API
- Automatically updates all CVE templates with latest EPSS scores and percentiles
- Includes rate limiting and error handling for API requests
- Processes over 3000+ CVE templates in batches

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 11:29:08 +05:30
Prince Chaddha
92687f09ec added readme templates 2025-08-05 17:25:39 -07:00
Prince Chaddha
e64cca4a82 fixed workflow to update other readme files 2025-08-05 13:05:44 -07:00
Prince Chaddha
530fcd7e65 Update assign_tasks.py 2025-02-10 18:21:13 +05:30
Prince Chaddha
6ea504ee69 Update assign_tasks.py 2024-08-19 13:15:38 -04:00
Dwi Siswanto
dc7c671965 ci: use composite actions
Signed-off-by: Dwi Siswanto <git@dw1.io>
2024-08-05 09:48:40 +07:00
Prince Chaddha
c036aaf9c8 updated wordpress github action 2024-06-25 13:12:36 +04:00
Dhiyaneshwaran
beeba1b4c3 Revert "Update wordpress-plugins-update.py" 2024-06-20 09:39:48 +05:30
Dhiyaneshwaran
6f8c1cc871 Update wordpress-plugins-update.py 2024-06-20 09:31:44 +05:30
Prince Chaddha
3ab3350221 Update wordpress-plugins-update.py 2024-06-18 21:12:30 +04:00
Prince Chaddha
a8b70a24ea Update wordpress-plugins-update.py 2024-06-18 21:06:05 +04:00
Prince Chaddha
7d5d48304d Update wordpress-plugins-update.py 2024-06-18 20:45:37 +04:00
Prince Chaddha
e14722ccd7 Update wordpress-plugins-update.py 2024-06-18 20:35:49 +04:00
y0no
c4854fc561 Remove trailing slash from URL 2024-06-18 17:23:08 +02:00
y0no
4d1c505aa4 Remove debug line 2024-06-18 17:22:09 +02:00
y0no
8e9ad033b2 Fix wordpress plugins update script 2024-06-18 17:21:19 +02:00
y0no
56ec740cec Fix wordpress plugins update script 2024-06-18 17:17:46 +02:00
Prince Chaddha
97ab030fcf Update assign_tasks.py 2024-03-17 09:28:07 +05:30
Prince Chaddha
89e3e42492 Update assign_tasks.py 2023-11-27 16:13:25 +05:30
Prince Chaddha
44bf8a9169 Update assign_tasks.py 2023-11-27 14:51:33 +05:30
Parth Malhotra
a1be3e9931 Update yaml2json.go - fix #8172 2023-09-26 10:07:37 +05:30
dependabot[bot]
a2652caeb0 ⬆️ Bump certifi from 2022.9.24 to 2023.7.22 in /.github/scripts (#7828)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 17:39:17 +05:30
Prince Chaddha
8d401ac4c7 auto-assign bot (#7524)
* auto-assign

* Create assign_tasks.py

* Update auto_assign.yml

* Update assign_tasks.py
2023-06-23 18:04:35 +05:30
Prince Chaddha
e0af666e1c Refactoring the directory structure based on protocols (#7137)
* moving http templates

* updated cves.json

* moved network CVEs

* updated scripts

* updated workflows

* updated requests to http

* replaced network to tcp

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-04-27 09:58:59 +05:30
Parth Malhotra
68d829f978 Fix path 2023-01-31 20:15:06 +05:30
Parth Malhotra
a32b1cf0ac Add script to extract metadata of cve templates to json
For nuclei cve linker extension

usage : 
go run yaml2json.go ~/nuclei-templates/cves/ cves.json
2023-01-18 10:04:11 +07:00
Ricardo Maia
631656eee2 Fix error in WordPress Plugin Update workflow (#6441)
* Removing redirect property - Closes #6431

* Fix worflow error when updating WP Plugin template

* update wordpress-plugins-update.yml
2022-12-29 14:04:11 +05:30
Ricardo Maia
d727037350 Removing redirect property - Closes #6431 (#6433) 2022-12-28 01:05:40 +05:30
Sandeep Singh
c06f2dbf73 template path fix in workflow (#6432) 2022-12-26 21:23:08 +05:30
Ricardo Maia
b34eb17547 WordPress Plugins Update Workflow (#6424)
* WordPress Plugins Update Workflow

* Changing commit message
2022-12-26 21:12:39 +05:30
Sandeep Singh
88358b01b9 added contribution stats 2021-12-20 21:23:44 +05:30
sandeep
3fb9dd230f readme update 2021-09-17 19:19:05 +05:30
sandeep
76259204a7 Update README.tmpl 2021-07-20 18:35:07 +05:30
sandeep
a071981bee readme update 2021-07-20 18:33:13 +05:30
Dwi Siswanto
6d315e62b5 Using variable for heading instead 2021-07-20 14:57:07 +07:00
Dwi Siswanto
31bae65ed1 Add getting top 10 function 2021-07-20 14:50:15 +07:00
Dwi Siswanto
2d95c8dbfc Update README template to call get top 10 2021-07-20 14:49:43 +07:00
Niels Hofmans
0dacd56567 chore: rephrase 2021-07-20 08:35:06 +02:00
sandeep
32e412191c misc changes 2021-06-13 16:10:39 +05:30
sandeep
3cd11581b9 readme update 2021-04-08 23:48:26 +05:30
sandeep
b4bcc6de42 Update README.tmpl 2021-03-18 17:01:25 +05:30
sandeep
808aa47da0 Update README.tmpl 2021-03-17 15:39:30 +05:30
sandeep
9243fcda89 Update README.tmpl 2021-02-17 17:19:54 +05:30