sveltejs/sapper

Resolve codeQL analysis warning

Closed this issue · 2 comments

Describe the bug

githubs codeQL runnner warns with:

This does not escape backslash characters in the input.

on:

var route_0 = /*#__PURE__*/Object.freeze({
    __proto__: null,
    get: get
});

Links

To Reproduce
Run the code-analysis.yml

I don't know what this is saying. Why are you running a code quality checker on built output? What backslashes is this referring to? Is there a real bug?

i'm running the GitHub beta code scanning CI runner (codeQL) for my sapper project which is promting the warning for the server.js. I can't
really tell what's the problem here cause i'm not a bug hunter. I also ignored the sapper folder in the code scanning process because i can't see any weird behavior on the site. If you can't see any issue here go ahead and close this one 👍