You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added certificate verification to the helper app. It will verify the incoming connection certificate if it's Stats. If not the connection will not be opened. It prevents abusing the helper app by 3d party applications to access the helper interface. Thanks @senzee1984 for finding and helping solve that problem. This commit will force the update of the helper app and will require a password for users who have installed the helper.
Copy file name to clipboardExpand all lines: SMC/Helper/Info.plist
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
<key>CFBundleName</key>
8
8
<string>eu.exelban.Stats.SMC.Helper</string>
9
9
<key>CFBundleShortVersionString</key>
10
-
<string>1.0.0</string>
10
+
<string>1.0.1</string>
11
11
<key>CFBundleVersion</key>
12
-
<string>1</string>
13
-
<key>CFBundleInfoDictionaryVersion</key>
14
-
<string>6.0</string>
12
+
<string>2</string>
13
+
<key>CFBundleInfoDictionaryVersion</key>
14
+
<string>6.0</string>
15
15
<key>SMAuthorizedClients</key>
16
16
<array>
17
17
<string>anchor apple generic and identifier "eu.exelban.Stats" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = RP2S87B72W)</string>
0 commit comments