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

rename dgraph-io/dgraph to hypermodeinc/dgraph #9257

Merged
merged 1 commit into from
Jan 7, 2025

rename dgraph-io/dgraph to hypermodeinc/dgraph

d0ef480
Select commit
Loading
Failed to load commit list.
Merged

rename dgraph-io/dgraph to hypermodeinc/dgraph #9257

rename dgraph-io/dgraph to hypermodeinc/dgraph
d0ef480
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 7, 2025 in 35m 56s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 122 in graphql/admin/restore.go

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to SecretKey
flows to a logging call.
Sensitive data returned by an access to SecretKey
flows to a logging call.
Sensitive data returned by an access to SecretKey
flows to a logging call.

Check failure on line 381 in t/t.go

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by HTTP request headers
flows to a logging call.

Check failure on line 1546 in worker/task.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type int without an upper bound check.

Check failure on line 2384 in worker/task.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type uint32 without an upper bound check.

Check failure on line 2406 in worker/task.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type uint32 without an upper bound check.