Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
No new functionality, added privacy and reviewer information

Signed-off-by: Martin Hoefling <martin.hoefling@gmx.de>
  • Loading branch information
martinhoefling committed Jan 20, 2020
1 parent c7cef74 commit 00e83b9
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 763 deletions.
1 change: 1 addition & 0 deletions PRIVACY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We don't log, share or store any personal data.
15 changes: 15 additions & 0 deletions REVIEWERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
3rd party libraries
===================

the webextension-polyfill.js is from https://github.com/mozilla/webextension-polyfill.git
Currently v0.3.1 built with the webextension-polyfill target in the Makefile
The code is just bundled but not minified.

regex-weburl.js is from https://gist.github.com/dperini/729294 (MIT
Licensed)

unsafe assignment to innerHTML
==============================

There are in two code locations, where innerHTML is assigned. They both refer to i18n string replacements
and are thus not untrusted content, as the content is provided with the extension translation.
2 changes: 1 addition & 1 deletion manifests/chrome-manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
Expand Down
2 changes: 1 addition & 1 deletion manifests/chrome-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
Expand Down
2 changes: 1 addition & 1 deletion manifests/firefox-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopassbridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager",
"main": "web-extension/gopassbridge.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^6.0.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-promise": "^4.0.1",
"global": "^4.3.2",
Expand All @@ -43,6 +43,6 @@
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"prettier-check": "^2.0.0",
"web-ext": "^3.1.0"
"web-ext": "^4.0.0"
}
}

0 comments on commit 00e83b9

Please sign in to comment.