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

add OAuth login flow with token storage #1025

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

elchananarb
Copy link
Contributor

By submitting a PR to this repository, you agree to the terms within the Checkmarx Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Describe the purpose of this PR along with any background information and the impacts of the proposed change.

References

Include supporting link to GitHub Issue/PR number

Testing

Describe how this change was tested. Be specific about anything not tested and reasons why. If this solution has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Checklist

  • I have added documentation for new/changed functionality in this PR (if applicable).
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used

Copy link
Contributor

github-actions bot commented Jan 13, 2025

Logo
Checkmarx One – Scan Summary & Details2bb29878-6072-4fa3-9f2a-0938e04c91b6

New Issues (5)

Checkmarx found the following issues in this Pull Request

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Missing_HSTS_Header /src/extension.ts: 104
detailsThe web-application does not define an HSTS header, leaving it vulnerable to attack.
Attack Vector
LOW Log_Forging /src/extension.ts: 95
detailsMethod Lambda at line 95 of /src/extension.ts gets user input from element req. This element’s value flows through the code without being properly ...
Attack Vector
LOW Log_Forging /src/extension.ts: 95
detailsMethod Lambda at line 95 of /src/extension.ts gets user input from element req. This element’s value flows through the code without being properly ...
Attack Vector
LOW Log_Forging /src/extension.ts: 95
detailsMethod Lambda at line 95 of /src/extension.ts gets user input from element req. This element’s value flows through the code without being properly ...
Attack Vector
LOW Missing_CSP_Header /src/extension.ts: 104
detailsA Content Security Policy is not explicitly defined within the web-application.
Attack Vector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant