Luca Greco

Results 130 comments of Luca Greco

@evilpie this may be related to [Bug 1659053 - Updating from 78.0.2 to 79.0 corrupts add-ons, add-on settings](https://bugzilla.mozilla.org/show_bug.cgi?id=1659053), which is a Quota Manager initialization issue. In [Bug 1659053 Comment 5](https://bugzilla.mozilla.org/show_bug.cgi?id=1659053#c5)...

@EnTeQuAk I guess (based on the json-source-map package mentioned in the issue description) that @freaktechnik was thinking especially about the errors/warnings related to the schema validations (on a JSON file...

@willdurand @pdehaan web-ext does integrate addons-linter as a library and to implement its `--ignore-files` cli option is passing to the addons-linter a function through the `shouldScanFile` option, and so `shouldScanfile`...

> @rpl is this related to #3389? that was about the .eslintignore file (and for that we do have an integration test that covers it), this is about the eslintrc...

@willdurand I've updated this PR with some more exploratory changes for the other approach we discussed a few days ago (filtering the manifest specific anyOf entries at import time instead...

@willdurand I cherry-picked [78230b7](https://github.com/mozilla/addons-linter/pull/4397/commits/78230b7f533f0283df0886ccc4b97b8529bdea8b) from this PR to the PR to refresh the JSONSchema data from Firefox 103.0b9 (#4407), I'll rebase this patch and remove that from this PR once...

@willdurand I have restored the initial version of this PR as we agreed on, then added the test case introduced along with the other approach to provide explicit test coverage...

In my opinion it is not a false positive, using the modified CSP the extension will be allowed to evaluate strings of code (e.g. using `eval` or `Function`), which as...

we (@wagnerand and I) took a deeper look at the code that sets this warning and it looks that the part of the CSP string that is triggering the warning...

Closing as wontfix, we will reconsider as soon as we would have determined how the feature supported by this Firefox-specific MV2 API would be introduced in the set of APIs...