Extracts nested logic into helper functions to comply with Credo requirements (max nesting depth 2): - data_builder.ex: Extract historical packet distance filtering (filter_historical_by_distance/3, packet_far_enough_from_most_recent?/3) Reduces depth 5 -> depth 3 - streaming_packets_pubsub.ex: Extract subscriber message sending (send_to_subscriber_if_alive/3) Reduces depth 4 -> depth 2 - aprs_symbol.ex: Extract symbol code calculation (get_symbol_code_ord/1) Reduces depth 3 -> depth 2 - mobile_channel.ex: Extract subscription bounds update (update_subscription_bounds/2) Reduces depth 3 -> depth 2 - core_components.ex: Extract SVG tag class insertion (add_class_to_svg_tag/2) Reduces depth 3 -> depth 2 - info_live/show.ex: Extract row mapping for database queries (map_digipeater_row/2, map_station_heard_row/2) Reduces depth 3 -> depth 2 (2 instances) Also updates .sobelow-skips with new line numbers from code changes. Fixes 7 Credo nesting depth issues (2 remaining)
28 lines
No EOL
1.8 KiB
Text
28 lines
No EOL
1.8 KiB
Text
|
|
Traversal.FileModule: Directory Traversal in `File.read`,lib/aprsme/devices_seeder.ex:8,1BF74FD
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:347,1CB06D3
|
|
SQL.Query: SQL injection,lib/aprsme/db_optimizer.ex:152,1DA970
|
|
Config.HTTPS: HTTPS Not Enabled,config/prod.exs:0,2B5C077
|
|
Config.Headers: Missing Secure Browser Headers,lib/aprsme_web/router.ex:11,32F6644
|
|
SQL.Query: SQL injection,lib/aprsme/db_optimizer.ex:33,339B6E6
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:462,3418D79
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:632,395070D
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:650,44312C
|
|
SQL.Query: SQL injection,lib/aprsme/packets.ex:661,498E4DF
|
|
Traversal.FileModule: Directory Traversal in `File.read`,lib/aprsme_web/components/core_components.ex:37,4DB3CEF
|
|
SQL.Query: SQL injection,lib/aprsme/release.ex:159,5D9BE66
|
|
SQL.Query: SQL injection,lib/aprsme/db_optimizer.ex:107,5ECC490
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:576,6A503E9
|
|
XSS.Raw: XSS,lib/aprsme_web/components/core_components.ex:52,6B2C0EC
|
|
SQL.Query: SQL injection,lib/aprsme/db_optimizer.ex:129,711E151
|
|
SQL.Query: SQL injection,lib/aprsme/release.ex:163,7079EA4
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:675,2E9B38C
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:390,46E033F
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:505,515E82C
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:619,53BB748
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:693,EEA0E3
|
|
SQL.Query: SQL injection,lib/aprsme/packets.ex:664,17532E
|
|
XSS.Raw: XSS,lib/aprsme_web/components/core_components.ex:48,1E00DD8
|
|
SQL.Query: SQL injection,lib/aprsme_web/live/info_live/show.ex:603,52B452D
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:661,5C70BB5
|
|
XSS.Raw: XSS,lib/aprsme_web/live/info_live/show.ex:643,692A7EC |