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

Resolve Frontend API Abuse Findings (CRASM-731) #646

Open
hawkishpolicy opened this issue Sep 26, 2024 · 0 comments · May be fixed by #649
Open

Resolve Frontend API Abuse Findings (CRASM-731) #646

hawkishpolicy opened this issue Sep 26, 2024 · 0 comments · May be fixed by #649
Assignees
Labels
frontend security This issue or pull request addresses a security issue

Comments

@hawkishpolicy
Copy link
Collaborator

🐛 Summary

Summary:

  • Path: xfd_develop/frontend/src/pages/Organization (2)
    • Locations:
      • xfd_develop/frontend/src/pages/Organization/Organization.tsx:493
      • xfd_develop/frontend/src/pages/Organization/Organization.tsx:494
      • 493 "br></br"
      • 494 "br></br"
    • Notes:
      • Both are concerned with use of br/ tags.
      • Maybe we can remove/change these.
  • Path: xfd_develop/frontend/src/types (2)
    • Locations:
      • xfd_develop/frontend/src/types/vulnerability.ts:1
        • 1 import { Domain, Service } from './domain';
      • xfd_develop/frontend/src/types/webpage.ts:2
        • 2 import { Domain } from './domain';
    • Notes:
      • Look into why it’s flagging these imports.
  • Path: xfd_develop/frontend/src/pages/Domains (1)
    • Locations:
      • xfd_develop/frontend/src/pages/Domains/Domains.tsx:152
      • 152 "br></br"
    • Notes:
      • Another br/ tag issue.
  • Path: xfd_develop/frontend/src/pages/Vulnerabilities (1)
    • Locations:
      • xfd_develop/frontend/src/pages/Vulnerabilities/Vulnerabilities.tsx:458
      • 458 "br></br"
    • Notes:
      • Another br/ tag issue.

To reproduce

Steps to reproduce the behavior:

  1. Do this
  2. Then this

Expected behavior

What did you expect to happen that didn't?

Any helpful log output or screenshots

Paste the results here:

Add any screenshots of the problem here.

@hawkishpolicy hawkishpolicy added security This issue or pull request addresses a security issue frontend labels Sep 26, 2024
@ameliav ameliav linked a pull request Sep 27, 2024 that will close this issue
12 tasks
@ameliav ameliav self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend security This issue or pull request addresses a security issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants