summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'non-puppet/qtmetrics2/index.php')
-rw-r--r--non-puppet/qtmetrics2/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/non-puppet/qtmetrics2/index.php b/non-puppet/qtmetrics2/index.php
index 353568e..8d77195 100644
--- a/non-puppet/qtmetrics2/index.php
+++ b/non-puppet/qtmetrics2/index.php
@@ -34,8 +34,8 @@
/**
* Qt Metrics API
- * @version 0.2
- * @since 12-06-2015
+ * @version 0.3
+ * @since 16-06-2015
* @author Juha Sippola
*/
@@ -130,6 +130,7 @@ $app->get('/test/flaky', function() use($app)
$app->get('/testset/:testset', function($testset) use($app)
{
+ $testset = strip_tags($testset);
$ini = Factory::conf();
$breadcrumb = array(
array('name' => 'home', 'link' => Slim\Slim::getInstance()->urlFor('root'))