Skip to content

Commit

Permalink
v3.2.20-rc11
Browse files Browse the repository at this point in the history
fixing small bug with syncing commands over
  • Loading branch information
its-a-feature committed Apr 23, 2024
1 parent 6a43c24 commit 20199e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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.2.20-rc11] - 2024-04-23

### Changed

- Fixed a bug where DynamicQueryParameters weren't getting set on first sync

## [3.2.20-rc10] - 2024-04-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.20-rc10
3.2.20-rc11
1 change: 1 addition & 0 deletions mythic-docker/src/rabbitmq/recv_pt_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ func updatePayloadTypeCommandParameters(in PayloadTypeSyncMessage, payloadtype d
Type: string(newParameter.ParameterType),
ParameterGroupName: newParameterGroup.GroupName,
CommandID: command.ID,
DynamicQueryFunction: newParameter.DynamicQueryFunctionName,
}
if defaultVal, err := getSyncToDatabaseValueForDefaultValue(newParameter.ParameterType, newParameter.DefaultValue, newParameter.Choices); err != nil {
logging.LogError(err, "Failed to getSyncToDatabaseValueForDefaultValue for brand new command parameter", "newParameter", newParameter)
Expand Down

0 comments on commit 20199e5

Please sign in to comment.