-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from cisagov/48-fix-lint-issues-related-to-jso…
…n-files Fix JSON Lint Issues.
- Loading branch information
Showing
16 changed files
with
32,521 additions
and
32,325 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"Telerik UI for ASP.NET AJAX": { | ||
"__comments__":"TODO: this needs to be added back to the main file once we fix the test", | ||
"cats": [ | ||
59 | ||
], | ||
"cpe": "cpe:/a:telerik:ui_for_asp.net_ajax", | ||
"js": { | ||
"Telerik": "" | ||
}, | ||
"html": [ | ||
"[<link|<script].*?Telerik\\.Web\\.UI\\.WebResource\\.axd", | ||
"[<link|<script].*?Telerik\\.Web\\.UI\\.WebResource\\.axd\\?.*?Telerik\\.Web\\.UI%2c\\+Version%3d(20.*?)%2c\\;version:\\1", | ||
"<!-- (20\\d{2}\\.\\d\\.\\d{3}\\.\\d{2}) -->\\;version:\\1" | ||
], | ||
"website": "https://www.telerik.com/products/aspnet-ajax.aspx", | ||
"examples": [ | ||
{ | ||
"name": "with version", | ||
"html": "<head><link href=\"/Telerik.Web.UI.WebResource.axd?compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2014.2.724.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d7a3d4%3aen-US%3af-7b88-4e1e-8026-2b8c288%3aed2942d4\" type=\"text/css\" rel=\"stylesheet\" /></head>", | ||
"version": "2014.2.724.40" | ||
}, | ||
{ | ||
"name": "with no version", | ||
"html": "<script src=\"/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl02_TSM&compress=0&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d7a3d4%3aen-US%3af-7b88-4e1e-8026-2b8c288%3aed2942d4\" type=\"text/javascript\"></script>", | ||
"version": "" | ||
}, | ||
{ | ||
"name": "with version in comment", | ||
"html": "\t<!-- 2016.1.113.45 --><ul", | ||
"version": "2016.1.113.45" | ||
} | ||
] | ||
} | ||
"Telerik UI for ASP.NET AJAX": { | ||
"__comments__": "TODO: this needs to be added back to the main file once we fix the test", | ||
"cats": [ | ||
59 | ||
], | ||
"cpe": "cpe:/a:telerik:ui_for_asp.net_ajax", | ||
"examples": [ | ||
{ | ||
"html": "<head><link href=\"/Telerik.Web.UI.WebResource.axd?compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2014.2.724.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d7a3d4%3aen-US%3af-7b88-4e1e-8026-2b8c288%3aed2942d4\" type=\"text/css\" rel=\"stylesheet\" /></head>", | ||
"name": "with version", | ||
"version": "2014.2.724.40" | ||
}, | ||
{ | ||
"html": "<script src=\"/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl02_TSM&compress=0&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d7a3d4%3aen-US%3af-7b88-4e1e-8026-2b8c288%3aed2942d4\" type=\"text/javascript\"></script>", | ||
"name": "with no version", | ||
"version": "" | ||
}, | ||
{ | ||
"html": "\t<!-- 2016.1.113.45 --><ul", | ||
"name": "with version in comment", | ||
"version": "2016.1.113.45" | ||
} | ||
], | ||
"html": [ | ||
"[<link|<script].*?Telerik\\.Web\\.UI\\.WebResource\\.axd", | ||
"[<link|<script].*?Telerik\\.Web\\.UI\\.WebResource\\.axd\\?.*?Telerik\\.Web\\.UI%2c\\+Version%3d(20.*?)%2c\\;version:\\1", | ||
"<!-- (20\\d{2}\\.\\d\\.\\d{3}\\.\\d{2}) -->\\;version:\\1" | ||
], | ||
"js": { | ||
"Telerik": "" | ||
}, | ||
"website": "https://www.telerik.com/products/aspnet-ajax.aspx" | ||
} | ||
} |
Oops, something went wrong.