Skip to content

Python & web interface rewrites #18

Python & web interface rewrites

Python & web interface rewrites #18

Triggered via pull request October 20, 2024 08:25
Status Success
Total duration 1m 32s
Artifacts

superLinter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run-lint: html/index.php#L30
Variable $MODEL might not be defined.
run-lint: html/index.php#L52
Variable $MODEL might not be defined.
run-lint: html/index.php#L64
Variable $MODEL might not be defined.
run-lint: html/scan.php#L22
Variable $UID might not be defined.
run-lint: html/scan.php#L25
Variable $UID might not be defined.
MissingReturnType: ../../../github/workspace/html/active.php#L3
../../../github/workspace/html/active.php:3:10: MissingReturnType: Method isProcessRunning does not have a return type, expecting bool (see https://psalm.dev/050)
MissingParamType: ../../../github/workspace/html/active.php#L3
../../../github/workspace/html/active.php:3:27: MissingParamType: Parameter $processName has no provided type (see https://psalm.dev/154)
PossiblyUndefinedArrayOffset: ../../../github/workspace/html/download.php#L3
../../../github/workspace/html/download.php:3:5: PossiblyUndefinedArrayOffset: Possibly undefined array key $_SERVER['REQUEST_METHOD'] on array{APP_DEBUG?: bool|string, APP_ENV?: string, AUTH_TYPE?: non-empty-string, CONTENT_LENGTH?: string, CONTENT_TYPE?: string, DOCUMENT_ROOT?: non-empty-string, FCGI_ROLE?: non-empty-string, GATEWAY_INTERFACE?: non-empty-string, HOME?: non-empty-string, HTTPS?: string, HTTP_ACCEPT?: non-empty-string, HTTP_ACCEPT_CHARSET?: non-empty-string, HTTP_ACCEPT_ENCODING?: non-empty-string, HTTP_ACCEPT_LANGUAGE?: non-empty-string, HTTP_CACHE_CONTROL?: non-empty-string, HTTP_CDN_LOOP?: non-empty-string, HTTP_CF_CONNECTING_IP?: non-empty-string, HTTP_CF_IPCOUNTRY?: non-empty-string, HTTP_CF_VISITOR?: non-empty-string, HTTP_CLIENT_IP?: non-empty-string, HTTP_CONNECTION?: non-empty-string, HTTP_COOKIE?: non-empty-string, HTTP_DNT?: non-empty-string, HTTP_HOST?: non-empty-string, HTTP_PRIORITY?: non-empty-string, HTTP_REFERER?: non-empty-string, HTTP_SEC_CH_UA?: non-empty-string, HTTP_SEC_CH_UA_MOBILE?: non-empty-string, HTTP_SEC_CH_UA_PLATFORM?: non-empty-string, HTTP_SEC_FETCH_DEST?: non-empty-string, HTTP_SEC_FETCH_MODE?: non-empty-string, HTTP_SEC_FETCH_SITE?: non-empty-string, HTTP_SEC_FETCH_USER?: non-empty-string, HTTP_UPGRADE_INSECURE_REQUESTS?: non-empty-string, HTTP_USER_AGENT?: non-empty-string, HTTP_X_FORWARDED_FOR?: non-empty-string, HTTP_X_FORWARDED_PROTO?: non-empty-string, HTTP_X_REAL_IP?: non-empty-string, ORIG_PATH_INFO?: non-empty-string, PATH?: non-empty-string, PATH_INFO?: non-empty-string, PATH_TRANSLATED?: non-empty-string, PHP_AUTH_DIGEST?: non-empty-string, PHP_AUTH_PW?: non-empty-string, PHP_AUTH_USER?: non-empty-string, PHP_SELF?: non-empty-string, QUERY_STRING?: string, REDIRECT_REMOTE_USER?: non-empty-string, REDIRECT_STATUS?: non-empty-string, REMOTE_ADDR?: non-empty-string, REMOTE_HOST?: non-empty-string, REMOTE_PORT?: string, REMOTE_USER?: non-empty-string, REQUEST_METHOD?: non-empty-string, REQUEST_SCHEME?: non-empty-string, REQUEST_TIME?: int<1729412817, max>, REQUEST_TIME_FLOAT?: float, REQUEST_URI?: non-empty-string, SCRIPT_FILENAME?: non-empty-string, SCRIPT_NAME?: non-empty-string, SERVER_ADDR?: non-empty-string, SERVER_ADMIN?: non-empty-string, SERVER_NAME?: non-empty-string, SERVER_PORT?: non-empty-string, SERVER_PROTOCOL?: non-empty-string, SERVER_SIGNATURE?: non-empty-string, SERVER_SOFTWARE?: non-empty-string, USER?: non-empty-string, argc?: int<1, max>, argv?: non-empty-list<string>, ...<non-empty-string, string>} (see https://psalm.dev/167)
PossiblyInvalidArgument: ../../../github/workspace/html/download.php#L6
../../../github/workspace/html/download.php:6:25: PossiblyInvalidArgument: Argument 1 of str_contains expects string, but possibly different type non-empty-array<int|non-empty-string, array<int|non-empty-string, mixed>|string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: ../../../github/workspace/html/download.php#L6
../../../github/workspace/html/download.php:6:54: PossiblyInvalidArgument: Argument 1 of str_contains expects string, but possibly different type non-empty-array<int|non-empty-string, array<int|non-empty-string, mixed>|string>|string provided (see https://psalm.dev/092)