Skip to content

Commit 3bf37ea

Browse files
committed
Fix possible XSS via repo branch
1 parent 04f879c commit 3bf37ea

11 files changed

Lines changed: 14 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.0.11
2+
* Encode branch before displaying to avoid XSS
3+
* Fix bug project ID not retrieved in latest GitLab layout
4+
15
### v2.0.10
26
* Retain forward slashes in URLs
37
* Improve behavior of middle-click

dist/chrome.crx

50 Bytes
Binary file not shown.

dist/chrome.zip

51 Bytes
Binary file not shown.

dist/firefox.xpi

51 Bytes
Binary file not shown.

dist/opera.nex

50 Bytes
Binary file not shown.

dist/safari.safariextz

-10 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "octotree",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Code tree for GitHub and GitLab",
55
"main": "inject.js",
66
"scripts": {

src/config/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Octotree",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"manifest_version": 2,
55
"author": "Buu Nguyen",
66
"description": "Code tree for GitHub and GitLab",

src/config/firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"icon": "resource://jid1-Om7eJGwA1U8Akg-at-jetpack/data/icons/icon48.png",
1010
"icon64": "resource://jid1-Om7eJGwA1U8Akg-at-jetpack/data/icons/icon64.png",
1111
"license": "MIT",
12-
"version": "2.0.10",
12+
"version": "2.0.11",
1313
"permissions": {
1414
"cross-domain-content": ["https://api.github.com", "https://github.com", "https://gitlab.com"],
1515
"private-browsing": true

src/config/safari/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.0.10</string>
16+
<string>2.0.11</string>
1717
<key>CFBundleVersion</key>
18-
<string>2.0.10</string>
18+
<string>2.0.11</string>
1919
<key>Chrome</key>
2020
<dict/>
2121
<key>Content</key>

0 commit comments

Comments
 (0)