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

chore(deps): bump github.com/projectdiscovery/dnsx from 1.1.6 to 1.2.1 in /v2 #1180

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps github.com/projectdiscovery/dnsx from 1.1.6 to 1.2.1.

Release notes

Sourced from github.com/projectdiscovery/dnsx's releases.

v1.2.1

What's Changed

Other Changes

Full Changelog: projectdiscovery/dnsx@v1.2.0...v1.2.1

v1.2.0

[!Warning] This release upgrades ASNMap to the latest version that uses an authenticated API. If you utilize the -asn option of dnsx, one time configuration is required to set up PDCP API Key. You can do this using the -auth option or through setting up an environment variable, such as export PDCP_API_KEY=xxxxx

What's Changed

🎉 New Features

echo x.com | dnsx -recon

x.com [A] [104.244.42.193] x.com [A] [104.244.42.65] x.com [A] [104.244.42.1] x.com [A] [104.244.42.129] x.com [MX] [alt4.aspmx.l.google.com] x.com [MX] [alt3.aspmx.l.google.com] x.com [MX] [alt2.aspmx.l.google.com] x.com [MX] [alt1.aspmx.l.google.com] x.com [MX] [aspmx.l.google.com] x.com [NS] [a.r10.twtrdns.net] x.com [NS] [a.u10.twtrdns.net] x.com [NS] [b.r10.twtrdns.net] x.com [NS] [b.u10.twtrdns.net] x.com [NS] [c.r10.twtrdns.net] x.com [NS] [c.u10.twtrdns.net] x.com [NS] [d.r10.twtrdns.net] x.com [NS] [d.u10.twtrdns.net] x.com [SOA] [a.u10.twtrdns.net] x.com [SOA] [noc.twitter.com] x.com [TXT] [kkdl3qb3tcrmdhfsm803p67r0my0svs8] x.com [TXT] [google-site-verification=8yqmovhqedzlt36rpeqp41ytrefk9ahende_xm0626g] x.com [TXT] [google-site-verification=f6u9mgl--d2lblljvh3b1uugxtevqpdcamkr9c8914a] x.com [TXT] [atlassian-sending-domain-verification=bd424180-8645-4de5-bd6a-285479c7577a] x.com [TXT] [atlassian-domain-verification=j6u0o1ptkobcxc84uef/swpiptazurbvyqkzmtvt8wuglcht1vvrzza63ip1qsln] x.com [TXT] [v=spf1 ip4:199.16.156.128/26 ip4:199.59.150.64/26 include:_spf.google.com include:_spf.salesforce.com -all]

... (truncated)

Commits
  • 5fd3ce7 docker build + go mod fix + no color env support (#595)
  • ac6b3a3 Update README.md
  • 341dc23 version update
  • 5849357 misc update
  • 1053558 introduce query type selection (#465)
  • 41751c6 Use asnmap latest api (#581)
  • 89a1a50 Merge pull request #586 from projectdiscovery/dependabot/go_modules/dev/githu...
  • 8533854 chore(deps): bump github.com/projectdiscovery/retryabledns
  • f2f6fea Merge pull request #582 from projectdiscovery/dependabot/go_modules/dev/githu...
  • e1628b0 chore(deps): bump github.com/projectdiscovery/ratelimit
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @ehsandeep.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Mar 4, 2024
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/go_modules/v2/dev/github.com/projectdiscovery/dnsx-1.2.1 branch from 35ddabd to faec069 Compare March 6, 2024 12:36
Bumps [github.com/projectdiscovery/dnsx](https://github.com/projectdiscovery/dnsx) from 1.1.6 to 1.2.1.
- [Release notes](https://github.com/projectdiscovery/dnsx/releases)
- [Changelog](https://github.com/projectdiscovery/dnsx/blob/dev/.goreleaser.yml)
- [Commits](projectdiscovery/dnsx@v1.1.6...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/v2/dev/github.com/projectdiscovery/dnsx-1.2.1 branch from faec069 to c03fb0a Compare March 6, 2024 12:37
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dogancanbakir dogancanbakir merged commit c60d837 into dev Mar 6, 2024
5 of 8 checks passed
@dogancanbakir dogancanbakir deleted the dependabot/go_modules/v2/dev/github.com/projectdiscovery/dnsx-1.2.1 branch March 6, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants