Skip to content

chore(deps): bump github.com/hmdsefi/gograph from 0.7.0 to 0.7.1 - #263

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hmdsefi/gograph-0.7.1
Open

chore(deps): bump github.com/hmdsefi/gograph from 0.7.0 to 0.7.1#263
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hmdsefi/gograph-0.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/hmdsefi/gograph from 0.7.0 to 0.7.1.

Release notes

Sourced from github.com/hmdsefi/gograph's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: hmdsefi/gograph@v0.7.0...v0.7.1

Commits

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 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 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)

Bumps [github.com/hmdsefi/gograph](https://github.com/hmdsefi/gograph) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/hmdsefi/gograph/releases)
- [Commits](hmdsefi/gograph@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: github.com/hmdsefi/gograph
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 2 0 0 0.17s
⚠️ COPYPASTE jscpd yes 10 no 2.88s
⚠️ GO golangci-lint yes 1 no 66.47s
✅ GO revive yes no no 11.02s
✅ MARKDOWN markdownlint 1 0 0 1.04s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.4s
✅ REPOSITORY checkov yes no no 26.77s
✅ REPOSITORY gitleaks yes no no 0.4s
✅ REPOSITORY git_diff yes no no 0.02s
❌ REPOSITORY grype yes 3 no 103.97s
✅ REPOSITORY secretlint yes no no 0.96s
✅ REPOSITORY syft yes no no 8.81s
⚠️ REPOSITORY trivy yes 1 no 17.1s
✅ REPOSITORY trivy-sbom yes no no 5.83s
✅ REPOSITORY trufflehog yes no no 4.59s
✅ SPELL lychee 5 0 0 1.09s
⚠️ YAML prettier 4 1 2 1.0s
✅ YAML v8r 4 0 0 4.98s
✅ YAML yamllint 4 0 0 1.05s

Detailed Issues

❌ REPOSITORY / grype - 3 errors
[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) from=syft
NAME                                INSTALLED  FIXED IN  TYPE       VULNERABILITY        SEVERITY  EPSS         RISK  
golang.org/x/text                   v0.37.0    0.39.0    go-module  GO-2026-5970         High      0.4% (36th)  0.3   
golang.org/x/net                    v0.55.0    0.56.0    go-module  GO-2026-5942         High      0.3% (26th)  0.3   
github.com/quic-go/webtransport-go  v0.10.0    0.11.1    go-module  GHSA-g35j-m5xg-vh3q  Medium    N/A          N/A   
github.com/klauspost/compress       v1.18.6    1.18.7    go-module  GO-2026-5841         Unknown   N/A          N/A   
golang.org/x/crypto                 v0.52.0              go-module  GO-2026-5932         Unknown   N/A          N/A
[0103] ERROR discovered vulnerabilities at or above the severity threshold
⚠️ GO / golangci-lint - 1 error
../../..cmd/mesh-commands.go:72:4: exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
			log.Fatal().Err(err).Msg("dispatch failed")
			^
../../..pkg/mesh/host.go:12:1: File is not properly formatted (gofmt)
	dht "github.com/libp2p/go-libp2p-kad-dht"
^
../../..pkg/mesh/http.go:35:1: File is not properly formatted (gofmt)
	mux.HandleFunc("/exec", h.handleLocal)         // run on local node only
^
../../..pkg/mesh/types.go:68:1: File is not properly formatted (gofmt)
	ID        string          `json:"id"`        // matches Command.ID
^
../../..pkg/laws/user.go:118:2: QF1003: could use tagged switch on facts.Facts.Distro.Family (staticcheck)
	if facts.Facts.Distro.Family == "alpine" {
	^
5 issues:
* gocritic: 1
* gofmt: 3
* staticcheck: 1
⚠️ COPYPASTE / jscpd - 10 errors
Clone found (go):
 - pkg/mesh/service.go [276:7 - 283:4] (7 lines, 81 tokens)
   pkg/mesh/service.go [233:8 - 240:10]

Clone found (go):
 - pkg/mesh/http.go [237:2 - 246:2] (9 lines, 96 tokens)
   pkg/mesh/http.go [215:2 - 224:2]

Clone found (go):
 - pkg/laws/ssh.go [99:3 - 110:2] (11 lines, 131 tokens)
   pkg/laws/ssh.go [70:4 - 82:7]

Clone found (go):
 - pkg/laws/service.go [171:5 - 176:4] (5 lines, 77 tokens)
   pkg/laws/service.go [152:7 - 157:4]

Clone found (go):
 - pkg/laws/file.go [300:2 - 310:4] (10 lines, 97 tokens)
   pkg/laws/file.go [250:2 - 260:6]

Clone found (go):
 - pkg/laws/file.go [333:3 - 352:7] (19 lines, 222 tokens)
   pkg/laws/file.go [282:3 - 300:3]

Clone found (go):
 - pkg/laws/file.go [381:2 - 394:89] (13 lines, 120 tokens)
   pkg/laws/file.go [251:3 - 313:3]

Clone found (go):
 - pkg/laws/file.go [411:5 - 433:7] (22 lines, 259 tokens)
   pkg/laws/file.go [328:5 - 299:2]

Clone found (go):
 - cmd/local-lint.go [48:3 - 62:4] (14 lines, 135 tokens)
   cmd/local-pretend.go [48:3 - 62:4]

Clone found (go):
 - cmd/local-apply.go [48:18 - 63:2] (15 lines, 117 tokens)
   cmd/local-pretend.go [49:12 - 63:4]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ go     │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 10 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
    at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/megalinter.yaml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
⚠️ REPOSITORY / trivy - 1 error
.00% 125.21 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 117.13 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 117.13 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 117.13 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 109.58 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 109.58 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 109.58 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 102.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 102.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [------------------------------------------->] 100.00% 102.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 95.89 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 95.89 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 95.89 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 89.71 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 89.71 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 89.71 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 83.92 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 83.92 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 83.92 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 78.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 78.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 78.51 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 73.44 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 73.44 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 73.44 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 68.70 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-------------------------------------------->] 100.00% 68.70 MiB p/s ETA 0s102.74 MiB / 102.74 MiB [-----------------------------------------------] 100.00% 13.83 MiB p/s 7.6s2026-07-28T23:44:49Z	INFO	[vulndb] Artifact successfully downloaded	repo="mirror.gcr.io/aquasec/trivy-db:2"
2026-07-28T23:44:49Z	INFO	[vuln] Vulnerability scanning is enabled
2026-07-28T23:44:49Z	INFO	[misconfig] Misconfiguration scanning is enabled
2026-07-28T23:44:49Z	INFO	[checks-client] Need to update the checks bundle
2026-07-28T23:44:49Z	INFO	[checks-client] Downloading the checks bundle...
234.65 KiB / 234.65 KiB [------------------------------------------------------] 100.00% ? p/s 200ms2026-07-28T23:44:56Z	INFO	Number of language-specific files	num=1
2026-07-28T23:44:56Z	INFO	[gomod] Detecting vulnerabilities...
2026-07-28T23:44:56Z	INFO	Detected config files	num=0
2026-07-28T23:44:56Z	WARN	Using severities from other vendors for some vulnerabilities. Read https://trivy.dev/docs/v0.69/guide/scanner/vulnerability#severity-selection for details.

Report Summary

┌────────┬───────┬─────────────────┬───────────────────┐
│ Target │ Type  │ Vulnerabilities │ Misconfigurations │
├────────┼───────┼─────────────────┼───────────────────┤
│ go.mod │ gomod │        4        │         -         │
└────────┴───────┴─────────────────┴───────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


go.mod (gomod)
==============
Total: 4 (UNKNOWN: 2, LOW: 0, MEDIUM: 1, HIGH: 1, CRITICAL: 0)

┌────────────────────────────────────┬────────────────┬──────────┬──────────┬───────────────────┬───────────────┬────────────────────────────────────────────────────────────┐
│              Library               │ Vulnerability  │ Severity │  Status  │ Installed Version │ Fixed Version │                           Title                            │
├────────────────────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ github.com/quic-go/webtransport-go │ CVE-2026-57497 │ MEDIUM   │ fixed    │ v0.10.0           │ 0.11.1        │ webtransport-go: Memory Exhaustion Attack due to Buffering │
│                                    │                │          │          │                   │               │ of Unknown Capsules                                        │
│                                    │                │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-57497                 │
├────────────────────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/crypto                │ GO-2026-5932   │ UNKNOWN  │ affected │ v0.52.0           │               │ The golang.org/x/crypto/openpgp package is unmaintained,   │
│                                    │                │          │          │                   │               │ unsafe by design, and has known security...                │
├────────────────────────────────────┼────────────────┤          ├──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/net                   │ CVE-2026-46600 │          │ fixed    │ v0.55.0           │ 0.56.0        │ Parsing an invalid SVCB or HTTPS RR can panic when the     │
│                                    │                │          │          │                   │               │ size...                                                    │
│                                    │                │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-46600                 │
├────────────────────────────────────┼────────────────┼──────────┤          ├───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/text                  │ CVE-2026-56852 │ HIGH     │          │ v0.37.0           │ 0.39.0        │ A norm.Iter can enter an infinite loop when handling input │
│                                    │                │          │          │                   │               │ containing ...                                             │
│                                    │                │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-56852                 │
└────────────────────────────────────┴────────────────┴──────────┴──────────┴───────────────────┴───────────────┴────────────────────────────────────────────────────────────┘

📣 Notices:
  - Version 0.72.0 of Trivy is now available, current version is 0.69.1

To suppress version checks, run Trivy scans with the --skip-version-check flag

(Truncated to last 8000 characters out of 9393)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,COPYPASTE_JSCPD,GO_GOLANGCI_LINT,GO_REVIVE,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants