feat/soc-opt#916
Merged
Merged
Conversation
708ce41 to
10dba4f
Compare
Labels: version:patch
Labels: version:patch
Labels: version:patch
1 task
scottbrumley
pushed a commit
that referenced
this pull request
May 27, 2026
Post-release docs catchup. `soc-optimization-unified` was bumped from v3.10.0 → v3.10.1 by the #916 auto-bump (commit 14469da, per-(lifecycle, category) dedup wiring), but `docs/soc-optimization-unified/overview.md` on main wasn't regenerated. This regen syncs the overview to the on-main pack_metadata / pack_catalog (3.10.1). Docs-only — no pack content changed. Labels: version:patch
4 tasks
scottbrumley
pushed a commit
that referenced
this pull request
May 27, 2026
… fallback
Wrap main() in a single broad try/except so a hard failure in the engine
never aborts Foundation - Normalize Artifacts (and therefore Upon Trigger).
On exception, write SOCFramework.NormalizeStatus { status: 'fallback',
lifecycle, category, list_name, error, error_type }, log via demisto.error,
post a degraded war-room entry, and return_results cleanly. No more
return_error halting the playbook.
Artifacts stay unwritten on failure (safe degrade — downstream sees missing
keys rather than wrong keys) and Foundation - Dedup / Enrichment fall back
to their list-backed defaults from SOCOptimizationConfig_V3.
The 7 raises in helpers (load_list_section, _bands) are unchanged — now
caught by the new broad except rather than bubbling out of main(). Sits
cleanly on top of #916's per-(lifecycle, category) dedup wiring (its block
is preserved verbatim, nested inside the new try:).
Labels: version:patch
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.