Skip to content

fix nil pointer dereference panic in chaos client#155

Merged
ehsandeep merged 1 commit intodevfrom
issue-153-fix-nil-panic
Mar 7, 2023
Merged

fix nil pointer dereference panic in chaos client#155
ehsandeep merged 1 commit intodevfrom
issue-153-fix-nil-panic

Conversation

@tarunKoyalwar
Copy link
Copy Markdown
Member

@tarunKoyalwar tarunKoyalwar commented Mar 6, 2023

Proposed changes

  • fix nil pointer dereference in chaos .do()

closes #153

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@tarunKoyalwar tarunKoyalwar self-assigned this Mar 6, 2023
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tarunKoyalwar
Copy link
Copy Markdown
Member Author

$ go run . -d hackerone.com

        __                    
  _____/ /_  ____ _____  _____
 / ___/ __ \/ __  / __ \/ ___/
/ /__/ / / / /_/ / /_/ (__  ) 
\___/_/ /_/\__,_/\____/____/  v0.4.0

		projectdiscovery.io

Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
a.ns.hackerone.com
api.hackerone.com
b.ns.hackerone.com
design.hackerone.com
docs.hackerone.com
email.hackerone.com
events.hackerone.com
go.hackerone.com
gslink.hackerone.com
info.hackerone.com
links.hackerone.com
mta-sts.hackerone.com
mta-sts.forwarding.hackerone.com
mta-sts.managed.hackerone.com
ns.hackerone.com
o1.email.hackerone.com
o2.email.hackerone.com
o3.email.hackerone.com
resources.hackerone.com
support.hackerone.com
www.hackerone.com

@tarunKoyalwar tarunKoyalwar requested a review from ehsandeep March 6, 2023 18:29
@ehsandeep ehsandeep merged commit f695825 into dev Mar 7, 2023
@ehsandeep ehsandeep deleted the issue-153-fix-nil-panic branch March 7, 2023 14:04
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.

Error when using projectdiscovery/chaos-client: panic: runtime error: invalid memory address or nil pointer dereference

3 participants