Alexander Eyers-Taylor

Results 31 comments of Alexander Eyers-Taylor

It looks like your ESLint command creates a sarif file called `eslint-results.sarif` but the upload is looking for `results.sarif`. Perhaps the upload part should be: ``` - name: Upload analysis...

Thanks for the report. This is a badly reported out of disk space error. Sometimes clearing the build artefacts after the build but before analysis will get you enough space...

Looking into this a bit further I think the issue is just the template heavy code. We record data about all template instatiations which takes up a lot of space....

We can get better results if we see the linker execution as we can disambiguate calls where linking means only one target is available but if everything is linked together...

The "clearing the build artefacts after the build" suggestion was something like doing `rm -rf build` at the end of the of the build as we don't care about the...

We can't have a vscode editor inside a webview so we can't get nice text editing without implementing a web based text editor (or at least using one). We could...

in general `toString` is expected to return a short human readable string and also be easy to compute. For these reasons `toString` returns a short string that usually only shows...

So that problem is slightly different because it deals with an expression that is essentially an atomic value being truncated. The general problem ends up being much harder. The main...

Indeed, this looks like a false positive. Thank you for reporting it! Our current focus is on improving our security analysis. Because your report does not relate to a security...

From a historically perspective we explicitly chose not to do this as there were objections over offering too much so we only chose a very small number of keywords to...