Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-2001]feat: Cache issues on the client #5327

Merged
merged 133 commits into from
Sep 24, 2024

address review comments

f220592
Select commit
Loading
Failed to load commit list.
Merged

[WEB-2001]feat: Cache issues on the client #5327

address review comments
f220592
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 24, 2024 in 0s

5 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 501 in apiserver/plane/bgtasks/dummy_data_task.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/bgtasks/dummy_data_task.py#L501

Trailing whitespace

Check warning on line 509 in apiserver/plane/bgtasks/dummy_data_task.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/bgtasks/dummy_data_task.py#L509

Depending on the context, generating weak random numbers may expose cryptographic functions, which rely on these numbers, to be exploitable.

Check warning on line 509 in apiserver/plane/bgtasks/dummy_data_task.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/bgtasks/dummy_data_task.py#L509

Standard pseudo-random generators are not suitable for security/cryptographic purposes.

Check warning on line 577 in apiserver/plane/bgtasks/dummy_data_task.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/bgtasks/dummy_data_task.py#L577

Depending on the context, generating weak random numbers may expose cryptographic functions, which rely on these numbers, to be exploitable.

Check warning on line 577 in apiserver/plane/bgtasks/dummy_data_task.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/bgtasks/dummy_data_task.py#L577

Standard pseudo-random generators are not suitable for security/cryptographic purposes.