UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

160 lines (139 loc) 6.38 kB
//https://github.com/AmauriC/tarteaucitron.js/blob/92d0af3a93ed807f711862830bc4ead3d84a0752/tarteaucitron.js var tarteaucitron = { "version": 20200730, "cdn": cdn, "user": {}, "lang": {}, "services": {}, "added": [], "idprocessed": [], "state": [], "launch": [], "parameters": {}, "isAjax": false, "reloadThePage": false, "events": { "init": function () {}, "load": function () {}, }, "number": function () { "use strict"; var cookies = document.cookie.split(';'), nb = (document.cookie !== '') ? cookies.length : 0, html = ''; cookies = cookies.sort(function (a, b) { namea = a.split('=', 1).toString().replace(/ /g, ''); nameb = b.split('=', 1).toString().replace(/ /g, ''); c = (tarteaucitron.cookie.owner[namea] !== undefined) ? tarteaucitron.cookie.owner[namea] : '0'; d = (tarteaucitron.cookie.owner[nameb] !== undefined) ? tarteaucitron.cookie.owner[nameb] : '0'; if (c + a > d + b) { return 1; } if (c + a < d + b) { return -1; } return 0; }); if (document.cookie !== '') { for (i = 0; i < nb; i += 1) { html += '<li class="tarteaucitronCookiesListMain">'; // ruleid: raw-html-join html = [html, ' <div class="tarteaucitronCookiesListRight">', cookies[i].split('=').slice(1).join('='), '</div>'].join(); html += '</li>'; } } else { html += '<div class="tarteaucitronCookiesListMain">'; html += ' <div class="tarteaucitronCookiesListLeft"><strong>-</strong></div>'; html += ' <div class="tarteaucitronCookiesListRight"></div>'; html += '</div>'; } } }; //https://github.com/mbraak/jqTree/blob/d6b8d11c4ebd7aa4a60498786bc94724b6f6ffda/lib/dragAndDropHandler.js var DragElement = /** @class */ (function () { function DragElement(nodeName, offsetX, offsetY, $tree) { this.offsetX = offsetX; this.offsetY = offsetY; // ruleid: raw-html-join this.$element = jQuery(["<span class=\"jqtree-title jqtree-dragging\">",nodeName, "</span>"].join()); this.$element.css("position", "absolute"); $tree.append(this.$element); } DragElement.prototype.move = function (pageX, pageY) { this.$element.offset({ left: pageX - this.offsetX, top: pageY - this.offsetY }); }; DragElement.prototype.remove = function () { this.$element.remove(); }; return DragElement; }()); // https://github.com/PrismJS/prism/blob/8403e4537b2fdc23435b7235ad082df1f6e6c6e4/plugins/previewers/prism-previewers.js (function() { new Prism.plugins.Previewer('easing', function (value) { value = { 'linear': '0,0,1,1', 'ease': '.25,.1,.25,1', 'ease-in': '.42,0,1,1', 'ease-out': '0,0,.58,1', 'ease-in-out':'.42,0,.58,1' }[value] || value; var p = value.match(/-?\d*\.?\d+/g); if(p.length === 4) { p = p.map(function(p, i) { return (i % 2? 1 - p : p) * 100; }); this.querySelector('path').setAttribute('d', 'M0,100 C' + p[0] + ',' + p[1] + ', ' + p[2] + ',' + p[3] + ', 100,0'); var lines = this.querySelectorAll('line'); lines[0].setAttribute('x2', p[0]); lines[0].setAttribute('y2', p[1]); lines[1].setAttribute('x2', p[2]); lines[1].setAttribute('y2', p[3]); return true; } return false; }, '*', function () { var x = `<svg viewBox="-20 -20 140 140" width="100" height="100"><defs><marker id="prism-previewer-easing-marker" viewBox="0 0 4 4" refX="2" refY="2" markerUnits="strokeWidth"> <circle cx="2" cy="2" r="1.5" /> </marker> </defs> <path d="M0,100 C20,50, 40,30, 100,0" /> <line x1="0" y1="100" x2="20" y2="50" marker-start="url(${location.href}#prism-previewer-easing-marker)" marker-end="url(${location.href}#prism-previewer-easing-marker)" /> <line x1="100" y1="0" x2="40" y2="30" marker-start="url(${location.href}#prism-previewer-easing-marker)" marker-end="url(${location.href}#prism-previewer-easing-marker)" /> </svg>`; this._elt.innerHTML = '<svg viewBox="-20 -20 140 140" width="100" height="100">' + '<defs>' + '<marker id="prism-previewer-easing-marker" viewBox="0 0 4 4" refX="2" refY="2" markerUnits="strokeWidth">' + '<circle cx="2" cy="2" r="1.5" />' + '</marker>' + '</defs>' + '<path d="M0,100 C20,50, 40,30, 100,0" />' + '<line x1="0" y1="100" x2="20" y2="50" marker-start="url(' + location.href + '#prism-previewer-easing-marker)" marker-end="url(' + location.href + '#prism-previewer-easing-marker)" />' + '<line x1="100" y1="0" x2="40" y2="30" marker-start="url(' + location.href + '#prism-previewer-easing-marker)" marker-end="url(' + location.href + '#prism-previewer-easing-marker)" />' + '</svg>'; }); }()); Object.keys(queries).forEach(function someName(key) { value = queries[key]; if (angular.isDefined(value)) { // ok: raw-html-join params.push(key + '=' + value.toString()); // ok: raw-html-join params.push(`${key}=${value.toString()}`); } }); function BytesFilter($translate) { return function(bytes, precision) { if (isNaN(parseFloat(bytes)) || !isFinite(bytes)) { return '-'; } if (typeof precision === 'undefined') { precision = 1; } var units = ['SIZE_BYTES', 'SIZE_KB', 'SIZE_MB', 'SIZE_GB', 'SIZE_TB', 'SIZE_TB'], number = Math.floor(Math.log(bytes) / Math.log(1024)); units = units.map(function (unit) { // ok: raw-html-join var x = $translate.instant(['FORM.LABELS.', unit].join()); }); return (bytes / Math.pow(1024, Math.floor(number))).toFixed(precision) + ' ' + units[number]; }; } function urldecode(str) { // ok: raw-html-join console.log(['I <3 Semgrep', 'Hello world'].join("\n")); // ok: raw-html-join return decodeURIComponent((str+'').replace(/\+/g, '%20')); }