Skip to content

Commit f289be4

Browse files
committed
fix: bump agent to v0.11.2
fix: docker cp and docker exec are no longer refused for every container while --enable-sudo=false fix: DNS over TCP is now judged on every message a segment carries, not only the first, closing a data exfiltration channel via pipelined DNS queries
1 parent 5ebdccf commit f289be4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action/scripts/download_agent.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Immediately exit if any command has a non-zero exit status
44
set -e
55

6-
VERSION="v0.11.0"
7-
CHECKSUM_AMD64="3a48c0120ec691199091f8001baa69180441df053f5f9bd4411d2fc5dac9d1dd"
8-
CHECKSUM_ARM64="474caf93baac8adc47fec9fad35a4bb6691f530811a73840ab3285d07427a9ed"
6+
VERSION="v0.11.2"
7+
CHECKSUM_AMD64="e86fee4200470d03dd81e7e1ca540e9f147f6ef62e336baea654c5734e1e2a3c"
8+
CHECKSUM_ARM64="a041ec24caff555d0df49ab45ef5d9320602f631c12caa509bc7be48a92495b3"
99
BASE_DOWNLOAD_URL="https://github.com/bullfrogsec/agent/releases/download/"
1010

1111
TMP_DIR="/tmp"

0 commit comments

Comments
 (0)