Prince Chaddha
6664fbe61c
updated autoassign
2025-09-23 11:57:46 +08:00
Prince Chaddha
3e394fa4b7
fix: update Go version to 1.24 in Windows job
2025-09-18 00:14:05 +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
Dhiyaneshwaran
01d6c8dc80
Merge pull request #13134 from projectdiscovery/dependabot/github_actions/main/actions/github-script-8
...
chore(deps): bump actions/github-script from 7 to 8
2025-09-08 02:17:43 -07:00
Dhiyaneshwaran
1f0fbcdf28
Merge pull request #13135 from projectdiscovery/dependabot/github_actions/main/actions/setup-go-6
...
chore(deps): bump actions/setup-go from 5 to 6
2025-09-08 02:15:58 -07:00
dependabot[bot]
d72986d1e9
chore(deps): bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 05:05:30 +00:00
dependabot[bot]
032d0c552f
chore(deps): bump actions/setup-go from 5 to 6
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 05:05:24 +00:00
dependabot[bot]
36d81eb0a9
chore(deps): bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 05:05:21 +00:00
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
dependabot[bot]
73b072eb95
chore(deps): bump actions/checkout from 4 to 5 ( #12916 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-24 15:16:02 +05:30
pussycat0x
18e2182a31
Merge pull request #12802 from projectdiscovery/update-readme-workflow
...
fixed workflow to update other readme files
2025-08-13 12:30:51 +07:00
Sandeep Singh
dec92ec6cd
Update tests.yml
2025-08-13 03:42:40 +05:30
Prince Chaddha
e64cca4a82
fixed workflow to update other readme files
2025-08-05 13:05:44 -07:00
Prince Chaddha
8874a7306b
Update autoassign.yml
2025-06-20 19:39:08 +08:00
Dwi Siswanto
13c4fd4c0c
chore: update PAT secret name ( #12335 )
...
* chore: update PAT secret name
Signed-off-by: Dwi Siswanto <git@dw1.io >
* chore: rm template-db-indexer workflow
Signed-off-by: Dwi Siswanto <git@dw1.io >
---------
Signed-off-by: Dwi Siswanto <git@dw1.io >
2025-06-13 19:56:29 +05:30
Dwi Siswanto
06a2069ee4
ci(new-templates): remove reusable sync job ( #12229 )
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2025-06-03 13:16:22 +05:30
Dwi Siswanto
c506f878b4
ci: remove templates-sync workflow ( #12225 )
2025-06-02 13:33:06 +05:30
Dwi Siswanto
3452beebf7
hotfix: missing input to setup nuclei in workflows
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-12-21 02:53:13 +07:00
dependabot[bot]
d045006ba2
chore(deps): bump actions/setup-go from 4 to 5 ( #11280 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 21:59:26 +05:30
Tarun Koyalwar
d0845c00af
merge workflow and only resign windows templates
2024-12-01 19:24:28 +05:30
Tarun Koyalwar
d7f8e11b55
on demand windows resign
2024-12-01 18:52:08 +05:30
Tarun Koyalwar
0af4ea9c53
resign all with windows
2024-12-01 18:30:10 +05:30
Tarun Koyalwar
24100d8c3e
update template sign workflow
2024-12-01 18:08:57 +05:30
sandeep
6c3e60e14c
added GH token env
2024-11-06 03:15:46 +05:30
Dwi Siswanto
ca0a94df7f
ci(tests): fix resource not accessible by integration
...
by adding these permission:
* `issues: write`
* `pull-requests: write`
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-11-04 13:31:56 +07:00
Parth Malhotra
5b05d6ed71
Update cve2json.yml
2024-10-03 22:35:05 +05:30
Dwi Siswanto
a90f527c2e
ci(new-templates): fix incorrect latest tag selection ( #10846 )
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-09-26 18:36:50 +07:00
Dhiyaneshwaran
c31dce6f3b
Merge pull request #10654 from projectdiscovery/dwisiswant0/ci/new-templates/rm-pull-cmd
...
ci(new-templates): rm `git pull` command
2024-09-02 17:50:30 +05:30
Dwi Siswanto
6f99e0c80f
ci(new-templates): rm git pull command
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-09-02 18:03:33 +07:00
Dwi Siswanto
6928a40380
ci(readme-update): fix incorrect action ref
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-09-02 18:01:05 +07:00
Dwi Siswanto
4a395efc4a
ci(wordpress-plugins-update): fix no such device or address ( #10646 )
...
By removing `actions/checkout` inputs.
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-09-02 13:34:44 +07:00
Dwi Siswanto
80afa806aa
ci(wordpress-plugins-update): update Git config ( #10617 )
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-28 12:59:06 +05:30
Prince Chaddha
7d575fa232
Rename tests.yaml to tests.yml
2024-08-16 14:48:49 -07:00
Prince Chaddha
d2f39dfc8a
renamed templates-sync.yaml to templates-sync.yml
2024-08-16 14:48:11 -07:00
Dwi Siswanto
b053c077c8
Revert "Syncing Templates"
...
This reverts commit 14cb940a59 .
2024-08-16 15:53:39 +07:00
Dwi Siswanto
b151ec089e
ci(new-templates): fix non-templates added to new additions list
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-14 11:39:46 +07:00
[PDBot]
de16618220
Syncing Templates
2024-08-14 04:18:25 +00:00
[PDBot]
14cb940a59
Syncing Templates
2024-08-14 04:17:49 +00:00
Dwi Siswanto
389fb09933
Revert "ci(template-checksum): debug use master branch"
...
This reverts commit fcfb2acb91 .
2024-08-14 08:47:51 +07:00
Dwi Siswanto
fcfb2acb91
ci(template-checksum): debug use master branch
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-14 08:40:59 +07:00
Dwi Siswanto
a7ee357d5e
ci(template-checksum): debug checksum status
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-14 08:34:06 +07:00
Dwi Siswanto
8e03670615
ci(template-sign): actions/commit with dot files input
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-14 08:32:37 +07:00
Dwi Siswanto
37f400bf55
ci(templates-sync): fix missing a on.workflow_call trigger
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-14 08:30:43 +07:00
Dwi Siswanto
a0fcc7b305
ci: pull on specific ref ( #10500 )
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-09 06:49:33 +07:00
Dwi Siswanto
261e0062a1
ci: fix incorrect input
...
Signed-off-by: Dwi Siswanto <git@dw1.io >
2024-08-09 04:07:20 +07:00
[PDBot]
d358e22f09
Syncing Templates
2024-08-08 20:53:22 +00:00
sandeep
4fff33468b
typo fix
2024-08-08 13:16:18 -07:00
Sandeep Singh
5b40716b32
Merge pull request #10455 from projectdiscovery/ci/use-composite-actions
...
ci: use composite actions
2024-08-09 01:38:39 +05:30
sandeep
14bd5ec4d0
Revert "misc update"
...
This reverts commit 29d5c82ea3 .
2024-08-08 12:59:59 -07:00