diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-16 16:14:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-16 16:14:11 +0000 |
commit | f79cbf6512863c167bc794035df067e3a3e474f3 (patch) | |
tree | 41b0ad1e3f883afa57e66ac2e20dffd97f56ac0b | |
parent | b15cf44c1d9c92a2ac07cff415071e31a9ad88fa (diff) | |
download | vim-git-f79cbf6512863c167bc794035df067e3a3e474f3.tar.gz |
patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827
Problem: Huntr badge does not really fit in the list.
Solution: Move the link to Huntr to the issue template.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 5 | ||||
-rw-r--r-- | Filelist | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index babc916a7..6e4af6d55 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,11 @@ body: attributes: value: | Thanks for reporting issues of Vim! + + If you want to report a security issue, instead of reporting it here + you can alternatively disclose it on + [huntr.dev](https://huntr.dev/bounties/disclose/?utm_campaign=vim%2Fvim&utm_medium=social&utm_source=github&target=https%3A%2F%2Fgithub.com%2Fvim%2Fvim). + They have rewards in the form of money, swag and CVEs. To make it easier for us to help you please enter detailed information below. - type: textarea @@ -8,6 +8,7 @@ SRC_ALL = \ .gitattributes \ .github/CODEOWNERS \ .github/ISSUE_TEMPLATE/bug_report.yml \ + .github/ISSUE_TEMPLATE/feature_request.md \ .github/workflows/ci.yml \ .github/workflows/codeql-analysis.yml \ .github/workflows/coverity.yml \ @@ -1,6 +1,6 @@ [](https://www.vim.org) -[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [](https://travis-ci.com/github/vim/vim) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://cirrus-ci.com/github/vim/vim) [](https://codecov.io/gh/vim/vim?branch=master) [](https://scan.coverity.com/projects/vim) [](https://lgtm.com/projects/g/vim/vim/context:cpp) [](https://buildd.debian.org/vim) [](https://repology.org/metapackage/vim) [](https://fossies.org/linux/test/vim-master.tar.gz/codespell.html) [](https://huntr.dev/bounties/disclose/?utm_campaign=vim%2Fvim&utm_medium=social&utm_source=github&target=https%3A%2F%2Fgithub.com%2Fvim%2Fvim) +[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [](https://travis-ci.com/github/vim/vim) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://cirrus-ci.com/github/vim/vim) [](https://codecov.io/gh/vim/vim?branch=master) [](https://scan.coverity.com/projects/vim) [](https://lgtm.com/projects/g/vim/vim/context:cpp) [](https://buildd.debian.org/vim) [](https://repology.org/metapackage/vim) [](https://fossies.org/linux/test/vim-master.tar.gz/codespell.html) <sub>For translations of this README see the end.</sub> diff --git a/src/version.c b/src/version.c index 633ebf026..c95477604 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3827, +/**/ 3826, /**/ 3825, |