Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8.0.2 #1307

Merged
merged 8 commits into from
Sep 15, 2024
Merged

v8.0.2 #1307

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ npm run dev:chrome
```

Note that Windows users should download a tool like [Git Bash](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build.

## Acknowledgment

We would like to extend our heartfelt thanks to Laurent, the Chief Information Security Officer (CISO) of the University of Luxembourg, for the invaluable support and contribution to this project. During the development process, the CISO team provided critical security recommendations that helped us identify and address potential vulnerabilities, significantly enhancing the security and reliability of the project.

We especially want to acknowledge the University of Luxembourg's information security team for their selfless contribution, which not only facilitated the progress of this project but also had a positive impact on the broader open-source community. We recognize that the success of open-source software depends heavily on collaboration and support from various stakeholders, and the involvement of the University of Luxembourg has allowed us to offer a more secure and dependable product to a wider audience.

We understand that while open-source software is free, maintaining and improving these projects requires significant resources. The University of Luxembourg’s information security team has demonstrated their strong commitment to the open-source community, contributing not just within their university but to users and developers globally. We hope this acknowledgment will help them continue to secure the support and resources necessary to further advance open-source initiatives.

Once again, we express our sincere gratitude to the University of Luxembourg's CISO team for their valuable advice and assistance.
2 changes: 1 addition & 1 deletion manifests/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "8.0.1",
"version": "8.0.2",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-edge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Authenticator: 2FA Client",
"version": "8.0.1",
"version": "8.0.2",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions manifests/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "8.0.1",
"version": "8.0.2",
"default_locale": "en",
"description": "__MSG_extDesc__",
"browser_specific_settings": {
Expand All @@ -28,7 +28,7 @@
"scripts": ["dist/background.js"]
},
"commands": {
"_execute_browser_action": {},
"_execute_action": {},
"scan-qr": {
"description": "Scan a QR code"
},
Expand Down
447 changes: 199 additions & 248 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue-loader": "^15.10.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.11.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions scripts/licenses-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ <h2>Acknowledgements</h2>
<a target="_blank" href="https://github.com/multiwebinc">Mike Robinson</a>
&lt;3
</p>
<p>
We would like to extend our heartfelt thanks to Laurent, the Chief Information Security Officer (CISO) of the University of Luxembourg, for the invaluable support and contribution to this project. During the development process, the CISO team provided critical security recommendations that helped us identify and address potential vulnerabilities, significantly enhancing the security and reliability of the project.
</p>
<p>
We especially want to acknowledge the University of Luxembourg's information security team for their selfless contribution, which not only facilitated the progress of this project but also had a positive impact on the broader open-source community. We recognize that the success of open-source software depends heavily on collaboration and support from various stakeholders, and the involvement of the University of Luxembourg has allowed us to offer a more secure and dependable product to a wider audience.
</p>
<p>
We understand that while open-source software is free, maintaining and improving these projects requires significant resources. The University of Luxembourg’s information security team has demonstrated their strong commitment to the open-source community, contributing not just within their university but to users and developers globally. We hope this acknowledgment will help them continue to secure the support and resources necessary to further advance open-source initiatives.
</p>
<p>
Once again, we express our sincere gratitude to the University of Luxembourg's CISO team for their valuable advice and assistance.
</p>
<p><a target="_blank" href="qrdebug.html">QR Debugging</a></p>
{{#renderLicenses}}
<h3>
Expand Down
Loading