-
Notifications
You must be signed in to change notification settings - Fork 3
Feat/poam phase1 #338
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
Open
AKAbdulHanif
wants to merge
28
commits into
compliance-framework:main
Choose a base branch
from
AKAbdulHanif:feat/poam-phase1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/poam phase1 #338
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
aa208db
feat(profile): add BuildByProps endpoint to profiles handler (local b…
AKAbdulHanif 08fbeb2
feat(profile): accept kebab-case keys in BuildByProps request
AKAbdulHanif 13402d1
feat(profile): BuildByProps creates import and back-matter; validates…
AKAbdulHanif c3b064f
fix(profile): persist import include-controls and back-matter resourc…
AKAbdulHanif 58b3bda
fix(profile): avoid duplicate imports/back-matter; persist associatio…
AKAbdulHanif 4fe715e
fix(profile): prevent duplicate include-controls groups by creating a…
AKAbdulHanif 12bb414
test(api): add integration test for BuildByProps to assert import and…
AKAbdulHanif 0a5078e
lint(api): fix error string casing and remove debug print in integrat…
AKAbdulHanif a71bdfd
ci(api): fix golangci-lint inputs; commit generated swagger docs to s…
AKAbdulHanif 1239f6b
lint(api): use strings.EqualFold for case-insensitive prop name/ns co…
AKAbdulHanif dcd2b51
docs(api): define BuildByPropsRequest/Response types and regenerate s…
AKAbdulHanif 85db390
feat(poam): Phase 1 foundation – models, CRUD, swagger
AKAbdulHanif 44a2f04
docs(poam): add API design document
AKAbdulHanif 86bf0c0
fix(poam): align Phase 1 implementation to Confluence authoritative d…
AKAbdulHanif bde786a
fix(poam): remove duplicate last_status_change_at in Update handler
AKAbdulHanif 6f75d2d
fix(poam): remove invalid GORM check: constraints causing migration f…
AKAbdulHanif 0a5f9b7
refactor(poam): introduce DDD service layer; add all link CRUD endpoints
AKAbdulHanif 6728e43
fix(poam): address all Copilot and Gus PR review feedback
AKAbdulHanif af09b3b
fix(poam): stage remaining review fixes (api.go wiring, queries.go, t…
AKAbdulHanif 8fe16dc
fix(poam): correct stale type names in integration test
AKAbdulHanif 85ef362
chore(poam): regenerate swagger docs and apply swag fmt
AKAbdulHanif 3d408ac
fix(poam): rename poamAddControlLinkRequest -> poamControlRefRequest …
AKAbdulHanif 223385c
fix(poam): add JWT auth tokens to all integration test requests
AKAbdulHanif 0aa46bf
fix(poam): seed SSP record in TestCreate_* integration tests
AKAbdulHanif a099859
fix(poam): correct dueBefore query param to deadlineBefore in test
AKAbdulHanif ac30f8a
fix: address PR review comments
AKAbdulHanif b94c643
fix(api): restore SSP-scoped risk routes dropped during rebase confli…
AKAbdulHanif 1e95b26
fix(oscal): use composite catalog+ID key in mergeControls/mergeGroups…
AKAbdulHanif File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
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.
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.
I think this route should be under
spp/<id>/poam-itemsright? As in - the plan of actions depends on the risk, which belongs to a given ssp. This was one of the things I fixed underrisksthis morning (supporting that other route)