Skip to content

Commit caa1b19

Browse files
committed
Fix formatting
Signed-off-by: Arthur Chan <[email protected]>
1 parent 462a0dc commit caa1b19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/fuzz_introspector/analyses/data/cwe_data.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,8 @@
313313
('django.middleware.csrf.CsrfViewMiddleware', 'process_view'),
314314
('django.middleware.csrf.CsrfViewMiddleware', 'process_response')
315315
],
316-
'jvm':
317-
[(('org.springframework.security.config.annotation.web.'
318-
'builders.HttpSecurity'), 'csrf')]
316+
'jvm': [(('org.springframework.security.config.annotation.web.'
317+
'builders.HttpSecurity'), 'csrf')]
319318
}
320319
},
321320
'CWE434': {

0 commit comments

Comments
 (0)