[WEB-522] feat: Estimates revamp #4696
4 new issues (0 max.) of at least minor severity.
Annotations
Check notice on line 22 in apiserver/plane/app/views/estimate/base.py
codacy-production / Codacy Static Code Analysis
apiserver/plane/app/views/estimate/base.py#L22
Depending on the context, generating weak random numbers may expose cryptographic functions, which rely on these numbers, to be exploitable.
Check warning on line 22 in apiserver/plane/app/views/estimate/base.py
codacy-production / Codacy Static Code Analysis
apiserver/plane/app/views/estimate/base.py#L22
Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Check notice on line 37 in apiserver/plane/db/migrations/0067_issue_estimate.py
codacy-production / Codacy Static Code Analysis
apiserver/plane/db/migrations/0067_issue_estimate.py#L37
Trailing whitespace
Check notice on line 84 in web/components/estimates/root.tsx
codacy-production / Codacy Static Code Analysis
web/components/estimates/root.tsx#L84
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations