PluginProbe
Patchstack – WordPress & Plugins Security / 2.1.19
Patchstack – WordPress & Plugins Security v2.1.19
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | includes/core.php +19 -0 2.1.162.1.19 View file →
@@ -91,8 +91,27 @@
91 91 )
92 92 );
93 93
94 94 /**
95 + * Some of the IP addresses of Patchstack.
96 + *
97 + * @var array
98 + */
99 + public $ips = array(
100 + '18.221.197.243',
101 + '52.15.237.250',
102 + '3.19.3.34',
103 + '3.18.238.17',
104 + '13.58.49.77',
105 + '18.222.191.77',
106 + '3.131.108.250',
107 + '3.23.157.140',
108 + '18.220.70.233',
109 + '3.140.84.221',
110 + '185.212.171.100'
111 + );
112 +
113 + /**
95 114 * @param Patchstack $plugin
96 115 * @return void
97 116 */
98 117 public function __construct( $plugin ) {