Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Feb 13, 2025
1 parent a0b3732 commit a3cd17f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/fuzz_introspector/analyses/data/cwe_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit a3cd17f

Please sign in to comment.