mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-10 01:04:00 +01:00
Merge branch '3.2' into https_rr
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,32 +2,40 @@
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG / possible BUG]"
|
||||
labels: ''
|
||||
labels: 'bug:to be reproduced,bug:needs triage/confirmation'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!---
|
||||
|
||||
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the completeness of your information provided we might close your issue otherwise right away. _
|
||||
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the lack of information provided we might close your issue otherwise right away. _
|
||||
-->
|
||||
|
||||
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
|
||||
I am running version ( ``git log | head -1`` / ``testssl.sh -v | grep from``)
|
||||
|
||||
I am running version (``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
|
||||
|
||||
|
||||
**Before you open an issue please whether this is a known problem by searching the issues**
|
||||
Is related to / couldn't find anything
|
||||
|
||||
Is related to / couldn't find anything
|
||||
|
||||
|
||||
**Command line / docker command to reproduce**
|
||||
|
||||
Which was your command line? In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
|
||||
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
A clear and concise description of what you would expect to happen.
|
||||
|
||||
|
||||
**Your system (please complete the following information):**
|
||||
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
|
||||
- Platform: ``uname -srm``
|
||||
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
|
||||
- Platform: ``uname -srm``
|
||||
- OpenSSL + bash: ``testssl.sh -b 2>/dev/null | grep Using '``
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
Add any other context about the problem goes here.
|
||||
|
||||
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -11,16 +11,29 @@ Feel free to remove this line but please stick to the template. Not filling out
|
||||
-->
|
||||
|
||||
**Which version are you referring to**
|
||||
3.0.x or 3.2?
|
||||
|
||||
3.2
|
||||
|
||||
<!---
|
||||
Please note that for 3.0.x weŕe in maintenance mode. There will be no new features. Try 3.2 instead and come back if it isn´tr supported there
|
||||
-->
|
||||
|
||||
|
||||
**Please check this repo whether this is a known feature request**
|
||||
<!--
|
||||
If in doubt check the git log and/or check whether you run the latest version from the git repo. Maybe this was solved already?
|
||||
-->
|
||||
|
||||
**Describe your feature request (if it's a technical feature)**
|
||||
|
||||
**If your feature request otherwise is related to a usage problem, please describe it**
|
||||
|
||||
<!--
|
||||
A clear and concise description of what the problem is. Example: I'm always frustrated when [...]
|
||||
-->
|
||||
|
||||
**Describe the solution you'd like**
|
||||
|
||||
<!--
|
||||
A clear and concise description of what you want to happen instead.
|
||||
-->
|
||||
|
||||
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
@@ -1,10 +1,9 @@
|
||||
|
||||
## Describe your changes
|
||||
|
||||
Please refer to an issue here or describe the change thouroughly in your PR.
|
||||
|
||||
What is your chnage about?
|
||||
Please refer to an issue here or describe the change thoroughly in your PR.
|
||||
|
||||
## What is your pull request about?
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
@@ -13,7 +12,7 @@ What is your chnage about?
|
||||
- [ ] Update of other files
|
||||
|
||||
|
||||
## If it's a code change please check the boxes which are applicable:
|
||||
## If it's a code change please check the boxes which are applicable
|
||||
- [ ] For the main program: My edits contain no tabs and the indentation is five spaces
|
||||
- [ ] I've read CONTRIBUTING.md and Coding_Convention.md
|
||||
- [ ] I have tested this __fix__ against >=2 hosts and I couldn't spot a problem
|
||||
|
||||
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -12,5 +12,5 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf
|
||||
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf,fedora-dirk-ipv6.diff
|
||||
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull,experim
|
||||
|
||||
6
.github/workflows/docker-3.2.yml
vendored
6
.github/workflows/docker-3.2.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Setup QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v3.0.0
|
||||
uses: docker/setup-qemu-action@v3.2.0
|
||||
|
||||
- name: Setup Buildx
|
||||
id: buildx
|
||||
@@ -41,14 +41,14 @@ jobs:
|
||||
|
||||
- name: GitHub login
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v3.1.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
with:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
context: .
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -12,6 +12,7 @@ on:
|
||||
- '**.html'
|
||||
- 'LICENSE'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.git'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user