Commit Graph

936 Commits (patch-11)

Author SHA1 Message Date
sandeep 8033400533 go version update 2023-05-29 17:28:22 +05:30
sandeep 05eb3fe7ad workflow path update 2023-05-11 18:45:39 +05:30
Sandeep Singh 62843369d1
GH workflow fixes (#7219)
* Fixed checksum workflow

* more workflow fixs
2023-05-11 18:31:52 +05:30
Prince Chaddha 1fb0645cfd
Update auto_assign.yml 2023-05-11 14:49:21 +05:30
Parth Malhotra 706855071f
Update cve2json.yml - add http/ 2023-05-04 12:45:51 +05:30
Sandeep Singh 4615f5ab9d
validate workflow fix (#7151)
* workflow fixes

* disable downloading template as we have it locally.
2023-04-27 22:04:16 +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
Prince Chaddha 5aade83e84 Revert "Update cve-annotate.yml"
This reverts commit 6491fe19e2.
2023-03-27 00:25:49 +05:30
Prince Chaddha 6491fe19e2
Update cve-annotate.yml 2023-03-27 00:20:56 +05:30
Dhiyaneshwaran bb8b53306f
Merge pull request #6927 from projectdiscovery/dependabot/github_actions/main/actions/setup-go-4
chore(deps): bump actions/setup-go from 3 to 4
2023-03-20 11:40:10 +05:30
dependabot[bot] 22b63bcd0f
chore(deps): bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/karancode/yamllint-github-action/releases)
- [Commits](https://github.com/karancode/yamllint-github-action/compare/v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 06:02:55 +00:00
dependabot[bot] 770fd97373
chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
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>
2023-03-20 06:02:51 +00:00
sandeep 8ab5ccaefe add wait time to run cache purge after release 2023-03-18 15:00:00 +05:30
sandeep 87cc2f06f6 remove unused branch 2023-03-18 14:51:32 +05:30
sandeep ed1d10535c checksum workflow fix 2023-03-18 14:49:20 +05:30
Parth Malhotra 39d14a9230
Update cve2json.yml 2023-03-13 19:04:43 +05:30
Parth Malhotra 1dbc22f554
Generate Checksum file for cves.json 2023-03-13 18:55:03 +05:30
sandeep f2fb119433 version downgrade 2023-02-24 18:50:48 +05:30
sandeep 815e08b05b version update 2023-02-24 18:48:02 +05:30
sandeep 2c017e8442 workflow update 2023-02-24 18:46:01 +05:30
dependabot[bot] 42d62ab9cb
chore(deps): bump actions/setup-python from 2 to 4 (#6783)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
2023-02-22 15:12:21 +05:30
Sandeep Singh d4b63bc6a1
adding deps automation (#6782) 2023-02-22 15:11:34 +05:30
Dwi Siswanto f6b92f751a
ci(cve2json): add branch restriction & minor changes (#6770)
This commit updates the cve2json GitHub workflow to add a branch
restriction for `main` branch, thus we don't need to spesify
`branch` input for `ad-m/github-push-action` step & change
the filepath for the `yaml2json.go` script.

The changes ensure that the workflow only runs on the `main`
branch & simply use `$GITHUB_WORKSPACE` variable as a filepath
for generating the JSON metadata of CVE templates.
2023-02-19 14:15:04 +05:30
Parth Malhotra f866c2d1fa
updated it to run only when any changes are pushed to the cves/ folder 2023-02-19 06:27:32 +05:30
Parth Malhotra 362f699dce
Update cve2json.yml
Run the workflow every 55 min
2023-02-08 19:59:44 +05:30
Parth Malhotra 68d829f978
Fix path 2023-01-31 20:15:06 +05:30
Sandeep Singh 87f90a1992
typo update (#6650) 2023-01-31 17:05:05 +05:30
sandeep 4e71cab9bb workflow update 2023-01-27 00:24:48 +05:30
Prince Chaddha 842ab6f258
Update auto_assign.yml 2023-01-23 13:58:56 +05:30
Ritik Chaddha db71a4510f
Create lucy-admin-panel.yaml (#6562)
* Create lucy-admin-panel.yaml

* more fix

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-01-19 23:58:23 +05:30
sandeep 05c5f764d9 workflow fix 2023-01-19 23:51:47 +05:30
Prince Chaddha f75c73c7c6
Create auto_assign.yml (#6560) 2023-01-19 23:03:20 +05:30
sandeep 374777c0b9 workflow fix 2023-01-18 13:54:34 +05:30
Parth Malhotra ebec3b70de
Update cve2json.yml 2023-01-18 10:39:39 +07:00
Parth Malhotra 49b0e9abd7
Update cve2json.yml 2023-01-18 10:37:27 +07:00
Parth Malhotra d62f570694
Update cve2json.yml 2023-01-18 10:34:35 +07:00
Parth Malhotra 97f3bc74d3
Update cve2json.yml 2023-01-18 10:32:45 +07:00
Parth Malhotra 8acf7cdf52
Update cve2json.yml 2023-01-18 10:30:21 +07:00
Parth Malhotra b127f52ac7
Update cve2json.yml 2023-01-18 10:24:30 +07:00
Parth Malhotra dff45bec3f
Update cve2json.yml 2023-01-18 10:17:07 +07:00
Parth Malhotra 34d00acf7f
Added action for generating cves.json using yaml2json.go 2023-01-18 10:10:28 +07:00
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
sandeep 986d78fe6a workflow fix 2023-01-16 16:21:02 +05:30
Sandeep Singh 0f7c2920d6
GH workflow updates (#6541) 2023-01-15 21:35:57 +05:30
sandeep 1ecebad546 go version update 2023-01-15 21:17:43 +05:30
sandeep 67c2af4e1f go version update 2023-01-15 21:06:49 +05:30
sandeep 32f3e9698e misc fix 2023-01-05 17:17:22 +05:30
sandeep 15bea7a646 Update templates-stats.yml 2023-01-05 16:58:11 +05:30
sandeep 25c63f4409 workflow fixes 2023-01-05 16:26:27 +05:30
sandeep f538753e41 typo update in workflow 2022-12-29 14:15:17 +05:30
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
Irresistible-K a6094c0e0e
Fix typo (#6381)
FIxed a spelling error
2022-12-17 01:35:36 +05:30
sandeep aa8ce7f31c adding git pull before merge 2022-12-07 14:56:54 +05:30
Sandeep Singh b48c05dc27
Added Template Checksum generator (#6283)
* Added Template Checksum generator

* fixed lint errors
2022-12-07 14:54:33 +05:30
Tarun Koyalwar 1093a8f901
update gh actions (closes #6108) (#6120) 2022-11-21 17:00:34 +05:30
sandeep ff03169210 workflow fixes 2022-08-29 02:33:35 +05:30
sandeep fca870bf12 workflow update 2022-08-27 09:55:46 +05:30
Sandeep Singh 45f72febc2
Added issue template to request new template (#4989) 2022-08-11 16:00:29 -07:00
Sandeep Singh 8a7e2c92ae
purge everything (#4844) 2022-07-16 18:12:24 +05:30
Sandeep Singh d4350b0afd
Added version cache purge automation upon release (#4794) 2022-07-11 00:50:29 +05:30
sandeep 8b18687f89 misc workflow fix 2022-07-04 18:47:08 +05:30
sandeep b6212b7529 workflow updates 2022-03-23 20:55:35 +05:30
Sandeep Singh 9bdd4025de
workflow fix 2022-03-21 17:54:03 +05:30
sandeep 676ff72868 CVE Annotation workflow improvements 2022-03-06 14:31:18 +05:30
sandeep 1725647197 workflow fixes 2022-02-27 16:33:05 +05:30
sandeep 564d06c533 workflow fix to update new additions 2022-02-22 18:15:07 +05:30
sandeep a2d01337d3 workflow update 2022-02-18 12:08:36 +05:30
sandeep bc9e74e085 misc fix 2022-02-18 11:40:40 +05:30
Sandeep Singh 0b3f10616f
Added workflow to generate new templates added in latest release (#3724) 2022-02-18 11:34:16 +05:30
sandeep 71640b0363 Added Workflow for template db index generator 2022-01-29 16:54:07 +05:30
sandeep fc9f3728cd minor workflow update 2022-01-06 16:19:35 +05:30
sandeep ba45cbf90e Templates Stats workflow update 2021-12-31 19:38:49 +05:30
Dwi Siswanto e8f240d296
update(workflow): Missing templates directory (#3423) 2021-12-26 10:17:37 +05:30
Dwi Siswanto 405162f41f
update(workflow): Reduce wasting time installing via binary instead for template-validate (#3422) 2021-12-25 13:13:56 +05:30
Sandeep Singh 88358b01b9
added contribution stats 2021-12-20 21:23:44 +05:30
sandeep b12d40f626 fix: cve-annotate crash 2021-12-20 20:01:21 +05:30
sandeep 82e553895a fix: branch update 2021-12-14 03:27:53 +05:30
sandeep fb409d20c9 update: disabling the cache 2021-12-09 18:30:35 +05:30
sandeep 56f8b299ce Added Issue template for False Negative result 2021-11-01 19:16:50 +05:30
sandeep 7ea69a963f workflow fix 2021-10-27 18:54:12 +05:30
sandeep 7508bafe64 Adding binary cache 2021-10-27 15:34:35 +05:30
sandeep 8fb9b08e61 misc update 2021-10-26 15:02:32 +05:30
sandeep 6f2e88034d issue template updates 2021-10-20 05:54:00 +05:30
sandeep db8a1bda6f workflow fix to run on release / create tag only 2021-10-19 02:23:08 +05:30
sandeep 3d6a079b42 workflow update 2021-10-18 03:14:23 +05:30
sandeep e5a4764232 workflow update 2021-10-16 11:23:57 +05:30
sandeep 309b53154e workflow update 2021-09-30 18:40:13 +05:30
sandeep 58ca327e55 misc update 2021-09-22 21:07:10 +05:30
sandeep 2d9d6fb732 Disabling workflow validation temporarily 2021-09-19 13:52:41 +05:30
sandeep 3fb9dd230f readme update 2021-09-17 19:19:05 +05:30
sandeep 7219faebec Merge branch 'master' of https://github.com/projectdiscovery/nuclei-templates into pr/2628 2021-09-11 13:54:33 +05:30
sandeep a6d61cd622 workflow update 2021-09-11 13:53:26 +05:30
sandeep 5582e890a1 pre-commit-config update 2021-09-11 12:16:55 +05:30
sandeep ca9d4a136e dev update 2021-09-10 23:30:36 +05:30
sandeep 76c7234ca0 Update cve-annotate.yml 2021-09-10 23:11:34 +05:30
sandeep e4c3490a28 Update template-validate.yml 2021-09-10 22:51:33 +05:30
sandeep 63eabba758 Update cve-annotate.yml 2021-09-10 22:51:07 +05:30
sandeep cde816535a misc update 2021-09-10 17:50:25 +05:30
sandeep a9d3acdd3d Update cve-annotate.yaml 2021-09-10 17:48:49 +05:30
sandeep 68abf454eb misc update 2021-09-10 17:47:08 +05:30
sandeep 8b31e0d006 Added CVE Annotation workflow 2021-09-10 17:41:35 +05:30
sandeep 4d6693fbf0 Added workflow validation 2021-09-02 00:14:43 +05:30
forgedhallpass 296edfc37b Merge remote-tracking branch 'origin' into dynamic_attributes 2021-08-23 14:40:33 +03:00
sandeep 54737d21bf pulling latest version of nuclei 2021-08-20 18:46:19 +05:30
sandeep 13e498a6b5 Enabling cache again 2021-08-20 14:35:44 +05:30
sandeep de5deeb8bc pulling latest nuclei version 2021-08-20 14:33:56 +05:30
sandeep 3fe4bc5206 minor update 2021-08-19 23:39:29 +05:30
sandeep 361f562ae9 minor update 2021-08-10 01:17:08 +05:30
sandeep cda935f2c2 Adding workflow validation 2021-08-02 01:47:58 +05:30
sandeep ecc7933fcf path update 2021-07-26 23:27:15 +05:30
sandeep 354d0d64ed Update templates-stats.yml 2021-07-26 23:19:41 +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 aec5340126 Revert scheduled trigger 2021-07-20 15:22:20 +07:00
Dwi Siswanto 6d315e62b5 Using variable for heading instead 2021-07-20 14:57:07 +07:00
Dwi Siswanto 3dfccad5f1 Add workflow dispatch trigger 2021-07-20 14:55:28 +07:00
Dwi Siswanto 38886322c3 Update template stats workflow 2021-07-20 14:50:37 +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
Sandeep Singh f9b286b105
Merge pull request #2102 from hazcod/patch-1
chore: rephrase readme
2021-07-20 12:13:05 +05:30
Niels Hofmans 0dacd56567
chore: rephrase 2021-07-20 08:35:06 +02:00
sandeep 0ae92650b9 minor improvements 2021-07-20 11:45:05 +05:30
sandeep ebec359bfc path update 2021-07-19 20:01:24 +05:30
sandeep e82c972a5e minor update 2021-07-19 19:40:54 +05:30
sandeep ac5046270d minor update 2021-07-19 19:39:22 +05:30
Sandeep Singh 319e3f0ad7
Update templates-stats.yml 2021-07-19 19:35:26 +05:30
sandeep b409ff4f30 Update templates-stats.yml 2021-07-19 19:30:28 +05:30
sandeep 05a088ff64 Stats updates on tag release 2021-07-19 19:28:59 +05:30
sandeep 4fd805743f Added template stats automation 2021-07-19 19:28:18 +05:30
sandeep 89029e1aa7 Moving PR template to root 2021-07-10 14:08:20 +05:30
Sandeep Singh 97656ae7a8
Merge pull request #1470 from projectdiscovery/template-validate
Adding Template validator workflow
2021-07-08 18:59:34 +05:30
sandeep 2c8ff1ad2c Update template-validate.yml 2021-07-08 18:58:02 +05:30
sandeep 91d481f5f7 Update template-validate.yml 2021-07-08 18:55:17 +05:30
sandeep 0f34426f9f Update template-validate.yml 2021-07-08 18:53:39 +05:30
sandeep 8c6b4da40a new flag for validation 2021-07-07 19:24:39 +05:30
sandeep e051149944 minor updates 2021-07-06 14:54:43 +05:30
sandeep f670e61181 Added Pull Request template 2021-07-06 11:32:05 +05:30
sandeep 32e412191c misc changes 2021-06-13 16:10:39 +05:30
sandeep 3e0755cb6a Added Template Validator workflow 2021-05-15 20:15:52 +05:30
sandeep b688d9bedb misc updates 2021-05-15 20:00:13 +05:30
sandeep 3cd11581b9 readme update 2021-04-08 23:48:26 +05:30
Dwi Siswanto b967da7781 Add changes condition before commit & push readme 2021-03-20 02:47:36 +07:00
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
Dwi Siswanto 7b9f9cb03c 🔨 Only trigger by master branch 2021-03-10 20:27:04 +07:00
sandeep 5e355e2141 misc updates 2021-03-02 14:08:58 +05:30
sandeep 9243fcda89 Update README.tmpl 2021-02-17 17:19:54 +05:30
sandeep 5f7f076fe9 Update README.tmpl 2021-02-17 17:18:58 +05:30
sandeep c6b90097e8 Update README.tmpl 2021-02-17 17:17:12 +05:30
sandeep 18b90ae286 readme wip 2021-02-17 17:11:29 +05:30
team-projectdiscovery 33bc9f554a readme updates 2021-01-12 13:27:56 +05:30
team-projectdiscovery 2411de1934 readme updates 2021-01-11 14:46:07 +05:30
team-projectdiscovery df66d17de5 Update README.tmpl 2021-01-09 19:22:50 +05:30
Dwi Siswanto 251aa0453c ✏️ Add wildcards indict listing per-year subdirs CVE 2021-01-02 17:06:08 +07:00
Dwi Siswanto 79bd6d1d29 🔨 Refactoring countTpl function: use glob instead 2021-01-02 17:04:50 +07:00
team-projectdiscovery 4de6cf2f5d Update README.tmpl 2021-01-02 10:02:04 +05:30
Dwi Siswanto 163c79531a 🔨 Do not run auto update readme on fork repos 2020-12-08 08:58:06 +07:00
bauthard f1aa96221e Adding misc 2020-12-01 19:25:11 +05:30
bauthard f4c24d25ce
Merge pull request #629 from dwisiswant0/feature/auto-update-readme
Triggering auto update on create tags
2020-11-20 00:08:55 +05:30
Dwi Siswanto ba037c425b ♻️ Triggering auto update on create tags 2020-11-20 00:40:08 +07:00
bauthard 224e42bbbd readme wip 2020-11-18 20:21:29 +05:30
Dwi Siswanto 18c74bc6c9 🔨 Remove unused import 2020-11-18 01:55:17 +07:00
Dwi Siswanto be8472e760 ✏️ Incorrect closing tag 2020-11-18 01:33:14 +07:00
Dwi Siswanto bd7cb4643f 📝 Add trailing newlines 2020-11-18 01:29:05 +07:00
Dwi Siswanto ed4cbf6df4 ✏️ Wrong variable template 2020-11-18 01:26:27 +07:00
Dwi Siswanto 6ac16c7660 🔨 Fix incorrent path script 2020-11-18 01:23:48 +07:00
Dwi Siswanto 8d47af848b ✏️ Remove unnecessary args 2020-11-18 01:21:17 +07:00
Dwi Siswanto 2a3259b338 🔨 Auto update readme improves 2020-11-18 01:21:17 +07:00
Dwi Siswanto 7f48d4c8c5 🔨 Fix conflicts 2020-11-18 01:20:40 +07:00
bauthard 951a32d833 readme wip 2020-11-17 23:41:29 +05:30
Dwi Siswanto 344760aab5 ♻️ Add dep for update readme workflow 2020-11-17 18:39:51 +07:00
Dwi Siswanto eb015be802 🔨 Update readme script 2020-11-17 18:39:51 +07:00
Dwi Siswanto c82cf8b720 📝 Fix indents 2020-11-17 18:39:51 +07:00
Dwi Siswanto dd95ae5a58 ♻️ Add auto update README workflow 2020-11-17 18:39:51 +07:00
Dwi Siswanto 1e8e3a9304 🔨 Fix conflicts 2020-11-17 18:39:11 +07:00
toufik-airane eb1a417534
Add README.py and update README.md
Add a Python3 script named README.py to automatically update the
README.md on triggers.

Some stuffs is missing like the numbers of HTTP/DNS requests per
template Directory. Feel free to contribute if you think it's reliable.
2020-09-09 19:23:19 +02:00
bauthard d80c30d0d7 Update issue templates 2020-09-01 02:50:59 +05:30
bauthard 6a01b8b9df Update issue templates 2020-08-29 02:52:19 +05:30
bauthard 535c6f054f Update issue templates 2020-08-29 02:47:42 +05:30
Ice3man 70868c2aac
Check all branches during syntax linting 2020-05-25 17:32:44 +05:30
Ice3man543 1758728197 Linting refactor to make yamllint happy 2020-05-25 17:22:12 +05:30
Fabian Affolter e4ee47aaad
Add configuration file 2020-05-24 23:51:12 +02:00
Fabian Affolter 26bef8cb5b
Add action for syntax checking 2020-05-24 23:48:15 +02:00