From a3cd17f0709bb580475e64898aa3c0ac451b9330 Mon Sep 17 00:00:00 2001 From: Arthur Chan Date: Thu, 13 Feb 2025 08:27:17 +0000 Subject: [PATCH] Fix formatting Signed-off-by: Arthur Chan --- src/fuzz_introspector/analyses/data/cwe_data.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/fuzz_introspector/analyses/data/cwe_data.py b/src/fuzz_introspector/analyses/data/cwe_data.py index 57da0c850..377949096 100644 --- a/src/fuzz_introspector/analyses/data/cwe_data.py +++ b/src/fuzz_introspector/analyses/data/cwe_data.py @@ -313,9 +313,8 @@ ('django.middleware.csrf.CsrfViewMiddleware', 'process_view'), ('django.middleware.csrf.CsrfViewMiddleware', 'process_response') ], - 'jvm': - [(('org.springframework.security.config.annotation.web.' - 'builders.HttpSecurity'), 'csrf')] + 'jvm': [(('org.springframework.security.config.annotation.web.' + 'builders.HttpSecurity'), 'csrf')] } }, 'CWE434': {