{ "cells": [ { "cell_type": "markdown", "id": "e38c9b94", "metadata": {}, "source": [ "## Navigate and produce .csv tables" ] }, { "cell_type": "code", "execution_count": 1, "id": "eab5a79a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "/Users/hohn/local/sarif-cli/data/treeio\n" ] } ], "source": [ "cd ~/local/sarif-cli/data/treeio" ] }, { "cell_type": "code", "execution_count": 2, "id": "410f8af6", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\u001b[34m2021-12-09\u001b[m\u001b[m/ multi-sarif-01.json test_set_1.sarif\r\n", "\u001b[34m2022-02-25\u001b[m\u001b[m/ multi-sarif-01.yaml test_set_1.yaml\r\n", "\u001b[34mbase-tables\u001b[m\u001b[m/ \u001b[34mtest-01\u001b[m\u001b[m/ \u001b[34mtreeio\u001b[m\u001b[m/\r\n" ] } ], "source": [ "%ls" ] }, { "cell_type": "code", "execution_count": 3, "id": "bbf85a1b", "metadata": {}, "outputs": [], "source": [ "!sarif-extract-multi multi-sarif-01.json base-tables" ] }, { "cell_type": "code", "execution_count": 4, "id": "c55e5253", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "/Users/hohn/local/sarif-cli/data/treeio/base-tables\n" ] } ], "source": [ "cd base-tables" ] }, { "cell_type": "code", "execution_count": 5, "id": "a0efff91", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "artifacts.csv kind_problem.csv rules.csv\r\n", "codeflows.csv project.csv\r\n", "kind_pathproblem.csv relatedLocations.csv\r\n" ] } ], "source": [ "%ls" ] }, { "cell_type": "markdown", "id": "3a2239e8", "metadata": {}, "source": [ "## Display adjustments" ] }, { "cell_type": "code", "execution_count": 6, "id": "ca00fc10", "metadata": {}, "outputs": [ { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from IPython.display import display, HTML\n", "\n", "# use full display width\n", "display(HTML(\"\"))\n", "\n", "# enlarge table font size\n", "display(HTML(\"\"))\n", "\n", "display(HTML(\"\"))\n", "\n" ] }, { "cell_type": "markdown", "id": "24a212e3", "metadata": {}, "source": [ "## Load tables" ] }, { "cell_type": "code", "execution_count": 7, "id": "b26e87f9", "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "from collections import UserDict\n", "d1 = UserDict()" ] }, { "cell_type": "code", "execution_count": 8, "id": "05074a76", "metadata": {}, "outputs": [], "source": [ "def windowed_view(df):\n", " return df.style.set_sticky(axis=0).set_sticky(axis=1)" ] }, { "cell_type": "code", "execution_count": 9, "id": "3fd47187", "metadata": {}, "outputs": [], "source": [ "from pathlib import Path\n", "for p in Path(\".\").glob(\"*.csv\"):\n", " d1[p.name] = pd.read_csv(p)" ] }, { "cell_type": "markdown", "id": "9955acec", "metadata": {}, "source": [ "## display all column names" ] }, { "cell_type": "code", "execution_count": 10, "id": "0bf54f6a", "metadata": { "scrolled": true }, "outputs": [ { "data": { "text/html": [ "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
 artifacts.csvcodeflows.csvkind_pathproblem.csvkind_problem.csvproject.csvrelatedLocations.csvrules.csv
0artifacts_idcodeflow_idresults_array_idresults_array_idcreation_datestruct_idrules_array_id
1indexcodeflow_indexresults_array_indexresults_array_indexprimary_languageurirules_array_index
2urithreadflow_indexcodeFlows_idruleIdproject_namestartLineid
3uriBaseIdlocation_indexruleIdruleIndexquery_commit_idstartColumnname
4endColumnruleIndexlocation_array_indexsarif_file_nameendLineenabled
5endLinelocation_array_indexlocation_idscan_idendColumnlevel
6startColumnlocation_idlocation_endColumnscan_start_datemessagefullDescription
7startLinelocation_endColumnlocation_endLinescan_stop_dateshortDescription
8artifact_indexlocation_endLinelocation_startColumntool_namekind
9urilocation_startColumnlocation_startLinetool_versionprecision
10uriBaseIdlocation_startLinelocation_index$schemasecurity-severity
11messagelocation_indexlocation_urisarif_versionseverity
12location_urilocation_uriBaseIdrun_indexsub-severity
13location_uriBaseIdlocation_messageartifactstag_index
14location_messagerelatedLocation_array_indexcolumnKindtag_text
15relatedLocation_array_indexrelatedLocation_idresults
16relatedLocation_idrelatedLocation_endColumnsemmle.formatSpecifier
17relatedLocation_endColumnrelatedLocation_endLinesemmle.sourceLanguage
18relatedLocation_endLinerelatedLocation_startColumndriver_name
19relatedLocation_startColumnrelatedLocation_startLineorganization
20relatedLocation_startLinerelatedLocation_indexrules
21relatedLocation_indexrelatedLocation_uridriver_version
22relatedLocation_urirelatedLocation_uriBaseIdrepositoryUri
23relatedLocation_uriBaseIdrelatedLocation_messagerevisionId
24relatedLocation_messagemessage_text
25message_textprimaryLocationLineHash
26primaryLocationLineHashprimaryLocationStartColumnFingerprint
27primaryLocationStartColumnFingerprintrule_id
28rule_idrule_index
29rule_index
\n" ], "text/plain": [ "" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "d1.colnames = pd.DataFrame([_df.columns for _df in d1.values()], index=d1.keys()).sort_index().T\n", "windowed_view(d1.colnames.fillna(\"\"))\n" ] }, { "cell_type": "markdown", "id": "859a7cf1", "metadata": {}, "source": [ "## ... and get details of some tables" ] }, { "cell_type": "code", "execution_count": 11, "id": "257e0c95", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0123
creation_date2021-12-092021-12-092022-02-252022-02-25
primary_languagejavascriptjavascriptjavascriptjavascript
project_nametreeio/treeiotreeio/treeiotreeio/treeiotreeio/treeio
query_commit_idfa9571646cfa9571646cfa9571646cfa9571646c
sarif_file_name2021-12-09/results.sarif2021-12-09/results.sarif2022-02-25/results.sarif2022-02-25/results.sarif
scan_id123456123456123457123457
scan_start_date2021-12-092021-12-092022-02-252022-02-25
scan_stop_date2021-12-102021-12-102022-02-262022-02-26
tool_namecodeqlcodeqlcodeqlcodeql
tool_versionv1.27v1.27v1.29v1.29
$schemahttps://raw.githubusercontent.com/oasis-tcs/sa...https://raw.githubusercontent.com/oasis-tcs/sa...https://json.schemastore.org/sarif-2.1.0.jsonhttps://json.schemastore.org/sarif-2.1.0.json
sarif_version2.1.02.1.02.1.02.1.0
run_index0101
artifacts4793680000479611436847976099844799031488
columnKindutf16CodeUnitsunicodeCodePointsunicodeCodePointsutf16CodeUnits
results4793680256479614169647976236164799032384
semmle.formatSpecifier2.1.02.1.02.1.02.1.0
semmle.sourceLanguagejavascriptpythonpythonjavascript
driver_nameLGTM.comLGTM.comLGTM.comLGTM.com
organizationSemmleSemmleSemmleSemmle
rules4796114688479760947247990320004800968384
driver_version1.29.0-SNAPSHOT1.29.0-SNAPSHOT1.31.0-SNAPSHOT1.31.0-SNAPSHOT
repositoryUrihttps://github.com/treeio/treeio.githttps://github.com/treeio/treeio.githttps://github.com/treeio/treeio.githttps://github.com/treeio/treeio.git
revisionIdbae3115f4015aad2cbc5ab45572232ceec990495bae3115f4015aad2cbc5ab45572232ceec990495bae3115f4015aad2cbc5ab45572232ceec990495bae3115f4015aad2cbc5ab45572232ceec990495
\n", "
" ], "text/plain": [ " 0 \\\n", "creation_date 2021-12-09 \n", "primary_language javascript \n", "project_name treeio/treeio \n", "query_commit_id fa9571646c \n", "sarif_file_name 2021-12-09/results.sarif \n", "scan_id 123456 \n", "scan_start_date 2021-12-09 \n", "scan_stop_date 2021-12-10 \n", "tool_name codeql \n", "tool_version v1.27 \n", "$schema https://raw.githubusercontent.com/oasis-tcs/sa... \n", "sarif_version 2.1.0 \n", "run_index 0 \n", "artifacts 4793680000 \n", "columnKind utf16CodeUnits \n", "results 4793680256 \n", "semmle.formatSpecifier 2.1.0 \n", "semmle.sourceLanguage javascript \n", "driver_name LGTM.com \n", "organization Semmle \n", "rules 4796114688 \n", "driver_version 1.29.0-SNAPSHOT \n", "repositoryUri https://github.com/treeio/treeio.git \n", "revisionId bae3115f4015aad2cbc5ab45572232ceec990495 \n", "\n", " 1 \\\n", "creation_date 2021-12-09 \n", "primary_language javascript \n", "project_name treeio/treeio \n", "query_commit_id fa9571646c \n", "sarif_file_name 2021-12-09/results.sarif \n", "scan_id 123456 \n", "scan_start_date 2021-12-09 \n", "scan_stop_date 2021-12-10 \n", "tool_name codeql \n", "tool_version v1.27 \n", "$schema https://raw.githubusercontent.com/oasis-tcs/sa... \n", "sarif_version 2.1.0 \n", "run_index 1 \n", "artifacts 4796114368 \n", "columnKind unicodeCodePoints \n", "results 4796141696 \n", "semmle.formatSpecifier 2.1.0 \n", "semmle.sourceLanguage python \n", "driver_name LGTM.com \n", "organization Semmle \n", "rules 4797609472 \n", "driver_version 1.29.0-SNAPSHOT \n", "repositoryUri https://github.com/treeio/treeio.git \n", "revisionId bae3115f4015aad2cbc5ab45572232ceec990495 \n", "\n", " 2 \\\n", "creation_date 2022-02-25 \n", "primary_language javascript \n", "project_name treeio/treeio \n", "query_commit_id fa9571646c \n", "sarif_file_name 2022-02-25/results.sarif \n", "scan_id 123457 \n", "scan_start_date 2022-02-25 \n", "scan_stop_date 2022-02-26 \n", "tool_name codeql \n", "tool_version v1.29 \n", "$schema https://json.schemastore.org/sarif-2.1.0.json \n", "sarif_version 2.1.0 \n", "run_index 0 \n", "artifacts 4797609984 \n", "columnKind unicodeCodePoints \n", "results 4797623616 \n", "semmle.formatSpecifier 2.1.0 \n", "semmle.sourceLanguage python \n", "driver_name LGTM.com \n", "organization Semmle \n", "rules 4799032000 \n", "driver_version 1.31.0-SNAPSHOT \n", "repositoryUri https://github.com/treeio/treeio.git \n", "revisionId bae3115f4015aad2cbc5ab45572232ceec990495 \n", "\n", " 3 \n", "creation_date 2022-02-25 \n", "primary_language javascript \n", "project_name treeio/treeio \n", "query_commit_id fa9571646c \n", "sarif_file_name 2022-02-25/results.sarif \n", "scan_id 123457 \n", "scan_start_date 2022-02-25 \n", "scan_stop_date 2022-02-26 \n", "tool_name codeql \n", "tool_version v1.29 \n", "$schema https://json.schemastore.org/sarif-2.1.0.json \n", "sarif_version 2.1.0 \n", "run_index 1 \n", "artifacts 4799031488 \n", "columnKind utf16CodeUnits \n", "results 4799032384 \n", "semmle.formatSpecifier 2.1.0 \n", "semmle.sourceLanguage javascript \n", "driver_name LGTM.com \n", "organization Semmle \n", "rules 4800968384 \n", "driver_version 1.31.0-SNAPSHOT \n", "repositoryUri https://github.com/treeio/treeio.git \n", "revisionId bae3115f4015aad2cbc5ab45572232ceec990495 " ] }, "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ "d1['project.csv'].T" ] }, { "cell_type": "code", "execution_count": 12, "id": "2ea49c77", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0123456789...353354355356357358359360361362
artifacts_id4793680000479368000047936800004793680000479368000047936800004793680000479368000047936800004793680000...4799031488479903148847990314884799031488479903148847990314884799031488479903148847990314884799031488
index0123456789...66676869707172737475
uristatic/js/fileuploader.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/accordion/hov...static/js/jquery.ganttView.jsstatic/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/co...static/js/tinymce/jscripts/tiny_mce/plugins/em...static/js/tinymce/jscripts/tiny_mce/plugins/fu...static/js/tinymce/jscripts/tiny_mce/plugins/fu......static/js/jquery.ba-serializeobject.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.button.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.tabs.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.sortab...static/js/jquery-ui-1.10.3/ui/jquery.ui.droppa...static/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-custom.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.positi...static/js/jquery-ui-1.10.3/demos/droppable/pho...static/js/jquery-ui-1.10.3/demos/tabs/manipula...
uriBaseId%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%...%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
\n", "

4 rows × 363 columns

\n", "
" ], "text/plain": [ " 0 1 \\\n", "artifacts_id 4793680000 4793680000 \n", "index 0 1 \n", "uri static/js/fileuploader.js static/js/hardtree.js \n", "uriBaseId %SRCROOT% %SRCROOT% \n", "\n", " 2 \\\n", "artifacts_id 4793680000 \n", "index 2 \n", "uri static/js/jquery-ui-1.10.3/demos/accordion/hov... \n", "uriBaseId %SRCROOT% \n", "\n", " 3 \\\n", "artifacts_id 4793680000 \n", "index 3 \n", "uri static/js/jquery.ganttView.js \n", "uriBaseId %SRCROOT% \n", "\n", " 4 \\\n", "artifacts_id 4793680000 \n", "index 4 \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "uriBaseId %SRCROOT% \n", "\n", " 5 \\\n", "artifacts_id 4793680000 \n", "index 5 \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "uriBaseId %SRCROOT% \n", "\n", " 6 \\\n", "artifacts_id 4793680000 \n", "index 6 \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/co... \n", "uriBaseId %SRCROOT% \n", "\n", " 7 \\\n", "artifacts_id 4793680000 \n", "index 7 \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/em... \n", "uriBaseId %SRCROOT% \n", "\n", " 8 \\\n", "artifacts_id 4793680000 \n", "index 8 \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/fu... \n", "uriBaseId %SRCROOT% \n", "\n", " 9 ... \\\n", "artifacts_id 4793680000 ... \n", "index 9 ... \n", "uri static/js/tinymce/jscripts/tiny_mce/plugins/fu... ... \n", "uriBaseId %SRCROOT% ... \n", "\n", " 353 \\\n", "artifacts_id 4799031488 \n", "index 66 \n", "uri static/js/jquery.ba-serializeobject.js \n", "uriBaseId %SRCROOT% \n", "\n", " 354 \\\n", "artifacts_id 4799031488 \n", "index 67 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.button.js \n", "uriBaseId %SRCROOT% \n", "\n", " 355 \\\n", "artifacts_id 4799031488 \n", "index 68 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.tabs.js \n", "uriBaseId %SRCROOT% \n", "\n", " 356 \\\n", "artifacts_id 4799031488 \n", "index 69 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.sortab... \n", "uriBaseId %SRCROOT% \n", "\n", " 357 \\\n", "artifacts_id 4799031488 \n", "index 70 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.droppa... \n", "uriBaseId %SRCROOT% \n", "\n", " 358 \\\n", "artifacts_id 4799031488 \n", "index 71 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery-ui.js \n", "uriBaseId %SRCROOT% \n", "\n", " 359 \\\n", "artifacts_id 4799031488 \n", "index 72 \n", "uri static/js/jquery-ui-custom.js \n", "uriBaseId %SRCROOT% \n", "\n", " 360 \\\n", "artifacts_id 4799031488 \n", "index 73 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.positi... \n", "uriBaseId %SRCROOT% \n", "\n", " 361 \\\n", "artifacts_id 4799031488 \n", "index 74 \n", "uri static/js/jquery-ui-1.10.3/demos/droppable/pho... \n", "uriBaseId %SRCROOT% \n", "\n", " 362 \n", "artifacts_id 4799031488 \n", "index 75 \n", "uri static/js/jquery-ui-1.10.3/demos/tabs/manipula... \n", "uriBaseId %SRCROOT% \n", "\n", "[4 rows x 363 columns]" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "d1[\"artifacts.csv\"].T" ] }, { "cell_type": "code", "execution_count": 13, "id": "7e16d28e", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0123456789...336337338339340341342343344345
codeflow_id4795838400479583840047958384004795838400479583840047958384004795838400479583840047958384004795838400...4800898624480089862448008986244800898624480089862448008986244800898624480089862448008986244800898624
codeflow_index0000000001...5555555555
threadflow_index0000000000...0000000000
location_index0123456780...0123456789
endColumn35484640464742421435...111554640463047464675
endLine959896291391481481481021102110279598...541542139148148148148189189196
startColumn284138323219154628...10154383232281917465
startLine959896291391481481481021102110279598...541542139148148148148189189196
artifact_index72726161616161616172...72726060606060606060
uristatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery-ui.js...static/js/jquery-ui-custom.jsstatic/js/jquery-ui-custom.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi...
uriBaseId%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%...%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
messageoptionsoptionssettingssettingssettings || {}$.exten ... || {})this._g ... Field\")altFieldaltFieldoptions...aasettingssettingssettings || {}{}$.exten ... || {})this._g ... dText\")appendTextappendText
\n", "

12 rows × 346 columns

\n", "
" ], "text/plain": [ " 0 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 0 \n", "endColumn 35 \n", "endLine 9598 \n", "startColumn 28 \n", "startLine 9598 \n", "artifact_index 72 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery-ui.js \n", "uriBaseId %SRCROOT% \n", "message options \n", "\n", " 1 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 1 \n", "endColumn 48 \n", "endLine 9629 \n", "startColumn 41 \n", "startLine 9629 \n", "artifact_index 72 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery-ui.js \n", "uriBaseId %SRCROOT% \n", "message options \n", "\n", " 2 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 2 \n", "endColumn 46 \n", "endLine 139 \n", "startColumn 38 \n", "startLine 139 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings \n", "\n", " 3 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 3 \n", "endColumn 40 \n", "endLine 148 \n", "startColumn 32 \n", "startLine 148 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings \n", "\n", " 4 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 4 \n", "endColumn 46 \n", "endLine 148 \n", "startColumn 32 \n", "startLine 148 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings || {} \n", "\n", " 5 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 5 \n", "endColumn 47 \n", "endLine 148 \n", "startColumn 19 \n", "startLine 148 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message $.exten ... || {}) \n", "\n", " 6 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 6 \n", "endColumn 42 \n", "endLine 1021 \n", "startColumn 15 \n", "startLine 1021 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message this._g ... Field\") \n", "\n", " 7 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 7 \n", "endColumn 42 \n", "endLine 1021 \n", "startColumn 4 \n", "startLine 1021 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message altField \n", "\n", " 8 \\\n", "codeflow_id 4795838400 \n", "codeflow_index 0 \n", "threadflow_index 0 \n", "location_index 8 \n", "endColumn 14 \n", "endLine 1027 \n", "startColumn 6 \n", "startLine 1027 \n", "artifact_index 61 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message altField \n", "\n", " 9 ... \\\n", "codeflow_id 4795838400 ... \n", "codeflow_index 1 ... \n", "threadflow_index 0 ... \n", "location_index 0 ... \n", "endColumn 35 ... \n", "endLine 9598 ... \n", "startColumn 28 ... \n", "startLine 9598 ... \n", "artifact_index 72 ... \n", "uri static/js/jquery-ui-1.10.3/ui/jquery-ui.js ... \n", "uriBaseId %SRCROOT% ... \n", "message options ... \n", "\n", " 336 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 0 \n", "endColumn 11 \n", "endLine 541 \n", "startColumn 10 \n", "startLine 541 \n", "artifact_index 72 \n", "uri static/js/jquery-ui-custom.js \n", "uriBaseId %SRCROOT% \n", "message a \n", "\n", " 337 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 1 \n", "endColumn 155 \n", "endLine 542 \n", "startColumn 154 \n", "startLine 542 \n", "artifact_index 72 \n", "uri static/js/jquery-ui-custom.js \n", "uriBaseId %SRCROOT% \n", "message a \n", "\n", " 338 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 2 \n", "endColumn 46 \n", "endLine 139 \n", "startColumn 38 \n", "startLine 139 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings \n", "\n", " 339 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 3 \n", "endColumn 40 \n", "endLine 148 \n", "startColumn 32 \n", "startLine 148 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings \n", "\n", " 340 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 4 \n", "endColumn 46 \n", "endLine 148 \n", "startColumn 32 \n", "startLine 148 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message settings || {} \n", "\n", " 341 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 5 \n", "endColumn 30 \n", "endLine 148 \n", "startColumn 28 \n", "startLine 148 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message {} \n", "\n", " 342 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 6 \n", "endColumn 47 \n", "endLine 148 \n", "startColumn 19 \n", "startLine 148 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message $.exten ... || {}) \n", "\n", " 343 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 7 \n", "endColumn 46 \n", "endLine 189 \n", "startColumn 17 \n", "startLine 189 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message this._g ... dText\") \n", "\n", " 344 \\\n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 8 \n", "endColumn 46 \n", "endLine 189 \n", "startColumn 4 \n", "startLine 189 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message appendText \n", "\n", " 345 \n", "codeflow_id 4800898624 \n", "codeflow_index 5 \n", "threadflow_index 0 \n", "location_index 9 \n", "endColumn 75 \n", "endLine 196 \n", "startColumn 65 \n", "startLine 196 \n", "artifact_index 60 \n", "uri static/js/jquery-ui-1.10.3/ui/jquery.ui.datepi... \n", "uriBaseId %SRCROOT% \n", "message appendText \n", "\n", "[12 rows x 346 columns]" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "(d1[\"codeflows.csv\"]).T" ] }, { "cell_type": "code", "execution_count": 14, "id": "aa21d858", "metadata": { "scrolled": false }, "outputs": [ { "data": { "text/html": [ "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
 012345678910111213141516171819202122232425262728293031323334353637383940414243
results_array_id47936802564793680256479368025647936802564793680256479368025647936802564793680256479368025647936802564793680256479368025647936802564793680256479368025647936802564793680256479368025647936802564796141696479614169647961416964797623616479762361647976236164799032384479903238447990323844799032384479903238447990323844799032384479903238447990323844799032384479903238447990323844799032384479903238447990323844799032384479903238447990323844799032384
results_array_index564564564565566567568569570570570571572573576576576576576347348349347348349428428428429430431432433434434434435436437439439439439439
codeFlows_id47958384004795838400479583840047959052164795935040479595027247959523844795962752479596486447959648644795964864479597664047959882884796007616479603968047960396804796039680479603968047960396804797533888479754387247975613444798972864479897459247989920644800717504480071750448007175044800776064480080588848008211204800823232480083769648008521604800852160480085216048008556804800867328480087846448008986244800898624480089862448008986244800898624
ruleIdcom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-input
ruleIndex3131313132323232323232323232343434343411111111111128282828292929292929292929293131313131
location_array_index00000000000000000000000000000000000000000000
location_id-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1
location_endColumn1414142511850471251414141099075757575757533333333333314141425118504712514141410990757575757575
location_endLine102710271027126466661285474949393931096165196196196196196395429466395429466102710271027126466661285474949393931096165196196196196196
location_startColumn6661524363331353535181317656565656529292929292966615243633313535351813176565656565
location_startLine102710271027126466661285474948989891096165196196196196196395429466395429466102710271027126466661285474948989891096165196196196196196
location_index61616174404043160606075767661616161610000006060607339394215959597475756060606060
location_uristatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.position.jsstatic/js/12o_super_mini.jsstatic/js/12o_super_mini.jsstatic/js/chat.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/droppable/photo-manager.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jstreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pystatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.position.jsstatic/js/12o_super_mini.jsstatic/js/12o_super_mini.jsstatic/js/chat.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/droppable/photo-manager.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.js
location_uriBaseId%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
location_messagescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value
relatedLocation_array_index01200000012000012340000000120000001200001234
relatedLocation_id12311111123111123451111111231111112311112345
relatedLocation_endColumn221592685047752728315030387535873511646464646464221592685047752728315030387535873511
relatedLocation_endLine96312031542295466661285474949091921035962196959819619985413944284653944284659631203154229546666128547494909192103596219695981961998541
relatedLocation_startColumn19191175436336117171713162265282028105050505050501919117543633611717171316226528202810
relatedLocation_startLine95981998541117466661285474949091921035962196959819619985413944284653944284659598199854111746666128547494909192103596219695981961998541
relatedLocation_index72617374404043160606075767661726161730000007160727339394215959597475756071606072
relatedLocation_uristatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-custom.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.position.jsstatic/js/12o_super_mini.jsstatic/js/12o_super_mini.jsstatic/js/chat.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/droppable/photo-manager.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-custom.jstreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pytreeio/core/middleware/chat.pystatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-custom.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.position.jsstatic/js/12o_super_mini.jsstatic/js/12o_super_mini.jsstatic/js/chat.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/dialog/modal-form.htmlstatic/js/jquery-ui-1.10.3/demos/droppable/photo-manager.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/demos/tabs/manipulation.htmlstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery-ui.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-1.10.3/ui/jquery.ui.datepicker.jsstatic/js/jquery-ui-custom.js
relatedLocation_uriBaseId%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
relatedLocation_message'$.fn.datepicker' plugin'$.fn.datepicker' plugin'$.fn.datepicker' plugin'$.fn.position' pluginDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textHTML constructionlibrary inputcross-site scriptinglibrary inputlibrary inputError informationError informationError informationError informationError informationError information'$.fn.datepicker' plugin'$.fn.datepicker' plugin'$.fn.datepicker' plugin'$.fn.position' pluginDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textDOM textHTML constructionlibrary inputcross-site scriptinglibrary inputlibrary input
message_textPotential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.position' plugin](1).[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[Error information](1) may be exposed to an external user[Error information](1) may be exposed to an external user[Error information](1) may be exposed to an external user[Error information](1) may be exposed to an external user[Error information](1) may be exposed to an external user[Error information](1) may be exposed to an external userPotential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.datepicker' plugin](1).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](2).\n", "Potential XSS vulnerability in the ['$.fn.datepicker' plugin](3).Potential XSS vulnerability in the ['$.fn.position' plugin](1).[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](2) is reinterpreted as HTML without escaping meta-characters.\n", "[DOM text](3) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[DOM text](1) is reinterpreted as HTML without escaping meta-characters.[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).[HTML construction](1) based on [library input](2) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](4) might later cause [cross-site scripting](3).\n", "[HTML construction](1) based on [library input](5) might later cause [cross-site scripting](3).
primaryLocationLineHash862d0932c3f65e9c:1862d0932c3f65e9c:1862d0932c3f65e9c:1cdbebfebc041366e:14a980240eec311bb:1703eafa65a81eae4:150c5e6da4202e956:14a980240eec311bb:1b3f0d76a66d54a16:1b3f0d76a66d54a16:1b3f0d76a66d54a16:168541733ad36bd2:151698d300613832:1dbf55bee3d3f647b:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:1fe0bcea7958de1b6:1e79fc11e0cc97a5e:1ff56eb44533e630c:1fe0bcea7958de1b6:1e79fc11e0cc97a5e:1ff56eb44533e630c:1862d0932c3f65e9c:1862d0932c3f65e9c:1862d0932c3f65e9c:1cdbebfebc041366e:14a980240eec311bb:1703eafa65a81eae4:150c5e6da4202e956:14a980240eec311bb:1b3f0d76a66d54a16:1b3f0d76a66d54a16:1b3f0d76a66d54a16:168541733ad36bd2:151698d300613832:1dbf55bee3d3f647b:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:16f2940a7ef085545:1
primaryLocationStartColumnFingerprint222122031820282828138136161616161202020202020222122031820282828138136161616161
rule_idcom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/python-queries:py/stack-trace-exposurecom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/unsafe-jquery-plugincom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/xss-through-domcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-inputcom.lgtm/javascript-queries:js/html-constructed-from-input
rule_index3131313132323232323232323232343434343411111111111128282828292929292929292929293131313131
\n" ], "text/plain": [ "" ] }, "execution_count": 14, "metadata": {}, "output_type": "execute_result" } ], "source": [ "windowed_view(d1[\"kind_pathproblem.csv\"].T)" ] }, { "cell_type": "code", "execution_count": 15, "id": "6cd954bd", "metadata": { "scrolled": false }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0123456789...1717171817191720172117221723172417251726
results_array_id4793680256479368025647936802564793680256479368025647936802564793680256479368025647936802564793680256...4799032384479903238447990323844799032384479903238447990323844799032384479903238447990323844799032384
results_array_index0123456789...419420421422423424425426427438
ruleIdcom.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va......com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/loop-iteration-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/incomplete-mult...
ruleIndex0000000000...25252525262727272730
location_array_index0000000000...0000000000
location_id-1-1-1-1-1-1-1-1-1-1...-1-1-1-1-1-1-1-1-1-1
location_endColumn1730301691619745155...249136173172225770339739
location_endLine12148478699323394394119292292...2021222371220226227272664
location_startColumn13171710589735053...16177898255568319511
location_startLine12148478699323394394119292292...2021222371220226227272664
location_index0111233444...15151515705553639
location_uristatic/js/fileuploader.jsstatic/js/hardtree.jsstatic/js/hardtree.jsstatic/js/hardtree.jsstatic/js/jquery-ui-1.10.3/demos/accordion/hov...static/js/jquery.ganttView.jsstatic/js/jquery.ganttView.jsstatic/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad......static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/jquery-ui-1.10.3/ui/jquery.ui.droppa...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/utils/vali...static/js/12o_super_mini.js
location_uriBaseId%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%...%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
location_messagescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value...scli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value
relatedLocation_array_index0000000000...0000000000
relatedLocation_id-1-1-1-1-1-1-1-1-1-1...1111-111111
relatedLocation_endColumn-1-1-1-1-1-1-1-1-1-1...72727272-17078543323
relatedLocation_endLine-1-1-1-1-1-1-1-1-1-1...114114114114-1220226253702664
relatedLocation_startColumn1111111111...3030303013949483222
relatedLocation_startLine-1-1-1-1-1-1-1-1-1-1...114114114114-1220226253702664
relatedLocation_index-1-1-1-1-1-1-1-1-1-1...15151515-15553639
relatedLocation_uriscli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...static/js/tinymce/jscripts/tiny_mce/plugins/me...scli-dyys dummy valuestatic/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/plugins/ad...static/js/tinymce/jscripts/tiny_mce/utils/vali...static/js/12o_super_mini.js
relatedLocation_uriBaseIdscli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value...%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%scli-dyys dummy value%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%%SRCROOT%
relatedLocation_messagescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy valuescli-dyys dummy value...hereherehereherescli-dyys dummy valueregular expressionregular expressionregular expressionregular expression<script
message_textUnused variable size.Unused variable file_uploader.Unused variable file_uploader.Unused variable target.Unused variable args.Unused variable divchart.Unused variable ArrayUtils.Unused variable v.Unused variable v.Unused variable cl....This string, which is used as a regular expres...This string, which is used as a regular expres...This string, which is used as a regular expres...This string, which is used as a regular expres...Removing an array item without adjusting the l...The escape sequence '\\.' is equivalent to just...The escape sequence '\\.' is equivalent to just...The escape sequence '\\.' is equivalent to just...The escape sequence '\\.' is equivalent to just...This string may still contain [<script](1), wh...
primaryLocationLineHashe4aa64838c776437:12d69a7ff25c11755:12d69a7ff25c11755:2f53acefb9d43eca1:1c700eb701f79d0d0:1ae729c9a998d74ca:1141267900b8cd48b:1ff892574fa9e85eb:12f7867eeb9bf356b:12f7867eeb9bf356b:1...3fece0909814abf2:1baa83464899c850f:18ad5248e23031514:1fa7eb8938ebc8874:1a0244b916b792ba9:15bc93733f296b513:19ce0746afae7a611:176a7d7cbd7b16471:12ed8420357e0fd27:1971273afe8dc89f4:1
primaryLocationStartColumnFingerprint0444044704750...1587486790536528924
rule_idcom.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va...com.lgtm/javascript-queries:js/unused-local-va......com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/incomplete-host...com.lgtm/javascript-queries:js/loop-iteration-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/useless-regexp-...com.lgtm/javascript-queries:js/incomplete-mult...
rule_index0000000000...25252525262727272730
\n", "

29 rows × 1727 columns

\n", "
" ], "text/plain": [ " 0 \\\n", "results_array_id 4793680256 \n", "results_array_index 0 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 17 \n", "location_endLine 1214 \n", "location_startColumn 13 \n", "location_startLine 1214 \n", "location_index 0 \n", "location_uri static/js/fileuploader.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable size. \n", "primaryLocationLineHash e4aa64838c776437:1 \n", "primaryLocationStartColumnFingerprint 0 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 1 \\\n", "results_array_id 4793680256 \n", "results_array_index 1 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 30 \n", "location_endLine 847 \n", "location_startColumn 17 \n", "location_startLine 847 \n", "location_index 1 \n", "location_uri static/js/hardtree.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable file_uploader. \n", "primaryLocationLineHash 2d69a7ff25c11755:1 \n", "primaryLocationStartColumnFingerprint 4 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 2 \\\n", "results_array_id 4793680256 \n", "results_array_index 2 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 30 \n", "location_endLine 869 \n", "location_startColumn 17 \n", "location_startLine 869 \n", "location_index 1 \n", "location_uri static/js/hardtree.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable file_uploader. \n", "primaryLocationLineHash 2d69a7ff25c11755:2 \n", "primaryLocationStartColumnFingerprint 4 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 3 \\\n", "results_array_id 4793680256 \n", "results_array_index 3 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 16 \n", "location_endLine 932 \n", "location_startColumn 10 \n", "location_startLine 932 \n", "location_index 1 \n", "location_uri static/js/hardtree.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable target. \n", "primaryLocationLineHash f53acefb9d43eca1:1 \n", "primaryLocationStartColumnFingerprint 4 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 4 \\\n", "results_array_id 4793680256 \n", "results_array_index 4 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 9 \n", "location_endLine 33 \n", "location_startColumn 5 \n", "location_startLine 33 \n", "location_index 2 \n", "location_uri static/js/jquery-ui-1.10.3/demos/accordion/hov... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable args. \n", "primaryLocationLineHash c700eb701f79d0d0:1 \n", "primaryLocationStartColumnFingerprint 0 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 5 \\\n", "results_array_id 4793680256 \n", "results_array_index 5 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 16 \n", "location_endLine 94 \n", "location_startColumn 8 \n", "location_startLine 94 \n", "location_index 3 \n", "location_uri static/js/jquery.ganttView.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable divchart. \n", "primaryLocationLineHash ae729c9a998d74ca:1 \n", "primaryLocationStartColumnFingerprint 4 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 6 \\\n", "results_array_id 4793680256 \n", "results_array_index 6 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 19 \n", "location_endLine 394 \n", "location_startColumn 9 \n", "location_startLine 394 \n", "location_index 3 \n", "location_uri static/js/jquery.ganttView.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable ArrayUtils. \n", "primaryLocationLineHash 141267900b8cd48b:1 \n", "primaryLocationStartColumnFingerprint 4 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 7 \\\n", "results_array_id 4793680256 \n", "results_array_index 7 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 74 \n", "location_endLine 119 \n", "location_startColumn 73 \n", "location_startLine 119 \n", "location_index 4 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable v. \n", "primaryLocationLineHash ff892574fa9e85eb:1 \n", "primaryLocationStartColumnFingerprint 70 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 8 \\\n", "results_array_id 4793680256 \n", "results_array_index 8 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 51 \n", "location_endLine 292 \n", "location_startColumn 50 \n", "location_startLine 292 \n", "location_index 4 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable v. \n", "primaryLocationLineHash 2f7867eeb9bf356b:1 \n", "primaryLocationStartColumnFingerprint 47 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " 9 \\\n", "results_array_id 4793680256 \n", "results_array_index 9 \n", "ruleId com.lgtm/javascript-queries:js/unused-local-va... \n", "ruleIndex 0 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 55 \n", "location_endLine 292 \n", "location_startColumn 53 \n", "location_startLine 292 \n", "location_index 4 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Unused variable cl. \n", "primaryLocationLineHash 2f7867eeb9bf356b:1 \n", "primaryLocationStartColumnFingerprint 50 \n", "rule_id com.lgtm/javascript-queries:js/unused-local-va... \n", "rule_index 0 \n", "\n", " ... \\\n", "results_array_id ... \n", "results_array_index ... \n", "ruleId ... \n", "ruleIndex ... \n", "location_array_index ... \n", "location_id ... \n", "location_endColumn ... \n", "location_endLine ... \n", "location_startColumn ... \n", "location_startLine ... \n", "location_index ... \n", "location_uri ... \n", "location_uriBaseId ... \n", "location_message ... \n", "relatedLocation_array_index ... \n", "relatedLocation_id ... \n", "relatedLocation_endColumn ... \n", "relatedLocation_endLine ... \n", "relatedLocation_startColumn ... \n", "relatedLocation_startLine ... \n", "relatedLocation_index ... \n", "relatedLocation_uri ... \n", "relatedLocation_uriBaseId ... \n", "relatedLocation_message ... \n", "message_text ... \n", "primaryLocationLineHash ... \n", "primaryLocationStartColumnFingerprint ... \n", "rule_id ... \n", "rule_index ... \n", "\n", " 1717 \\\n", "results_array_id 4799032384 \n", "results_array_index 419 \n", "ruleId com.lgtm/javascript-queries:js/incomplete-host... \n", "ruleIndex 25 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 249 \n", "location_endLine 20 \n", "location_startColumn 161 \n", "location_startLine 20 \n", "location_index 15 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 72 \n", "relatedLocation_endLine 114 \n", "relatedLocation_startColumn 30 \n", "relatedLocation_startLine 114 \n", "relatedLocation_index 15 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message here \n", "message_text This string, which is used as a regular expres... \n", "primaryLocationLineHash 3fece0909814abf2:1 \n", "primaryLocationStartColumnFingerprint 158 \n", "rule_id com.lgtm/javascript-queries:js/incomplete-host... \n", "rule_index 25 \n", "\n", " 1718 \\\n", "results_array_id 4799032384 \n", "results_array_index 420 \n", "ruleId com.lgtm/javascript-queries:js/incomplete-host... \n", "ruleIndex 25 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 136 \n", "location_endLine 21 \n", "location_startColumn 77 \n", "location_startLine 21 \n", "location_index 15 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 72 \n", "relatedLocation_endLine 114 \n", "relatedLocation_startColumn 30 \n", "relatedLocation_startLine 114 \n", "relatedLocation_index 15 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message here \n", "message_text This string, which is used as a regular expres... \n", "primaryLocationLineHash baa83464899c850f:1 \n", "primaryLocationStartColumnFingerprint 74 \n", "rule_id com.lgtm/javascript-queries:js/incomplete-host... \n", "rule_index 25 \n", "\n", " 1719 \\\n", "results_array_id 4799032384 \n", "results_array_index 421 \n", "ruleId com.lgtm/javascript-queries:js/incomplete-host... \n", "ruleIndex 25 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 173 \n", "location_endLine 22 \n", "location_startColumn 89 \n", "location_startLine 22 \n", "location_index 15 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 72 \n", "relatedLocation_endLine 114 \n", "relatedLocation_startColumn 30 \n", "relatedLocation_startLine 114 \n", "relatedLocation_index 15 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message here \n", "message_text This string, which is used as a regular expres... \n", "primaryLocationLineHash 8ad5248e23031514:1 \n", "primaryLocationStartColumnFingerprint 86 \n", "rule_id com.lgtm/javascript-queries:js/incomplete-host... \n", "rule_index 25 \n", "\n", " 1720 \\\n", "results_array_id 4799032384 \n", "results_array_index 422 \n", "ruleId com.lgtm/javascript-queries:js/incomplete-host... \n", "ruleIndex 25 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 172 \n", "location_endLine 23 \n", "location_startColumn 82 \n", "location_startLine 23 \n", "location_index 15 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 72 \n", "relatedLocation_endLine 114 \n", "relatedLocation_startColumn 30 \n", "relatedLocation_startLine 114 \n", "relatedLocation_index 15 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/me... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message here \n", "message_text This string, which is used as a regular expres... \n", "primaryLocationLineHash fa7eb8938ebc8874:1 \n", "primaryLocationStartColumnFingerprint 79 \n", "rule_id com.lgtm/javascript-queries:js/incomplete-host... \n", "rule_index 25 \n", "\n", " 1721 \\\n", "results_array_id 4799032384 \n", "results_array_index 423 \n", "ruleId com.lgtm/javascript-queries:js/loop-iteration-... \n", "ruleIndex 26 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 22 \n", "location_endLine 71 \n", "location_startColumn 5 \n", "location_startLine 71 \n", "location_index 70 \n", "location_uri static/js/jquery-ui-1.10.3/ui/jquery.ui.droppa... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id -1 \n", "relatedLocation_endColumn -1 \n", "relatedLocation_endLine -1 \n", "relatedLocation_startColumn 1 \n", "relatedLocation_startLine -1 \n", "relatedLocation_index -1 \n", "relatedLocation_uri scli-dyys dummy value \n", "relatedLocation_uriBaseId scli-dyys dummy value \n", "relatedLocation_message scli-dyys dummy value \n", "message_text Removing an array item without adjusting the l... \n", "primaryLocationLineHash a0244b916b792ba9:1 \n", "primaryLocationStartColumnFingerprint 0 \n", "rule_id com.lgtm/javascript-queries:js/loop-iteration-... \n", "rule_index 26 \n", "\n", " 1722 \\\n", "results_array_id 4799032384 \n", "results_array_index 424 \n", "ruleId com.lgtm/javascript-queries:js/useless-regexp-... \n", "ruleIndex 27 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 57 \n", "location_endLine 220 \n", "location_startColumn 55 \n", "location_startLine 220 \n", "location_index 5 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 70 \n", "relatedLocation_endLine 220 \n", "relatedLocation_startColumn 39 \n", "relatedLocation_startLine 220 \n", "relatedLocation_index 5 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message regular expression \n", "message_text The escape sequence '\\.' is equivalent to just... \n", "primaryLocationLineHash 5bc93733f296b513:1 \n", "primaryLocationStartColumnFingerprint 53 \n", "rule_id com.lgtm/javascript-queries:js/useless-regexp-... \n", "rule_index 27 \n", "\n", " 1723 \\\n", "results_array_id 4799032384 \n", "results_array_index 425 \n", "ruleId com.lgtm/javascript-queries:js/useless-regexp-... \n", "ruleIndex 27 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 70 \n", "location_endLine 226 \n", "location_startColumn 68 \n", "location_startLine 226 \n", "location_index 5 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 78 \n", "relatedLocation_endLine 226 \n", "relatedLocation_startColumn 49 \n", "relatedLocation_startLine 226 \n", "relatedLocation_index 5 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message regular expression \n", "message_text The escape sequence '\\.' is equivalent to just... \n", "primaryLocationLineHash 9ce0746afae7a611:1 \n", "primaryLocationStartColumnFingerprint 65 \n", "rule_id com.lgtm/javascript-queries:js/useless-regexp-... \n", "rule_index 27 \n", "\n", " 1724 \\\n", "results_array_id 4799032384 \n", "results_array_index 426 \n", "ruleId com.lgtm/javascript-queries:js/useless-regexp-... \n", "ruleIndex 27 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 33 \n", "location_endLine 227 \n", "location_startColumn 31 \n", "location_startLine 227 \n", "location_index 5 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 54 \n", "relatedLocation_endLine 253 \n", "relatedLocation_startColumn 48 \n", "relatedLocation_startLine 253 \n", "relatedLocation_index 5 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/plugins/ad... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message regular expression \n", "message_text The escape sequence '\\.' is equivalent to just... \n", "primaryLocationLineHash 76a7d7cbd7b16471:1 \n", "primaryLocationStartColumnFingerprint 28 \n", "rule_id com.lgtm/javascript-queries:js/useless-regexp-... \n", "rule_index 27 \n", "\n", " 1725 \\\n", "results_array_id 4799032384 \n", "results_array_index 427 \n", "ruleId com.lgtm/javascript-queries:js/useless-regexp-... \n", "ruleIndex 27 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 97 \n", "location_endLine 27 \n", "location_startColumn 95 \n", "location_startLine 27 \n", "location_index 36 \n", "location_uri static/js/tinymce/jscripts/tiny_mce/utils/vali... \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 33 \n", "relatedLocation_endLine 70 \n", "relatedLocation_startColumn 32 \n", "relatedLocation_startLine 70 \n", "relatedLocation_index 36 \n", "relatedLocation_uri static/js/tinymce/jscripts/tiny_mce/utils/vali... \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message regular expression \n", "message_text The escape sequence '\\.' is equivalent to just... \n", "primaryLocationLineHash 2ed8420357e0fd27:1 \n", "primaryLocationStartColumnFingerprint 92 \n", "rule_id com.lgtm/javascript-queries:js/useless-regexp-... \n", "rule_index 27 \n", "\n", " 1726 \n", "results_array_id 4799032384 \n", "results_array_index 438 \n", "ruleId com.lgtm/javascript-queries:js/incomplete-mult... \n", "ruleIndex 30 \n", "location_array_index 0 \n", "location_id -1 \n", "location_endColumn 39 \n", "location_endLine 2664 \n", "location_startColumn 11 \n", "location_startLine 2664 \n", "location_index 39 \n", "location_uri static/js/12o_super_mini.js \n", "location_uriBaseId %SRCROOT% \n", "location_message scli-dyys dummy value \n", "relatedLocation_array_index 0 \n", "relatedLocation_id 1 \n", "relatedLocation_endColumn 23 \n", "relatedLocation_endLine 2664 \n", "relatedLocation_startColumn 22 \n", "relatedLocation_startLine 2664 \n", "relatedLocation_index 39 \n", "relatedLocation_uri static/js/12o_super_mini.js \n", "relatedLocation_uriBaseId %SRCROOT% \n", "relatedLocation_message