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

[BUG] - Firefox extension warnings from store validations #4

Closed
piraces opened this issue Jan 15, 2022 · 2 comments
Closed

[BUG] - Firefox extension warnings from store validations #4

piraces opened this issue Jan 15, 2022 · 2 comments
Assignees
Labels
bug Something isn't working publish Problem with the publication of the extension for the different stores

Comments

@piraces
Copy link
Owner

piraces commented Jan 15, 2022

Describe the bug
Several warnings reported by Firefox addons "store".

To Reproduce
Steps to reproduce the behavior:

  1. Publishing the extension to the Firefox Add-ons center.

Expected behavior
A clear and concise description of what you expected to happen.
No warnings and validation passing...

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: All
  • Browser: Firefox
  • Version: All

Additional context
Add any other context about the problem here.
There are several warnings when publishing the extension to the Firefox store and the latest version has been disabled due to a specific one:

Unsafe assignment to innerHTML (Variable 'markdown' reassigned with unsafe value at 1:3571)
Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.

main.js line 1 column 3745

All the warnings (6):

Manifest key not supported by the specified minimum Firefox version
Warning: "strict_min_version" requires Firefox 48.0, which was released before version 52 introduced support for "author".

manifest.json
Manifest key not supported by the specified minimum Firefox for Android version
Warning: "strict_min_version" requires Firefox for Android 48.0, which was released before version 52 introduced support for "author".

manifest.json
Manifest key not supported by the specified minimum Firefox for Android version
Warning: "strict_min_version" requires Firefox for Android 48.0, which was released before version 55 introduced support for "browser_action".

manifest.json
Manifest key not supported by the specified minimum Firefox for Android version
Warning: "strict_min_version" requires Firefox for Android 48.0, which was released before version 57 introduced support for "browser_action.default_popup".

manifest.json
Unsafe assignment to innerHTML (Variable 'markdown' reassigned with unsafe value at 1:3571)
Advertencia: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.

main.js línea 1 columna 3745
Unsafe assignment to innerHTML
Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.

main.js línea 1 columna 4337
Permission not supported by the specified minimum Firefox version
Warning: "strict_min_version" requires Firefox 48.0, which was released before version 55 introduced support for "permissions:contextMenus".

manifest.json
@piraces piraces added bug Something isn't working publish Problem with the publication of the extension for the different stores labels Jan 15, 2022
@piraces piraces self-assigned this Jan 15, 2022
@piraces piraces pinned this issue Jan 15, 2022
@piraces
Copy link
Owner Author

piraces commented Jan 15, 2022

Version 1.1.1 now in review for Edge, Chrome and Firefox markets.
Once published and verified this issue can be closed.

@piraces
Copy link
Owner Author

piraces commented Jan 18, 2022

Closed as 1.1.1 is now available in all stores

@piraces piraces closed this as completed Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working publish Problem with the publication of the extension for the different stores
Projects
None yet
Development

No branches or pull requests

1 participant