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

[uss_qualifier] Check for presence of includes_advisories before accessing field #439

Merged

Conversation

BenjaminPelletier
Copy link
Member

@BenjaminPelletier BenjaminPelletier commented Dec 21, 2023

Fixes #438.

One question is whether to specify None, specify Unknown, or omit the argument when constructing the result when the client's response did not include a value. I believe all three options are essentially interchangeable for the purpose of processing the result, so I chose the option that made the resulting value more concrete.

@BenjaminPelletier BenjaminPelletier added the P0 Highest priority; blocking usage or development label Dec 21, 2023
@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review December 21, 2023 23:22
@BenjaminPelletier BenjaminPelletier merged commit 51ef122 into interuss:main Dec 21, 2023
9 checks passed
@BenjaminPelletier BenjaminPelletier deleted the fix-includes_advisories branch December 21, 2023 23:34
github-actions bot added a commit that referenced this pull request Dec 21, 2023
…cessing field (#439)

Check for presence of `includes_advisories` before accessing field 51ef122
github-actions bot added a commit to BradNicolle/monitoring that referenced this pull request Dec 21, 2023
…cessing field (interuss#439)

Check for presence of `includes_advisories` before accessing field 51ef122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest priority; blocking usage or development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check whether includes_advisories exists before accessing
2 participants