We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462a0dc commit caa1b19Copy full SHA for caa1b19
src/fuzz_introspector/analyses/data/cwe_data.py
@@ -313,9 +313,8 @@
313
('django.middleware.csrf.CsrfViewMiddleware', 'process_view'),
314
('django.middleware.csrf.CsrfViewMiddleware', 'process_response')
315
],
316
- 'jvm':
317
- [(('org.springframework.security.config.annotation.web.'
318
- 'builders.HttpSecurity'), 'csrf')]
+ 'jvm': [(('org.springframework.security.config.annotation.web.'
+ 'builders.HttpSecurity'), 'csrf')]
319
}
320
},
321
'CWE434': {
0 commit comments