diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c9aaa22 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: OWASP +custom: "https://owasp.org/donate/?reponame=www-project-asvs-security-evaluation-templates-with-nuclei&title=OWASP+ASVS+Security+Evaluation+Templates+with+Nuclei" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 526ffda..56ce161 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,25 @@ +# Contributing -## Contributing +If you have any idea to improve templates or want to share experience and give feedback on this project, we'd love to hear from you in the following ways: -If you have any idea to improve templates or want to share experience and give feedback on this project, we'd love to hear from you in following ways: +## Asking Questions - -### Asking Questions You can use either Github [Discussions](https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/discussions) or our [Slack channel](https://owasp.slack.com/archives/C052939BZ43) to ask questions. -### Create issues +## Create Issues Before raising pull requests, please create an [Issue](https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/issues) first to be discussed for missing requirements, content or errors. Please explain the issue in detail including references if available and suggest where it could be added. -### Open a Pull Request -- Your pull request may be merged after review. -- Commits must be [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/). +## Open a Pull Request + +Your pull request should be placed against the `dev` branch. + +Here are some guidelines for opening a pull request: + +- Ensure your changes align with the project's goals and coding standards. +- Keep your pull request focused and specific; avoid bundling unrelated changes. +- Write clear and descriptive commit messages. +- Your pull request may be merged after review. +- Commits must be [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/). + +Thank you for contributing to our project! diff --git a/leaders.md b/leaders.md index bd772a6..63cf898 100644 --- a/leaders.md +++ b/leaders.md @@ -1,2 +1,2 @@ ### Leaders -* [Hamed Salimian](mailto:snbig@pm.me) +* [Hamed Salimian](mailto:hamed.salimian@owasp.org) diff --git a/templates/workflows/14.3.2.yaml b/templates/workflows/14.3.2.yaml index 3967c7f..7f941cb 100644 --- a/templates/workflows/14.3.2.yaml +++ b/templates/workflows/14.3.2.yaml @@ -37,4 +37,4 @@ workflows: - template: workflows/exposures/logs/pyramid-debug-toolbar.yaml - template: workflows/misconfiguration/php-errors.yaml - template: workflows/vulnerabilities/jenkins/jenkins-stack-trace.yaml - - template: workflows/technologies/werkzeug-debugger-detect.yaml \ No newline at end of file + - template: workflows/technologies/werkzeug-debugger-detect.yaml