Skip to content

[3.0.30] Fix: Hardening audit #325

[3.0.30] Fix: Hardening audit

[3.0.30] Fix: Hardening audit #325

Triggered via push October 26, 2023 16:11
Status Success
Total duration 2m 44s
Artifacts

pycharm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: file:///github/workspace/docs/Add_Script.md#L166
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert isinstance(file, Upload)'.
build: file:///github/workspace/docs/Add_Script.md#L169
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert "my_filename.txt" in filenames'.
build: file:///github/workspace/docs/Add_Script.md#L189
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert "my_filename.txt" not in filenames'.
build: file:///github/workspace/docs/Add_Script.md#L193
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert len(versions) == 2'.
build: file:///github/workspace/docs/Add_Script.md#L195
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert b64decode(read_file("my_filename.txt").encode()) == b"\x00version 2\xff"'.
build: file:///github/workspace/docs/Add_Script.md#L199
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert b64decode(data.encode()) == b"\x00version 2\xff"'.
build: file:///github/workspace/docs/Add_Script.md#L212
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert b64decode(data.encode()) == b"\x00string content\xff"'.
build: file:///github/workspace/docs/File_Share.md#L99
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert b64decode(data.encode()) == b"\x00version 2\xff"'.
build: file:///github/workspace/docs/File_Share.md#L124
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert b64decode(data.encode()) == b"\x00string content\xff"'.