From 9c58cfc2a844f545626ddcc8e1e8d385c56684bd Mon Sep 17 00:00:00 2001 From: ikelos Date: Tue, 1 Apr 2025 11:20:48 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 416: Implicit string concatenation in a list Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- volatility3/framework/plugins/linux/check_afinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/linux/check_afinfo.py b/volatility3/framework/plugins/linux/check_afinfo.py index 034d4c24f..310e7da6c 100644 --- a/volatility3/framework/plugins/linux/check_afinfo.py +++ b/volatility3/framework/plugins/linux/check_afinfo.py @@ -156,7 +156,7 @@ class Check_afinfo(plugins.PluginInterface): "udp_seq_ops", "arp_seq_ops", "unix_seq_ops", - "udp6_seq_ops" "raw6_seq_ops", + "udp6_seq_ops", "raw6_seq_ops", "tcp_seq_ops", "tcp4_seq_ops", "tcp6_seq_ops",