Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps the modules group with 6 updates:

Package From To
github.com/projectdiscovery/cdncheck 1.1.31 1.1.32
github.com/projectdiscovery/fastdialer 0.4.5 0.4.6
github.com/projectdiscovery/networkpolicy 0.1.19 0.1.20
github.com/projectdiscovery/retryablehttp-go 1.0.119 1.0.120
github.com/projectdiscovery/utils 0.4.22 0.4.23
github.com/projectdiscovery/wappalyzergo 0.2.41 0.2.42

Updates github.com/projectdiscovery/cdncheck from 1.1.31 to 1.1.32

Release notes

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

v1.1.32

1.1.32 (2025-08-17)

Commits

Updates github.com/projectdiscovery/fastdialer from 0.4.5 to 0.4.6

Release notes

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

Release v0.4.6

0.4.6 (2025-08-17)

Commits
  • 8708e7a Merge pull request #480 from projectdiscovery/feat-461-cache-type
  • 45d91b8 fixing test
  • 781141a removing hardcoded type
  • 2651b79 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • See full diff in compare view

Updates github.com/projectdiscovery/networkpolicy from 0.1.19 to 0.1.20

Release notes

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

Release v0.1.20

0.1.20 (2025-08-10)

Commits
  • ed712cf chore(deps): bump github.com/gaissmai/bart from 0.23.0 to 0.23.1
  • See full diff in compare view

Updates github.com/projectdiscovery/retryablehttp-go from 1.0.119 to 1.0.120

Release notes

Sourced from github.com/projectdiscovery/retryablehttp-go's releases.

Release v1.0.120

1.0.120 (2025-08-17)

Commits
  • 66557ef chore(deps): bump github.com/projectdiscovery/networkpolicy
  • See full diff in compare view

Updates github.com/projectdiscovery/utils from 0.4.22 to 0.4.23

Release notes

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

v0.4.23

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.4.22...v0.4.23

Commits
  • b594e83 Merge pull request #669 from projectdiscovery/feat-657-set-attr
  • 322e1e2 adding withattr
  • bc0b0d6 Merge pull request #663 from mjkim610/url-encoding
  • ed5e234 reverting + using env var
  • b3c08eb Merge pull request #414 from projectdiscovery/add_docupdater
  • 1f58e50 Merge pull request #666 from projectdiscovery/fix-err-trace
  • 019bdb2 chore(deps): bump the modules group with 5 updates
  • 3c20c93 fix test
  • 08768ff refactor: migrate from errorutil to errkit across all packages
  • 9680681 fix: remove unused imports in url/utils.go
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/wappalyzergo from 0.2.41 to 0.2.42

Release notes

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

Release v0.2.42

0.2.42 (2025-08-17)

Commits
  • 6ccd68f Weekly fingerprints update [Sun Aug 17 00:36:11 UTC 2025] :robot:
  • bd82eeb chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0
  • See full diff in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the modules group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.31` | `1.1.32` |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.4.5` | `0.4.6` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.19` | `0.1.20` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.119` | `1.0.120` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.22` | `0.4.23` |
| [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) | `0.2.41` | `0.2.42` |


Updates `github.com/projectdiscovery/cdncheck` from 1.1.31 to 1.1.32
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](projectdiscovery/cdncheck@v1.1.31...v1.1.32)

Updates `github.com/projectdiscovery/fastdialer` from 0.4.5 to 0.4.6
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.4.5...v0.4.6)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](projectdiscovery/networkpolicy@v0.1.19...v0.1.20)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.119 to 1.0.120
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](projectdiscovery/retryablehttp-go@v1.0.119...v1.0.120)

Updates `github.com/projectdiscovery/utils` from 0.4.22 to 0.4.23
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.4.22...v0.4.23)

Updates `github.com/projectdiscovery/wappalyzergo` from 0.2.41 to 0.2.42
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](projectdiscovery/wappalyzergo@v0.2.41...v0.2.42)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.120
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-version: 0.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Aug 18, 2025
@coderabbitai
Copy link

coderabbitai bot commented Aug 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dev/modules-74b7b39fdc branch August 25, 2025 11:19
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.

1 participant