Skip to content

GO-7383 API v2: a JSON HTTP API for agents over AnyBlock JSON - #3242

Closed
requilence wants to merge 262 commits into
go-7383-anyblockjsonfrom
go-7383-apiv2-phase0
Closed

GO-7383 API v2: a JSON HTTP API for agents over AnyBlock JSON#3242
requilence wants to merge 262 commits into
go-7383-anyblockjsonfrom
go-7383-apiv2-phase0

GO-7383 Merge go-7383-anyblockjson (blob-purged history) into the API…

3a138f9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 27, 2026 in 2s

6 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 4 high
  • 1 medium

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 68 in core/block/export/writer.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 73 in core/block/export/writer.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 85 in core/block/export/writer.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 527 in core/files/fileuploader/uploader.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in network request Critical

The
URL
of this request depends on a
user-provided value
.

Check failure on line 809 in pkg/lib/database/filter.go

See this annotation in the file changed.

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.

Check warning on line 175 in core/api/v2/middleware.go

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through a stack trace Medium

HTTP response depends on
stack trace information
and may be exposed to an external user.