Commit a5d0efa
committed
fix: Use fresh UUID for email alerts to prevent UAM silent drops and update classification ID
- Changed email alert resource UID from shared GUID to fresh UUID (uuid.uuid4()) to prevent S1 UAM from silently dropping site-scoped alerts with static resource UIDs
- Updated proofpoint_email_alert.json s1_classification_id from 1 to 28
- Removed email_asset_uid caching logic that was causing alert deduplication issues1 parent 6e916f5 commit a5d0efa
2 files changed
Lines changed: 4 additions & 8 deletions
File tree
- Backend
- api/app/alerts/templates
- scenarios
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
| 347 | + | |
352 | 348 | | |
353 | | - | |
| 349 | + | |
354 | 350 | | |
355 | 351 | | |
356 | 352 | | |
| |||
0 commit comments