Skip to content

Commit

Permalink
updating missing struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Sep 23, 2024
1 parent efa88a3 commit dc3caff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.1-rc12] - 2024-09-23

### Changed

- Added a missing struct tag for GraphEdges that was breaking the MythicRPCCallbackGraphEdgeSearch call

## [3.3.1-rc11] - 2024-09-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1-rc11
3.3.1-rc12
2 changes: 1 addition & 1 deletion mythic-docker/src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1-rc11
3.3.1-rc12
1 change: 1 addition & 0 deletions mythic-docker/src/database/structs/Callbackgraphedge.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ type Callbackgraphedge struct {
C2ProfileID int `db:"c2_profile_id"`
C2Profile C2profile `db:"c2profile"`
APITokensID structs.NullInt64 `db:"apitokens_id" json:"api_tokens_id" mapstructure:"apitokens_id"`
UpdatedAt time.Time `db:"updated_at"`
}

0 comments on commit dc3caff

Please sign in to comment.