Merge tag 'v4.6.6' #6
Annotations
50 warnings
src/healthcheck.js#L14
'err' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/main.js#L98
Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/main.js#L147
Found existsSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/main.js#L148
Generic Object Injection Sink (security/detect-object-injection)
|
src/main.js#L214
Found existsSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/main.js#L215
Generic Object Injection Sink (security/detect-object-injection)
|
src/main.js#L244
Found stat from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/main.js#L260
Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/pmtiles_adapter.js#L25
Missing JSDoc @param "fd" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L25
Missing JSDoc @param "fd" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L26
Missing JSDoc @param "buffer" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L26
Missing JSDoc @param "buffer" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L27
Missing JSDoc @param "offset" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L27
Missing JSDoc @param "offset" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L40
Missing JSDoc @returns declaration (jsdoc/require-returns)
|
src/pmtiles_adapter.js#L42
Missing JSDoc @param "FilePath" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L42
Missing JSDoc @param "FilePath" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L51
Found openSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/pmtiles_adapter.js#L58
Missing JSDoc @returns declaration (jsdoc/require-returns)
|
src/pmtiles_adapter.js#L60
Missing JSDoc @param "pmtiles" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L60
Missing JSDoc @param "pmtiles" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L99
Missing JSDoc @returns declaration (jsdoc/require-returns)
|
src/pmtiles_adapter.js#L101
Missing JSDoc @param "pmtiles" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L101
Missing JSDoc @param "pmtiles" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L102
Missing JSDoc @param "z" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L102
Missing JSDoc @param "z" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L103
Missing JSDoc @param "x" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L103
Missing JSDoc @param "x" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L104
Missing JSDoc @param "y" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L104
Missing JSDoc @param "y" type (jsdoc/require-param-type)
|
src/pmtiles_adapter.js#L118
Missing JSDoc @returns declaration (jsdoc/require-returns)
|
src/pmtiles_adapter.js#L120
Missing JSDoc @param "typenum" description (jsdoc/require-param-description)
|
src/pmtiles_adapter.js#L120
Missing JSDoc @param "typenum" type (jsdoc/require-param-type)
|
src/serve_data.js#L26
'next' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/serve_data.js#L84
Variable Assigned to Object Injection Sink (security/detect-object-injection)
|
src/serve_data.js#L145
Variable Assigned to Object Injection Sink (security/detect-object-injection)
|
src/serve_data.js#L171
'next' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/serve_data.js#L219
Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/serve_data.js#L284
Generic Object Injection Sink (security/detect-object-injection)
|
src/serve_font.js#L18
Found readdir from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/serve_font.js#L24
Found stat from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/serve_font.js#L31
Found existsSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)
|
src/serve_font.js#L41
'next' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/serve_font.js#L61
'next' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/serve_rendered.js#L35
Unsafe Regular Expression (security/detect-unsafe-regex)
|
src/serve_rendered.js#L36
Unsafe Regular Expression (security/detect-unsafe-regex)
|
src/serve_rendered.js#L85
Variable Assigned to Object Injection Sink (security/detect-object-injection)
|
src/serve_rendered.js#L103
'info' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/serve_rendered.js#L105
Generic Object Injection Sink (security/detect-object-injection)
|
src/serve_rendered.js#L111
Missing JSDoc @returns declaration (jsdoc/require-returns)
|