summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json')
-rw-r--r--server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json b/server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json
deleted file mode 100644
index 248f06918ef..00000000000
--- a/server/sonar-web/test/json/coding-rules-spec/search-hide-templates.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "total": 7,
- "p": 1,
- "ps": 25,
- "rules": [
- {
- "key": "squid:S2077",
- "name": "Values passed to SQL commands should be sanitized",
- "lang": "java",
- "langName": "Java",
- "sysTags": [
- "cwe",
- "owasp-top10",
- "security",
- "sql"
- ],
- "tags": [
- "custom-tag"
- ]
- }
- ],
- "facets": []
-}