Skip to content

Commit 7e57eb0

Browse files
committed
Security linting
1 parent 05bf67b commit 7e57eb0

File tree

19 files changed

+30
-0
lines changed

19 files changed

+30
-0
lines changed

April_Fools_CSS/April_Fools_CSS.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// ==/UserScript==
1414

1515
// cSpell:ignore transform, aprilfool
16+
/* eslint security/detect-object-injection: "off" */
1617

1718
if (window.top === window) {
1819
var duration = 2000, // [Integer, positive, milliseconds] This controls the duration of an april fool item;

GeenStijl_Powned_Dumpert_Comment_Enhancer/GeenStijl_Powned_Dumpert_Comment_Enhancer.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// ==/UserScript==
2424

2525
// cSpell:ignore Dumpert, dumpert, geenstijl, powned, daskapital, glamora, perma
26+
/* eslint security/detect-object-injection: "off" */
2627

2728
(function () {
2829
function proxy(fn) {

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
// ==/UserScript==
2323

2424
// cSpell:ignore gollum, tooltipped, jssuggester, tabnav, facebox, msie
25+
/* eslint security/detect-object-injection: "off" */
26+
/* eslint security/detect-unsafe-regex: "off" */
27+
/* eslint security/detect-non-literal-regexp: "off" */
2528
/* global unsafeWindow */
2629

2730
(function (unsafeWindow) {

Github_Gist_Share/157850.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// ==/UserScript==
2020

2121
// cSpell:ignore Dabblet, Bl.ocks, itemprop, tweetbutton
22+
/* eslint security/detect-object-injection: "off" */
2223

2324
(function () {
2425
String.format = function (string) {

Github_Image_Viewer/Github_Image_Viewer.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
// @include https://github.com/*
2121
// ==/UserScript==
2222

23+
/* eslint security/detect-object-injection: "off" */
24+
2325
(function () {
2426
String.format = function (string) {
2527
var args = Array.prototype.slice.call(arguments, 1, arguments.length);

Github_JSON_Dependencies_Linker/Github_JSON_Dependencies_Linker.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// ==/UserScript==
2525

2626
// cSpell:ignore linkify, Sindre Sorhus
27+
/* eslint security/detect-object-injection: "off" */
2728
/* global GM_xmlhttpRequest */
2829

2930
(function () {

Github_News_Feed_Filter/Github_News_Feed_Filter.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
// ==/UserScript==
2323

2424
// cSpell:ignore transform, osvg, opath, gollum, hovercards, profilecols
25+
/* eslint security/detect-object-injection: "off" */
2526

2627
(function () {
2728
var ICONS = {};

Github_Pages_Linker/Github_Pages_Linker.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
// @include https://github.com/*
2121
// ==/UserScript==
2222

23+
/* eslint security/detect-object-injection: "off" */
24+
2325
(function () {
2426
String.format = function (string) {
2527
var args = Array.prototype.slice.call(arguments, 1, arguments.length);

Github_Pull_Request_From/Github_Pull_Request_From.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
// @exclude https://github.com/*/*.patch
2121
// ==/UserScript==
2222

23+
/* eslint security/detect-object-injection: "off" */
24+
2325
(function () {
2426
String.format = function (string) {
2527
var args = Array.prototype.slice.call(arguments, 1, arguments.length);

Github_Reply_Comments/Github_Reply_Comments.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// ==/UserScript==
2424

2525
// cSpell:ignore textareas, previewable, tooltipped
26+
/* eslint security/detect-object-injection: "off" */
2627

2728
(function () {
2829
String.format = function (string) {

0 commit comments

Comments
 (0)