Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tlsx v1.0.5 #174

Merged
merged 13 commits into from
Jan 28, 2023
Merged

tlsx v1.0.5 #174

merged 13 commits into from
Jan 28, 2023

Conversation

ehsandeep
Copy link
Member

@ehsandeep ehsandeep commented Jan 25, 2023

dependabot bot and others added 13 commits January 16, 2023 03:10
Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.20 to 0.0.21.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.0.20...v0.0.21)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…lpine-3.17.1

chore(deps): bump alpine from 3.17.0 to 3.17.1
…ev/github.com/projectdiscovery/fastdialer-0.0.21

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.20 to 0.0.21
* example test bug fix and more

* fix lint error

* fix spacing in examples/simple.go
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.21 to 0.0.22.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.0.21...v0.0.22)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cipher enum bug fixes and improvements

* fix lint error

* remove deprecated stringsutil
* fix revocation status and add hardfail

* add cfssl to acknowledgments

* use retryablehttp-go client for revocation

* bump utils version
@sonarcloud
Copy link

sonarcloud bot commented Jan 25, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability B 2 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 1 Code Smell

12.9% 12.9% Coverage
7.4% 7.4% Duplication

test.WriteString(fmt.Sprintf("Config file \"%s\" Write => %s\n", cfgFilePath, testResult))
c4, err := net.Dial("tcp4", "scanme.sh:80")
if err == nil && c4 != nil {
c4.Close()

Check warning

Code scanning / SonarCloud

<!--SONAR_ISSUE_KEY:AYXofrILAxjd1w3f518W-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXofrILAxjd1w3f518W&open=AYXofrILAxjd1w3f518W&branch=dev">SonarCloud</a></p>

<!--SONAR_ISSUE_KEY:AYXofrILAxjd1w3f518W-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXofrILAxjd1w3f518W&open=AYXofrILAxjd1w3f518W&branch=dev">SonarCloud</a></p>
test.WriteString(fmt.Sprintf("IPv4 connectivity to scanme.sh:80 => %s\n", testResult))
c6, err := net.Dial("tcp6", "scanme.sh:80")
if err == nil && c6 != nil {
c6.Close()

Check warning

Code scanning / SonarCloud

<!--SONAR_ISSUE_KEY:AYXofrILAxjd1w3f518V-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXofrILAxjd1w3f518V&open=AYXofrILAxjd1w3f518V&branch=dev">SonarCloud</a></p>

<!--SONAR_ISSUE_KEY:AYXofrILAxjd1w3f518V-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXofrILAxjd1w3f518V&open=AYXofrILAxjd1w3f518V&branch=dev">SonarCloud</a></p>
test.WriteString(fmt.Sprintf("Config file \"%s\" Write => %s\n", cfgFilePath, testResult))
c4, err := net.Dial("tcp4", "scanme.sh:80")
if err == nil && c4 != nil {
c4.Close()

Check warning

Code scanning / SonarCloud

<!--SONAR_ISSUE_KEY:AYXolQi7RzZwhxUq8ae6-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXolQi7RzZwhxUq8ae6&open=AYXolQi7RzZwhxUq8ae6&pullRequest=174">SonarCloud</a></p>

<!--SONAR_ISSUE_KEY:AYXolQi7RzZwhxUq8ae6-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXolQi7RzZwhxUq8ae6&open=AYXolQi7RzZwhxUq8ae6&pullRequest=174">SonarCloud</a></p>
test.WriteString(fmt.Sprintf("IPv4 connectivity to scanme.sh:80 => %s\n", testResult))
c6, err := net.Dial("tcp6", "scanme.sh:80")
if err == nil && c6 != nil {
c6.Close()

Check warning

Code scanning / SonarCloud

<!--SONAR_ISSUE_KEY:AYXolQi7RzZwhxUq8ae5-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXolQi7RzZwhxUq8ae5&open=AYXolQi7RzZwhxUq8ae5&pullRequest=174">SonarCloud</a></p>

<!--SONAR_ISSUE_KEY:AYXolQi7RzZwhxUq8ae5-->Errors unhandled. <p>See more on <a href="https://sonarcloud.io/project/issues?id=projectdiscovery_tlsx&issues=AYXolQi7RzZwhxUq8ae5&open=AYXolQi7RzZwhxUq8ae5&pullRequest=174">SonarCloud</a></p>
@ehsandeep ehsandeep merged commit 497719f into main Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants