prompt
stringclasses
1 value
completions
listlengths
1
63.8k
labels
listlengths
1
63.8k
source
stringclasses
1 value
other_info
stringlengths
2.06k
101k
index
int64
0
6.83k
Determine whether the {function_name} code is vulnerable or not.
[ "<?php", "include_once '__parse_query.php';", "", "// this cannot return meaningful results without a location id\nif (!$_POST['location_id']) {\n\treturn;\n}\n", "$location_id = $_POST['location_id'];", "", "// visits for location\n$query = \"SELECT\n\tDATE(gp.start_date) as start_date, TIME(gp.start_d...
[ 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [20, 21, 33, 30, 33, 113, 48, 210], "buggy_code_start_loc": [6, 9, 18, 12, 27, 12, 12, 210], "filenames": ["location_history/controllers/__build_query.php", "location_history/controllers/__parse_query.php", "location_history/controllers/global.php", "location_history/controllers/graph.php", "loca...
41
Determine whether the {function_name} code is vulnerable or not.
[ "<?php", "include_once '__parse_query.php';", "", "// this cannot return meaningful results without a location id\nif (!$_POST['location_id']) {\n\treturn;\n}\n", "", "// visits for location\n$query = \"SELECT\n\tDATE(gp.start_date) as start_date, TIME(gp.start_date) as start_time, TIME_TO_SEC(gp.start_da...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [20, 21, 33, 30, 33, 113, 48, 210], "buggy_code_start_loc": [6, 9, 18, 12, 27, 12, 12, 210], "filenames": ["location_history/controllers/__build_query.php", "location_history/controllers/__parse_query.php", "location_history/controllers/global.php", "location_history/controllers/graph.php", "loca...
41
Determine whether the {function_name} code is vulnerable or not.
[ "html, body {\n height: 99%;\n}", "body {\n width: 100% !important;\n margin-bottom: 0px !important;\n}", "#wrapper {\n\tposition: relative;\n\theight: 99%;\n margin: 0px 40px 0px;\n border: 1px solid gray;\n}", "#map-canvas {\n height: 100%;\n width: 100%;\n}", "", "", "/*enable scrollbar image ...
[ 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, 1, 1, 1, 1, 0, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [20, 21, 33, 30, 33, 113, 48, 210], "buggy_code_start_loc": [6, 9, 18, 12, 27, 12, 12, 210], "filenames": ["location_history/controllers/__build_query.php", "location_history/controllers/__parse_query.php", "location_history/controllers/global.php", "location_history/controllers/graph.php", "loca...
41
Determine whether the {function_name} code is vulnerable or not.
[ "html, body {\n height: 99%;\n}", "body {\n width: 100% !important;\n margin-bottom: 0px !important;\n}", "#wrapper {\n\tposition: relative;\n\theight: 99%;\n margin: 0px 40px 0px;\n border: 1px solid gray;\n}", "#map-canvas {\n height: 100%;\n width: 100%;\n}", "", "", "/*enable scrollbar image ...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [20, 21, 33, 30, 33, 113, 48, 210], "buggy_code_start_loc": [6, 9, 18, 12, 27, 12, 12, 210], "filenames": ["location_history/controllers/__build_query.php", "location_history/controllers/__parse_query.php", "location_history/controllers/global.php", "location_history/controllers/graph.php", "loca...
41
Determine whether the {function_name} code is vulnerable or not.
[ "<!DOCTYPE busconfig PUBLIC\n\"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n\t<policy user=\"root\">", "\t\t<allow own=\"org.keepalived.Vrrp1\"/>\n\t\t<allow send_destination=\"org.keepalived.Vrrp1\"/>", "\t</policy>\n\t<p...
[ 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [13], "buggy_code_start_loc": [6], "filenames": ["keepalived/dbus/org.keepalived.Vrrp1.conf"], "fixing_code_end_loc": [16], "fixing_code_start_loc": [6], "message": "In Keepalived through 2.2.4, the D-Bus policy does not sufficiently restrict the message destination, allowing any user to inspect ...
42
Determine whether the {function_name} code is vulnerable or not.
[ "<!DOCTYPE busconfig PUBLIC\n\"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n\t<policy user=\"root\">", "\t\t<allow own=\"org.keepalived.Vrrp1\" />\n\t\t<allow send_destination=\"org.keepalived.Vrrp1\" />", "\t</policy>\n\t...
[ 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [13], "buggy_code_start_loc": [6], "filenames": ["keepalived/dbus/org.keepalived.Vrrp1.conf"], "fixing_code_end_loc": [16], "fixing_code_start_loc": [6], "message": "In Keepalived through 2.2.4, the D-Bus policy does not sufficiently restrict the message destination, allowing any user to inspect ...
42
Determine whether the {function_name} code is vulnerable or not.
[ "/* vi:set ts=8 sts=4 sw=4 noet:\n *\n * VIM - Vi IMproved\tby Bram Moolenaar\n *\n * Do \":help uganda\" in Vim to read copying and usage conditions.\n * Do \":help credits\" in Vim to see a list of people who contributed.\n * See README.txt for an overview of the Vim source code.\n */", "/*\n * ex_cmds.c: some...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "/* vi:set ts=8 sts=4 sw=4 noet:\n *\n * VIM - Vi IMproved\tby Bram Moolenaar\n *\n * Do \":help uganda\" in Vim to read copying and usage conditions.\n * Do \":help credits\" in Vim to see a list of people who contributed.\n * See README.txt for an overview of the Vim source code.\n */", "/*\n * ex_cmds.c: some...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "\" Tests for multi-line regexps with \":s\".", "source shared.vim\nsource check.vim", "func Test_multiline_subst()\n enew!\n call append(0, [\"1 aa\",\n\t \\ \"bb\",\n\t \\ \"cc\",\n\t \\ \"2 dd\",\n\t \\ \"ee\",\n\t \\ \"3 ef\",\n\t \\ \"gh\",\n\t \\ \"4 ij\",\n\t \\ ...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "\" Tests for multi-line regexps with \":s\".", "source shared.vim\nsource check.vim", "func Test_multiline_subst()\n enew!\n call append(0, [\"1 aa\",\n\t \\ \"bb\",\n\t \\ \"cc\",\n\t \\ \"2 dd\",\n\t \\ \"ee\",\n\t \\ \"3 ef\",\n\t \\ \"gh\",\n\t \\ \"4 ij\",\n\t \\ ...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "/* vi:set ts=8 sts=4 sw=4 noet:\n *\n * VIM - Vi IMproved\t\tby Bram Moolenaar\n *\n * Do \":help uganda\" in Vim to read copying and usage conditions.\n * Do \":help credits\" in Vim to see a list of people who contributed.\n * See README.txt for an overview of the Vim source code.\n */", "#include \"vim.h\"",...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 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 ]
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "/* vi:set ts=8 sts=4 sw=4 noet:\n *\n * VIM - Vi IMproved\t\tby Bram Moolenaar\n *\n * Do \":help uganda\" in Vim to read copying and usage conditions.\n * Do \":help credits\" in Vim to see a list of people who contributed.\n * See README.txt for an overview of the Vim source code.\n */", "#include \"vim.h\"",...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [4792, 982, 752], "buggy_code_start_loc": [3689, 982, 752], "filenames": ["src/ex_cmds.c", "src/testdir/test_substitute.vim", "src/version.c"], "fixing_code_end_loc": [4804, 1000, 755], "fixing_code_start_loc": [3690, 983, 753], "message": "Use After Free in GitHub repository vim/vim prior to 8.2...
43
Determine whether the {function_name} code is vulnerable or not.
[ "/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.", "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at", " http://www.apache.org/licenses/LICENSE-2.0", "Unless required b...
[ 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, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [242, 836], "buggy_code_start_loc": [180, 27], "filenames": ["tensorflow/core/kernels/count_ops.cc", "tensorflow/python/ops/bincount_ops_test.py"], "fixing_code_end_loc": [284, 955], "fixing_code_start_loc": [181, 28], "message": "In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` ...
44
Determine whether the {function_name} code is vulnerable or not.
[ "/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.", "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at", " http://www.apache.org/licenses/LICENSE-2.0", "Unless required b...
[ 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, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [242, 836], "buggy_code_start_loc": [180, 27], "filenames": ["tensorflow/core/kernels/count_ops.cc", "tensorflow/python/ops/bincount_ops_test.py"], "fixing_code_end_loc": [284, 955], "fixing_code_start_loc": [181, 28], "message": "In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` ...
44
Determine whether the {function_name} code is vulnerable or not.
[ "# Copyright 2020 The TensorFlow Authors. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ...
[ 1, 1, 1, 1, 0, 1, 0, 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, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [242, 836], "buggy_code_start_loc": [180, 27], "filenames": ["tensorflow/core/kernels/count_ops.cc", "tensorflow/python/ops/bincount_ops_test.py"], "fixing_code_end_loc": [284, 955], "fixing_code_start_loc": [181, 28], "message": "In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` ...
44
Determine whether the {function_name} code is vulnerable or not.
[ "# Copyright 2020 The TensorFlow Authors. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ...
[ 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, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [242, 836], "buggy_code_start_loc": [180, 27], "filenames": ["tensorflow/core/kernels/count_ops.cc", "tensorflow/python/ops/bincount_ops_test.py"], "fixing_code_end_loc": [284, 955], "fixing_code_start_loc": [181, 28], "message": "In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` ...
44
Determine whether the {function_name} code is vulnerable or not.
[ "<?php\n# *** LICENSE ***\n# This file is part of BlogoText.\n# https://github.com/BlogoText/blogotext/\n#\n# 2006 Frederic Nassar.\n# 2010-2016 Timo Van Neerden.\n# 2016-.... Mickaël Schoentgen and the community.\n#\n# BlogoText is free software.\n# You can redistribute it under the terms of the MIT / X11 Lic...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 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, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [194], "buggy_code_start_loc": [177], "filenames": ["admin/preferences.php"], "fixing_code_end_loc": [194], "fixing_code_start_loc": [177], "message": "validate_form_preferences in admin/preferences.php in BlogoText through 3.7.6 allows attackers to bypass intended access restrictions via vectors...
45
Determine whether the {function_name} code is vulnerable or not.
[ "<?php\n# *** LICENSE ***\n# This file is part of BlogoText.\n# https://github.com/BlogoText/blogotext/\n#\n# 2006 Frederic Nassar.\n# 2010-2016 Timo Van Neerden.\n# 2016-.... Mickaël Schoentgen and the community.\n#\n# BlogoText is free software.\n# You can redistribute it under the terms of the MIT / X11 Lic...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [194], "buggy_code_start_loc": [177], "filenames": ["admin/preferences.php"], "fixing_code_end_loc": [194], "fixing_code_start_loc": [177], "message": "validate_form_preferences in admin/preferences.php in BlogoText through 3.7.6 allows attackers to bypass intended access restrictions via vectors...
45
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2010 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 0, 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2010 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2009 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2009 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2010 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2010 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2017 Daniel Gomez-Sanchez\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation...
[ 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2017 Daniel Gomez-Sanchez\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.samtools.seekablestream;", "import htsjdk.HtsjdkTest;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.samtools.util.TestUtil;\nimport org.testng.Assert;\nimport org.testng.annotations.DataProvider;\nimport org.testng.annotations.Test;", "import java.io.File;\nimport java.io.IOException;\nimp...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.samtools.seekablestream;", "import htsjdk.HtsjdkTest;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.samtools.util.TestUtil;\nimport org.testng.Assert;\nimport org.testng.annotations.DataProvider;\nimport org.testng.annotations.Test;", "import java.io.File;\nimport java.io.IOException;\nimp...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2009 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2009 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2013 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2013 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.tribble.index;", "import com.google.common.jimfs.Configuration;\nimport com.google.common.jimfs.Jimfs;\nimport htsjdk.HtsjdkTest;\nimport htsjdk.samtools.util.FileExtensions;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.tribble.FeatureCodec;\nimport htsjdk.tribble.TestUtils;\nimport htsjdk....
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.tribble.index;", "import com.google.common.jimfs.Configuration;\nimport com.google.common.jimfs.Jimfs;\nimport htsjdk.HtsjdkTest;\nimport htsjdk.samtools.util.FileExtensions;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.tribble.FeatureCodec;\nimport htsjdk.tribble.TestUtils;\nimport htsjdk....
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2014 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2014 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.variant.vcf;", "import com.google.common.jimfs.Configuration;\nimport com.google.common.jimfs.Jimfs;\nimport htsjdk.HtsjdkTest;\nimport htsjdk.samtools.seekablestream.SeekableStream;\nimport htsjdk.samtools.seekablestream.SeekableStreamFactory;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.t...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "package htsjdk.variant.vcf;", "import com.google.common.jimfs.Configuration;\nimport com.google.common.jimfs.Jimfs;\nimport htsjdk.HtsjdkTest;\nimport htsjdk.samtools.seekablestream.SeekableStream;\nimport htsjdk.samtools.seekablestream.SeekableStreamFactory;\nimport htsjdk.samtools.util.IOUtil;\nimport htsjdk.t...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * The MIT License\n *\n * Copyright (c) 2019 The Broad Institute\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the ri...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [60, 996, 226, 279, 197, 67, 56, 374, 254, 135, 194, 114, 210], "buggy_code_start_loc": [59, 977, 225, 274, 196, 66, 55, 315, 169, 134, 193, 113, 209], "filenames": ["src/main/java/htsjdk/samtools/CoordinateSortedPairInfoMap.java", "src/main/java/htsjdk/samtools/util/IOUtil.java", "src/test/java/...
46
Determine whether the {function_name} code is vulnerable or not.
[ "#\n# $Id: Encode.pm,v 3.10 2021/05/18 07:42:45 dankogai Exp dankogai $\n#\npackage Encode;\nuse strict;\nuse warnings;\nuse constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};\nour $VERSION;\nBEGIN {", " $VERSION = sprintf \"%d.%02d\", q$Revision: 3.10 $ =~ /(\\d+)/g;", " require XSLoader;\n XSLoader::load( ...
[ 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 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, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [70], "buggy_code_start_loc": [10], "filenames": ["cpan/Encode/Encode.pm"], "fixing_code_end_loc": [71], "fixing_code_start_loc": [10], "message": "Encode.pm, as distributed in Perl through 5.34.0, allows local users to gain privileges via a Trojan horse Encode::ConfigLocal library (in the curren...
47
Determine whether the {function_name} code is vulnerable or not.
[ "#\n# $Id: Encode.pm,v 3.10 2021/05/18 07:42:45 dankogai Exp dankogai $\n#\npackage Encode;\nuse strict;\nuse warnings;\nuse constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};\nour $VERSION;\nBEGIN {", " $VERSION = \"3.10_01\";\n $VERSION = eval $VERSION;", " require XSLoader;\n XSLoader::load( __PACKAGE_...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [70], "buggy_code_start_loc": [10], "filenames": ["cpan/Encode/Encode.pm"], "fixing_code_end_loc": [71], "fixing_code_start_loc": [10], "message": "Encode.pm, as distributed in Perl through 5.34.0, allows local users to gain privileges via a Trojan horse Encode::ConfigLocal library (in the curren...
47
Determine whether the {function_name} code is vulnerable or not.
[ "1.22.0 (pending)\n================", "Incompatible Behavior Changes\n-----------------------------\n*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*", "* tls: set TLS v1.2 as the default minimal version for servers. Users can still explicitly opt-in ...
[ 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "1.22.0 (pending)\n================", "Incompatible Behavior Changes\n-----------------------------\n*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*", "* tls: set TLS v1.2 as the default minimal version for servers. Users can still explicitly opt-in ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include \"source/common/router/router.h\"", "#include <chrono>\n#include <cstdint>\n#include <functional>\n#include <memory>\n#include <string>", "#include \"envoy/event/dispatcher.h\"\n#include \"envoy/event/timer.h\"\n#include \"envoy/grpc/status.h\"\n#include \"envoy/http/conn_pool.h\"\n#include \"envoy/ru...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include \"source/common/router/router.h\"", "#include <chrono>\n#include <cstdint>\n#include <functional>\n#include <memory>\n#include <string>", "#include \"envoy/event/dispatcher.h\"\n#include \"envoy/event/timer.h\"\n#include \"envoy/grpc/status.h\"\n#include \"envoy/http/conn_pool.h\"\n#include \"envoy/ru...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include <chrono>\n#include <cstdint>\n#include <functional>\n#include <string>", "#include \"envoy/config/core/v3/base.pb.h\"\n#include \"envoy/extensions/transport_sockets/tls/v3/cert.pb.h\"\n#include \"envoy/extensions/upstreams/http/generic/v3/generic_connection_pool.pb.h\"\n#include \"envoy/extensions/upstr...
[ 1, 1, 1, 1, 1, 1, 0, 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, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include <chrono>\n#include <cstdint>\n#include <functional>\n#include <string>", "#include \"envoy/config/core/v3/base.pb.h\"\n#include \"envoy/extensions/transport_sockets/tls/v3/cert.pb.h\"\n#include \"envoy/extensions/upstreams/http/generic/v3/generic_connection_pool.pb.h\"\n#include \"envoy/extensions/upstr...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include \"envoy/config/route/v3/route_components.pb.h\"\n#include \"envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.h\"", "#include \"test/integration/http_protocol_integration.h\"", "namespace Envoy {", "using ::testing::HasSubstr;", "namespace {\nconstexpr char Han...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "#include \"envoy/config/route/v3/route_components.pb.h\"\n#include \"envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.h\"", "#include \"test/integration/http_protocol_integration.h\"", "namespace Envoy {", "using ::testing::HasSubstr;", "namespace {\nconstexpr char Han...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [27, 1696, 4204, 667], "buggy_code_start_loc": [27, 1695, 58, 40], "filenames": ["docs/root/version_history/current.rst", "source/common/router/router.cc", "test/common/router/router_test.cc", "test/integration/redirect_integration_test.cc"], "fixing_code_end_loc": [29, 1697, 4232, 710], "fixing_...
48
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "# This class is used to mirror unread and new status back to end users\n# in JavaScript there is a mirror class that is kept in-sync using MessageBus\n# the allows end users to always know which topics have unread posts in them\n# and which topics are new. This is used in various...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 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...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "# This class is used to mirror unread and new status back to end users\n# in JavaScript there is a mirror class that is kept in-sync using MessageBus\n# the allows end users to always know which topics have unread posts in them\n# and which topics are new. This is used in various...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "require 'rails_helper'\nrequire 'post_creator'\nrequire 'topic_subtype'", "describe PostCreator do", " fab!(:user) { Fabricate(:user) }\n let(:topic) { Fabricate(:topic, user: user) }", " context \"new topic\" do\n fab!(:category) { Fabricate(:category, user: user) }\...
[ 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, 0, 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...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "require 'rails_helper'\nrequire 'post_creator'\nrequire 'topic_subtype'", "describe PostCreator do", " fab!(:user) { Fabricate(:user) }\n let(:topic) { Fabricate(:topic, user: user) }", " context \"new topic\" do\n fab!(:category) { Fabricate(:category, user: user) }\...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "require 'rails_helper'", "describe TopicTrackingState do", " fab!(:user) do\n Fabricate(:user)\n end", " let(:post) do\n create_post\n end", " let(:topic) { post.topic }\n fab!(:private_message_post) { Fabricate(:private_message_post) }\n let(:private_message...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 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, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "# frozen_string_literal: true", "require 'rails_helper'", "describe TopicTrackingState do", " fab!(:user) do\n Fabricate(:user)\n end", " let(:post) do\n create_post\n end", " let(:topic) { post.topic }\n fab!(:private_message_post) { Fabricate(:private_message_post) }\n let(:private_message...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [192, 141, 53], "buggy_code_start_loc": [147, 140, 50], "filenames": ["app/models/topic_tracking_state.rb", "spec/components/post_creator_spec.rb", "spec/models/topic_tracking_state_spec.rb"], "fixing_code_end_loc": [201, 142, 97], "fixing_code_start_loc": [148, 140, 51], "message": "Discourse is...
49
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n** class.c - Class class\n**\n** See Copyright Notice in mruby.h\n*/", "#include <mruby.h>\n#include <mruby/array.h>\n#include <mruby/hash.h>\n#include <mruby/class.h>\n#include <mruby/numeric.h>\n#include <mruby/proc.h>\n#include <mruby/string.h>\n#include <mruby/variable.h>\n#include <mruby/error.h>\n#incl...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [2365], "buggy_code_start_loc": [2364], "filenames": ["src/class.c"], "fixing_code_end_loc": [2368], "fixing_code_start_loc": [2364], "message": "heap-buffer-overflow in mrb_vm_exec in mruby/mruby in GitHub repository mruby/mruby prior to 3.2. Possible arbitrary code execution if being exploited....
50
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n** class.c - Class class\n**\n** See Copyright Notice in mruby.h\n*/", "#include <mruby.h>\n#include <mruby/array.h>\n#include <mruby/hash.h>\n#include <mruby/class.h>\n#include <mruby/numeric.h>\n#include <mruby/proc.h>\n#include <mruby/string.h>\n#include <mruby/variable.h>\n#include <mruby/error.h>\n#incl...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [2365], "buggy_code_start_loc": [2364], "filenames": ["src/class.c"], "fixing_code_end_loc": [2368], "fixing_code_start_loc": [2364], "message": "heap-buffer-overflow in mrb_vm_exec in mruby/mruby in GitHub repository mruby/mruby prior to 3.2. Possible arbitrary code execution if being exploited....
50
Determine whether the {function_name} code is vulnerable or not.
[ "", "## 2.31.0\n### Breaking\n* remove undocumented `echo_command` (that was used by old `echo_newline` extension)\n### Features\n* scroll to bottom for each line in multiline typing animation\n* allow to use `--glow: 1` with default animation\n* new API `terminal::enter` same as echo_command but supports animati...
[ 0, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "## 2.31.1\n### Bugfix\n* fixing low severity self XSS with potential more security implications [#727](https://github.com/jcubic/jquery.terminal/issues/727)\n", "## 2.31.0\n### Breaking\n* remove undocumented `echo_command` (that was used by old `echo_newline` extension)\n### Features\n* scroll to bottom for eac...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 0, 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, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 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, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 0, 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, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 0, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/**@license\n * __ _____ ________ __\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\n * __ / // // // // // _ // _// // / / // _ // _// // // \\/ // _ \\/ /\n * / / // // // // // ___// / / // / / // ___// / / / / // /...
[ 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "{\"version\":3,\"sources\":[\"jquery.terminal.js\"],\"sourcesContent\":[\"/**@license\\n * __ _____ ________ __\\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\\n * __ / // // // // // _ // _// // / / // _ // _// // // ...
[ 0 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "{\"version\":3,\"sources\":[\"jquery.terminal.js\"],\"sourcesContent\":[\"/**@license\\n * __ _____ ________ __\\n * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /\\n * __ / // // // // // _ // _// // / / // _ // _// // // ...
[ 1 ]
PreciseBugs
{"buggy_code_end_loc": [0, 6390, 47, 6390, 6390, 47, 2], "buggy_code_start_loc": [0, 44, 44, 6183, 44, 44, 1], "filenames": ["CHANGELOG.md", "js/jquery.terminal-2.31.0.js", "js/jquery.terminal-2.31.0.min.js", "js/jquery.terminal-src.js", "js/jquery.terminal.js", "js/jquery.terminal.min.js", "js/jquery.terminal.min.js.m...
51
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2011 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2011 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 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, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2019 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2018 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "/*\n * Copyright 2018 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless req...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [189, 133, 26, 236, 447, 63], "buggy_code_start_loc": [182, 132, 25, 23, 440, 38], "filenames": ["subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DependencyVerifyingModuleComponentRepository.java", "subprojects/dependency-management/src/main...
52
Determine whether the {function_name} code is vulnerable or not.
[ "module Spree\n module Api\n module V2\n class BaseController < ActionController::API\n include CanCan::ControllerAdditions\n include Spree::Core::ControllerHelpers::StrongParameters\n include Spree::Core::ControllerHelpers::Store\n rescue_from ActiveRecord::RecordNotFound, with...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "module Spree\n module Api\n module V2\n class BaseController < ActionController::API\n include CanCan::ControllerAdditions\n include Spree::Core::ControllerHelpers::StrongParameters\n include Spree::Core::ControllerHelpers::Store\n rescue_from ActiveRecord::RecordNotFound, with...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "shared_context 'API v2 tokens' do\n let(:token) { Doorkeeper::AccessToken.create!(resource_owner_id: user.id, expires_in: nil) }\n let(:headers_bearer) { { 'Authorization' => \"Bearer #{token.token}\" } }\n let(:headers_order_token) { { 'X-Spree-Order-Token' => order.token } }\nend\n", "[200, 201, 400, 404, 4...
[ 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "shared_context 'API v2 tokens' do\n let(:token) { Doorkeeper::AccessToken.create!(resource_owner_id: user.id, expires_in: nil) }\n let(:headers_bearer) { { 'Authorization' => \"Bearer #{token.token}\" } }\n let(:headers_order_token) { { 'X-Spree-Order-Token' => order.token } }\nend\n", "[200, 201, 400, 401, 4...
[ 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "require 'spec_helper'", "describe 'API v2 Errors spec', type: :request do\n context 'record not found' do\n before { get '/api/v2/storefront/products/product-that-doesn-t-exist' }", " it_behaves_like 'returns 404 HTTP status'", " it 'returns proper error message' do\n expect(json_response['err...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "require 'spec_helper'", "describe 'API v2 Errors spec', type: :request do\n context 'record not found' do\n before { get '/api/v2/storefront/products/product-that-doesn-t-exist' }", " it_behaves_like 'returns 404 HTTP status'", " it 'returns proper error message' do\n expect(json_response['err...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [57, 8, 31], "buggy_code_start_loc": [56, 7, 31], "filenames": ["api/app/controllers/spree/api/v2/base_controller.rb", "api/lib/spree/api/testing_support/v2/base.rb", "api/spec/requests/spree/api/v2/errors_spec.rb"], "fixing_code_end_loc": [62, 8, 47], "fixing_code_start_loc": [56, 7, 32], "messa...
53
Determine whether the {function_name} code is vulnerable or not.
[ "/* Copyright 2016 The TensorFlow Authors. All Rights Reserved.", "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at", " http://www.apache.org/licenses/LICENSE-2.0", "Unless required b...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 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, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [647, 305], "buggy_code_start_loc": [34, 305], "filenames": ["tensorflow/core/kernels/parameterized_truncated_normal_op.cc", "tensorflow/python/kernel_tests/random/parameterized_truncated_normal_op_test.py"], "fixing_code_end_loc": [645, 329], "fixing_code_start_loc": [35, 306], "message": "Tenso...
54
Determine whether the {function_name} code is vulnerable or not.
[ "/* Copyright 2016 The TensorFlow Authors. All Rights Reserved.", "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at", " http://www.apache.org/licenses/LICENSE-2.0", "Unless required b...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [647, 305], "buggy_code_start_loc": [34, 305], "filenames": ["tensorflow/core/kernels/parameterized_truncated_normal_op.cc", "tensorflow/python/kernel_tests/random/parameterized_truncated_normal_op_test.py"], "fixing_code_end_loc": [645, 329], "fixing_code_start_loc": [35, 306], "message": "Tenso...
54
Determine whether the {function_name} code is vulnerable or not.
[ "# Copyright 2016 The TensorFlow Authors. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ...
[ 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, 0, 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...
PreciseBugs
{"buggy_code_end_loc": [647, 305], "buggy_code_start_loc": [34, 305], "filenames": ["tensorflow/core/kernels/parameterized_truncated_normal_op.cc", "tensorflow/python/kernel_tests/random/parameterized_truncated_normal_op_test.py"], "fixing_code_end_loc": [645, 329], "fixing_code_start_loc": [35, 306], "message": "Tenso...
54
Determine whether the {function_name} code is vulnerable or not.
[ "# Copyright 2016 The TensorFlow Authors. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ...
[ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PreciseBugs
{"buggy_code_end_loc": [647, 305], "buggy_code_start_loc": [34, 305], "filenames": ["tensorflow/core/kernels/parameterized_truncated_normal_op.cc", "tensorflow/python/kernel_tests/random/parameterized_truncated_normal_op_test.py"], "fixing_code_end_loc": [645, 329], "fixing_code_start_loc": [35, 306], "message": "Tenso...
54
Determine whether the {function_name} code is vulnerable or not.
[ "/**\n * Created by ctalmacel on 12/8/15.\n */", "var Q = require('q');\nvar createRawObject = require(\"../../lib/abstractPersistence.js\").createRawObject;\nvar modelUtil = require(\"../../lib/ModelDescription.js\");\nvar mysqlUtils = require(\"./mysqlUtils.js\");", "function sqlPersistenceStrategy(mysqlPool)...
[ 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
PreciseBugs
{"buggy_code_end_loc": [102, 69, 18, 253, 109, 113], "buggy_code_start_loc": [24, 5, 17, 135, 48, 112], "filenames": ["db/sql/MySqlPersistence.js", "db/sql/mysqlUtils.js", "lib/BasicStrategy.js", "lib/ModelDescription.js", "lib/basicSQLTypes.js", "test/fillLazyTest.js"], "fixing_code_end_loc": [100, 62, 18, 252, 101, 1...
55
Determine whether the {function_name} code is vulnerable or not.
[ "/**\n * Created by ctalmacel on 12/8/15.\n */", "var Q = require('q');\nvar createRawObject = require(\"../../lib/abstractPersistence.js\").createRawObject;\nvar modelUtil = require(\"../../lib/ModelDescription.js\");\nvar mysqlUtils = require(\"./mysqlUtils.js\");", "function sqlPersistenceStrategy(mysqlPool)...
[ 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 ]
PreciseBugs
{"buggy_code_end_loc": [102, 69, 18, 253, 109, 113], "buggy_code_start_loc": [24, 5, 17, 135, 48, 112], "filenames": ["db/sql/MySqlPersistence.js", "db/sql/mysqlUtils.js", "lib/BasicStrategy.js", "lib/ModelDescription.js", "lib/basicSQLTypes.js", "test/fillLazyTest.js"], "fixing_code_end_loc": [100, 62, 18, 252, 101, 1...
55