Skip to content

chore(deps-dev): bump eslint-plugin-jsdoc from 46.5.1 to 46.9.0 #461

chore(deps-dev): bump eslint-plugin-jsdoc from 46.5.1 to 46.9.0

chore(deps-dev): bump eslint-plugin-jsdoc from 46.5.1 to 46.9.0 #461

GitHub Actions / ESLint succeeded Nov 10, 2023 in 0s

150 warnings

ESLint found 150 warnings

Annotations

Check warning on line 14 in src/healthcheck.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/healthcheck.js#L14

'err' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 86 in src/main.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.js#L86

Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 138 in src/main.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.js#L138

Found existsSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 139 in src/main.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.js#L139

Generic Object Injection Sink (security/detect-object-injection)

Check warning on line 172 in src/main.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.js#L172

Found stat from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 180 in src/main.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.js#L180

Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 21 in src/serve_data.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_data.js#L21

'next' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 93 in src/serve_data.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_data.js#L93

Variable Assigned to Object Injection Sink (security/detect-object-injection)

Check warning on line 119 in src/serve_data.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_data.js#L119

'next' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 146 in src/serve_data.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_data.js#L146

Found statSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 185 in src/serve_data.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_data.js#L185

Generic Object Injection Sink (security/detect-object-injection)

Check warning on line 18 in src/serve_font.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_font.js#L18

Found readdir from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 24 in src/serve_font.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_font.js#L24

Found stat from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 31 in src/serve_font.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_font.js#L31

Found existsSync from package "node:fs" with non literal argument at index 0 (security/detect-non-literal-fs-filename)

Check warning on line 41 in src/serve_font.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_font.js#L41

'next' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 61 in src/serve_font.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_font.js#L61

'next' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 25 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L25

Unsafe Regular Expression (security/detect-unsafe-regex)

Check warning on line 26 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L26

Unsafe Regular Expression (security/detect-unsafe-regex)

Check warning on line 56 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L56

Expected only 0 line after block description (jsdoc/tag-lines)

Check warning on line 76 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L76

Variable Assigned to Object Injection Sink (security/detect-object-injection)

Check warning on line 94 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L94

'info' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 96 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L96

Generic Object Injection Sink (security/detect-object-injection)

Check warning on line 102 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L102

Missing JSDoc @returns declaration (jsdoc/require-returns)

Check warning on line 104 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L104

Expected only 0 line after block description (jsdoc/tag-lines)

Check warning on line 106 in src/serve_rendered.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/serve_rendered.js#L106

The type 'List' is undefined (jsdoc/no-undefined-types)