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

webapp: Fix possible none project type #1569

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

arthurscchan
Copy link
Contributor

This PR fixes some possible unbound variable. By the logic, project could be None and that cause the access of project attribute result in error. This PR fixes that.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
@arthurscchan arthurscchan marked this pull request as ready for review June 12, 2024 16:07
@DavidKorczynski DavidKorczynski merged commit 0cf43f8 into ossf:main Jun 12, 2024
5 checks passed
arthurscchan added a commit to arthurscchan/fuzz-introspector that referenced this pull request Jun 13, 2024
Fix possible none project type

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants