-
Notifications
You must be signed in to change notification settings - Fork 132
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
Bed 5083: Posture page extension features #1104
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- fixed incorrect posture history data type enum values - added fields to finding-trends for impact and exposure values
- added missing attack-paths posture history data type - regenerated openapi.json - captured some missed cue file generation
- added `environment_ids` field to finding-trends response
- added a new supporting graph database method for retrieving ad/azure domains by id - added a new error response for missing required query params
…trends` endpoint (#1088)
- added new database method to perform aggregation on AD Quality stats
* refactor: define Domain type in js-client * chore: add functionality to useAvailableDomains and leave a couple notes * refactor: DataSelectorValueType and improve domain types * fix: type export * fix: index export * feat: update posture api clients to match contract * refactor: remove URLSearchParms for axios tool instead * chore: remove comments * fix: getPostureHistory api endpoint * fix: type update
…endpoints-sql feat: BED-5132 - aggregate risk and posture data
…dings Bed 5207 impact exposure findings
feat: bed-5132 - updated openapi spec for posture page api contract
sircodemane
added
enhancement
New feature or request
api
A pull request containing changes affecting the API code.
user interface
A pull request containing changes affecting the UI code.
labels
Jan 27, 2025
urangel
reviewed
Jan 29, 2025
urangel
reviewed
Jan 29, 2025
urangel
reviewed
Jan 29, 2025
zinic
approved these changes
Jan 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is easier to reason about. Don't see anything that stands out aside from the comment cleanup. Pull when tidied!
urangel
reviewed
Jan 29, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api
A pull request containing changes affecting the API code.
enhancement
New feature or request
user interface
A pull request containing changes affecting the UI code.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR pulls in the feature branch BED-5083 including all of the extended Posture page feature support
Motivation and Context
This PR addresses: BED-5083
How Has This Been Tested?
Extensive manual testing has been completed across the team
Screenshots (optional):
Types of changes
Checklist: