Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management
This report presents the forensic synthetic code analysis of OWASP/Nettacker, a Python project with 5,541 GitHub stars. SynthScan v2.0 examined 77,107 lines of code across 332 source files, recording 345 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 6.8 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 345 distinct pattern matches across 10 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/test_yaml_schema_and_regex.py | 10 | # ---------------------------- | COMMENT |
| MEDIUM | tests/test_yaml_schema_and_regex.py | 12 | # ---------------------------- | COMMENT |
| MEDIUM | tests/test_yaml_schema_and_regex.py | 35 | # ---------------------------- | COMMENT |
| MEDIUM | tests/test_yaml_schema_and_regex.py | 37 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_yaml_schema_and_regex.py | 91 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_yaml_schema_and_regex.py | 93 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_yaml_schema_and_regex.py | 103 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_yaml_schema_and_regex.py | 105 | # ---------------------------- | COMMENT |
| MEDIUM | tests/test_yaml_schema_and_regex.py | 167 | # ---------------------------- | COMMENT |
| MEDIUM | tests/test_yaml_schema_and_regex.py | 169 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 103 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 105 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 150 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 152 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 224 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 226 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 271 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 273 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 336 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 338 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 511 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 513 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 652 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 654 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 820 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 822 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 905 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 907 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 946 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 948 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 972 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 974 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1015 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1017 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1038 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1040 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1077 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/database/test_db.py | 1079 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | tests/database/test_db.py | 67 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | tests/database/test_db.py | 69 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | tests/database/test_db.py | 1168 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | tests/database/test_db.py | 1170 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | tests/database/test_db.py | 762 | # ------------------------------------------------------- | STRING |
| MEDIUM | tests/database/test_db.py | 764 | # ------------------------------------------------------- | STRING |
| MEDIUM | tests/core/lib/test_user_added_http_headers.py | 9 | # ---------------------------- | COMMENT |
| MEDIUM | tests/core/lib/test_user_added_http_headers.py | 11 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 116 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 118 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 169 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 171 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 326 | # ---------------------------- | COMMENT |
| MEDIUM⚡ | tests/core/lib/test_user_added_http_headers.py | 328 | # ---------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_yaml_schema_and_regex.py | 274 | def test_yaml_schema_and_regex_valid(yaml_file): | CODE |
| LOW⚡ | tests/database/test_db.py | 110 | def test_create_connection_sqlite( | CODE |
| LOW⚡ | tests/database/test_db.py | 154 | def test_send_submit_query_sqlite_success(self): | CODE |
| LOW⚡ | tests/database/test_db.py | 204 | def test_send_submit_query_sqlalchemy_success(self): | CODE |
| LOW⚡ | tests/database/test_db.py | 214 | def test_send_submit_query_sqlalchemy_failure(self, mock_warn, mock_messages): | CODE |
| LOW⚡ | tests/database/test_db.py | 230 | def test_submit_report_to_db_sqlite(self, mock_send_submit, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 277 | def test_remove_old_logs_sqlite(self, mock_send_submit, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 343 | def test_submit_logs_to_db_sqlite_success( | CODE |
| LOW⚡ | tests/database/test_db.py | 518 | def test_submit_temp_logs_to_db_sqlite_success( | CODE |
| LOW⚡ | tests/database/test_db.py | 657 | def test_sqlite_successful_lookup(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 825 | def test_select_reports_sqlite(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 898 | def test_select_reports_sqlalchemy_exception(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 911 | def test_get_scan_result_sqlite(self, mock_open, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 951 | def test_last_host_logs_sqlite(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 977 | def test_get_logs_by_scan_id_sqlite(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 1020 | def test_get_options_by_scan_id_sqlite(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 1043 | def test_logs_to_report_json_sqlite(self, mock_create_conn): | CODE |
| LOW⚡ | tests/database/test_db.py | 1088 | def test_logs_to_report_html_sqlite(self, mock_messages, mock_create_conn, mock_build_graph): | CODE |
| LOW | tests/database/test_db.py | 136 | def test_create_connection_mysql(self, mock_config, mock_sessionmaker, mock_create_engine): | CODE |
| LOW | tests/database/test_db.py | 166 | def test_send_submit_query_sqlite_retry_then_success(self): | CODE |
| LOW | tests/database/test_db.py | 185 | def test_send_submit_query_sqlite_failure(self, mock_warn, mock_messages): | CODE |
| LOW | tests/database/test_db.py | 186 | def sqlite_execute_side_effect(query): | CODE |
| LOW | tests/database/test_db.py | 257 | def test_submit_report_to_db_sqlalchemy(self, mock_report, mock_send_submit, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 308 | def test_remove_old_logs_sqlalchemy(self, mock_create_conn, mock_send_submit): | CODE |
| LOW | tests/database/test_db.py | 433 | def test_sqlite_operational_error(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 454 | def test_sqlite_generic_exception(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 495 | def test_sqlalchemy_submit_fail(self, mock_create_conn, mock_submit): | CODE |
| LOW | tests/database/test_db.py | 574 | def test_temp_log_operational_error(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 585 | def test_temp_log_generic_exception(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 598 | def test_temp_log_sqlalchemy_path(self, mock_create_conn, mock_send, mock_temp): | CODE |
| LOW | tests/database/test_db.py | 609 | def test_submit_temp_logs_to_db_sqlite(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 680 | def test_sqlite_exception_and_retry(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 693 | def test_sqlite_outer_exception(self, mock_create_conn, mock_messages, mock_warn): | CODE |
| LOW | tests/database/test_db.py | 706 | def test_sqlalchemy_successful_lookup(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 724 | def test_sqlalchemy_no_result(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 735 | def test_find_temp_events_sqlite(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 789 | def test_find_events_sqlite_exception(self, mock_create_conn, mock_warn): | CODE |
| LOW | tests/database/test_db.py | 801 | def test_find_events_sqlalchemy(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 860 | def test_select_reports_sqlite_exception(self, mock_create_conn, mock_warn): | CODE |
| LOW | tests/database/test_db.py | 871 | def test_select_reports_sqlalchemy(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 931 | def test_get_scan_result_sqlalchemy(self, mock_open_builtin, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 1132 | def test_logs_to_report_html_sqlalchemy( | CODE |
| LOW | tests/database/test_db.py | 1204 | def test_search_logs_no_results(self, mock_structure, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 1219 | def test_sqlite_path_exception(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 1230 | def test_sqlalchemy_path_success(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 1254 | def test_sqlalchemy_path_exception(self, mock_create_conn): | CODE |
| LOW | tests/database/test_db.py | 1266 | def test_sqlalchemy_path_no_results(self, mock_create_conn): | CODE |
| LOW | tests/database/test_mysql.py | 25 | def test_mysql_create_database_success(mock_create_engine): | CODE |
| LOW | tests/database/test_mysql.py | 49 | def test_mysql_create_database_already_exists(mock_create_engine): | CODE |
| LOW | tests/database/test_mysql.py | 68 | def test_mysql_create_database_exception(mock_create_engine): | CODE |
| LOW | tests/database/test_postgresql.py | 11 | def test_postgres_create_database_success(mock_create_engine): | CODE |
| LOW | tests/database/test_postgresql.py | 34 | def test_postgres_create_database_if_not_exists(mock_create_engine): | CODE |
| LOW | tests/database/test_postgresql.py | 71 | def test_postgres_create_database_create_fail(mock_create_engine): | CODE |
| LOW | tests/database/test_sqlite.py | 18 | def test_sqlite_create_tables(mock_create_engine, mock_config): | CODE |
| LOW | tests/database/test_sqlite.py | 33 | def test_sqlite_create_tables_integration(mock_config): | CODE |
| LOW | tests/core/test_exclude_ports.py | 34 | def test_init_and_service_discovery_signature(mock_loader, options, module_args): | CODE |
| LOW | tests/core/test_exclude_ports.py | 48 | def test_load_with_service_discovery( | CODE |
| LOW | tests/core/test_exclude_ports.py | 108 | def test_start_unsupported_library(mock_loader, mock_find_events, options, module_args): | CODE |
| LOW | tests/core/test_exclude_ports.py | 134 | def template_loader_side_effect(name, inputs): | CODE |
| LOW | tests/core/test_exclude_ports.py | 196 | def start_test_loader_side_effect(name, inputs): | CODE |
| 107 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | nettacker/database/db.py | 364 | except Exception: | CODE |
| LOW⚡ | nettacker/database/db.py | 372 | except Exception: | CODE |
| LOW⚡ | nettacker/database/db.py | 375 | except Exception: | CODE |
| LOW⚡ | nettacker/database/db.py | 379 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 68 | except Exception as e: | CODE |
| LOW | nettacker/database/db.py | 107 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 121 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 126 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 163 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 212 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 283 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 287 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 438 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 445 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 491 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 498 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 555 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 575 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 615 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 710 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 717 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 791 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 833 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 879 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 895 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 942 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 1094 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 1100 | except Exception: | CODE |
| LOW | nettacker/database/db.py | 1170 | except Exception: | CODE |
| LOW | nettacker/database/mysql.py | 24 | except Exception as e: | CODE |
| LOW | nettacker/core/arg_parser.py | 618 | except Exception: | CODE |
| LOW | nettacker/core/arg_parser.py | 681 | except Exception: | CODE |
| LOW | nettacker/core/arg_parser.py | 706 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 719 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 727 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 733 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 739 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 763 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 768 | except Exception: | CODE |
| LOW⚡ | nettacker/core/arg_parser.py | 773 | except Exception: | CODE |
| LOW | nettacker/core/ip.py | 47 | except Exception: | CODE |
| LOW | nettacker/core/ip.py | 72 | except Exception: | CODE |
| LOW | nettacker/core/ip.py | 84 | except Exception: | CODE |
| LOW | nettacker/core/ip.py | 109 | except Exception: | CODE |
| LOW | nettacker/core/ip.py | 121 | except Exception: | CODE |
| MEDIUM | nettacker/core/ip.py | 64 | def is_ipv4_range(ip_range): | CODE |
| MEDIUM | nettacker/core/ip.py | 76 | def is_ipv4_cidr(ip_range): | CODE |
| MEDIUM | nettacker/core/ip.py | 101 | def is_ipv6_range(ip_range): | CODE |
| MEDIUM | nettacker/core/ip.py | 113 | def is_ipv6_cidr(ip_range): | CODE |
| LOW | nettacker/core/app.py | 93 | except Exception: | CODE |
| LOW | nettacker/core/app.py | 98 | except Exception: | CODE |
| LOW | nettacker/core/utils/common.py | 28 | except Exception: | CODE |
| LOW | nettacker/core/utils/common.py | 190 | except Exception: | CODE |
| MEDIUM | nettacker/core/utils/common.py | 187 | def find_args_value(args_name): | CODE |
| LOW | nettacker/core/lib/http.py | 183 | except Exception: | CODE |
| LOW | nettacker/core/lib/ssl.py | 122 | except Exception: | CODE |
| MEDIUM | nettacker/core/lib/ssl.py | 110 | def create_tcp_socket(host, port, timeout): | CODE |
| LOW | nettacker/core/lib/socket.py | 31 | except Exception: | CODE |
| LOW | nettacker/core/lib/socket.py | 75 | except Exception: | CODE |
| LOW | nettacker/core/lib/socket.py | 79 | except Exception: | CODE |
| 9 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | tests/database/test_db.py | 818 | mock_session.query.return_value.filter.return_value.all.assert_called_once() | CODE |
| CRITICAL | nettacker/web/static/js/jquery.min.js | 4 | },attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("t | CODE |
| CRITICAL | nettacker/web/static/report/d3_tree_v1.html | 1822 | }, x.each(x.expr.match.bool.source.match(/\w+/g), function(e, n) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_yaml_schema_and_regex.py | 172 | CODE | |
| LOW | tests/test_yaml_schema_and_regex.py | 190 | CODE | |
| LOW | tests/test_yaml_schema_and_regex.py | 219 | CODE | |
| LOW | tests/test_yaml_schema_and_regex.py | 249 | CODE | |
| LOW | nettacker/database/db.py | 88 | CODE | |
| LOW | nettacker/database/db.py | 230 | CODE | |
| LOW | nettacker/database/db.py | 315 | CODE | |
| LOW | nettacker/database/db.py | 580 | CODE | |
| LOW | nettacker/database/db.py | 843 | CODE | |
| LOW | nettacker/database/db.py | 1014 | CODE | |
| LOW | nettacker/core/graph.py | 124 | CODE | |
| LOW | nettacker/core/graph.py | 217 | CODE | |
| LOW | nettacker/core/graph.py | 322 | CODE | |
| LOW | nettacker/core/arg_parser.py | 510 | CODE | |
| LOW | nettacker/core/app.py | 68 | CODE | |
| LOW | nettacker/core/app.py | 103 | CODE | |
| LOW | nettacker/core/template.py | 14 | CODE | |
| LOW | nettacker/core/module.py | 76 | CODE | |
| LOW | nettacker/core/module.py | 124 | CODE | |
| LOW | nettacker/core/utils/common.py | 70 | CODE | |
| LOW | nettacker/core/utils/common.py | 303 | CODE | |
| LOW | nettacker/core/utils/common.py | 323 | CODE | |
| LOW | nettacker/core/lib/http.py | 45 | CODE | |
| LOW | nettacker/core/lib/ssl.py | 219 | CODE | |
| LOW | nettacker/core/lib/socket.py | 240 | CODE | |
| LOW | nettacker/core/lib/base.py | 60 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nettacker/web/static/js/renderjson.js | 1 | // Copyright © 2013-2017 David Caldwell <david@porkrind.org> | COMMENT |
| LOW | nettacker/web/static/js/renderjson.js | 21 | // Options | COMMENT |
| LOW | nettacker/web/static/js/renderjson.js | 41 | // | COMMENT |
| LOW | nettacker/web/static/js/main.js | 581 | res = JSON.parse(res); | COMMENT |
| LOW | nettacker/web/static/js/main.js | 601 | // fr: "fr", | COMMENT |
| LOW | nettacker/web/static/js/main.js | 621 | COMMENT | |
| LOW | nettacker/web/static/js/main.js | 661 | // "</p><br>" + | COMMENT |
| LOW | nettacker/web/static/js/main.js | 681 | // report_type + | COMMENT |
| LOW | nettacker/web/static/js/main.js | 901 | //date = res[i]["info"]["date"]; | COMMENT |
| LOW | nettacker/web/static/js/main.js | 921 | // open_ports[j] + | COMMENT |
| LOW | nettacker/web/static/js/main.js | 961 | // if (j == 10) { | COMMENT |
| LOW | nettacker/web/static/js/main.js | 981 | // for (j = 0; j < description.length; j++) { | COMMENT |
| LOW | nettacker/web/static/report/d3_tree_v1.html | 61 | text-align:center; | COMMENT |
| LOW | nettacker/web/static/report/d3_tree_v1.html | 81 | // Usage | COMMENT |
| LOW | nettacker/web/static/report/d3_tree_v1.html | 101 | // | COMMENT |
| LOW | nettacker/lib/icmp/engine.py | 201 | delay = receive_one_ping(my_socket, my_id, timeout) | COMMENT |
| LOW | nettacker/lib/icmp/engine.py | 221 | # else: | COMMENT |
| LOW | nettacker/lib/icmp/engine.py | 241 | # delay = do_one(dest_addr, timeout, psize) | COMMENT |
| LOW | nettacker/lib/icmp/engine.py | 261 | # verbose_ping("heise.de") | COMMENT |
| LOW | nettacker/modules/scan/waf.yaml | 61 | - "https" | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | nettacker/database/postgresql.py | 0 | when using mysql database, this is the function that is used to create the database for the first time when you run the | STRING |
| HIGH | nettacker/database/sqlite.py | 0 | when using mysql database, this is the function that is used to create the database for the first time when you run the | STRING |
| HIGH | nettacker/database/mysql.py | 0 | when using mysql database, this is the function that is used to create the database for the first time when you run the | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/database/test_db.py | 311 | # Create a mock SQLAlchemy session | COMMENT |
| MEDIUM | nettacker/api/engine.py | 243 | # Define a list or tuple of valid extensions | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nettacker/lib/graph/d3_tree_v1/engine.py | 58 | CODE | |
| LOW | nettacker/lib/compare_report/engine.py | 22 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nettacker/web/static/js/bootstrap-tagsinput.min.js | 6 | !function(a){"use strict";function b(b,c){this.itemsArray=[],this.$element=a(b),this.$element.hide(),this.isSelect="SELE | CODE |