Commit db99d24
committed
bug fixes + schema enrichment across 34 files
- Fix audit field lookups (camelCase → snake_case; all rows were NULL)
- Fix enum_comp list_compartments unguarded 401 on two code paths
- Fix FileStorage per-AD list calls to continue on ServiceError instead of aborting
- Add source/target/tasks to sch_service_connectors; get-enriched data no longer silently dropped
- Expand DB schema + COLUMNS for bds_instances, container_instances, desktops_pools,
dataflow_applications, dataflow_runs, goldengate_deployments, ocvp_sddcs/clusters,
opensearch_clusters — get-only fields (credentials, network topology, runtime config)
now persisted when --get is used
- Misc module fixes: cloudguard pagination, vault, networkfirewall, exploit RPST modules,
parallel pool, exports, session/db cleanup1 parent 4a3c30d commit db99d24
34 files changed
Lines changed: 505 additions & 123 deletions
File tree
- ocinferno
- cli
- core
- utils
- mappings
- modules
- audit/utilities
- bds/utilities
- cloudguard
- enumeration
- utilities
- containerinstances/utilities
- databases/utilities
- dataflow
- exploit
- utilities
- datascience/utilities
- desktops/utilities
- devops/exploit
- filestorage/utilities
- functions/exploit
- goldengate/utilities
- identityclient
- enumeration
- utilities
- mysql/utilities
- networkfirewall/enumeration
- nosql/utilities
- notifications/utilities
- ocvp/utilities
- opensearch/utilities
- postgresql/utilities
- resourcemanager/utilities
- service_connector/utilities
- vault
- enumeration
- utilities
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
350 | 349 | | |
351 | 350 | | |
352 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
| |||
604 | 606 | | |
605 | 607 | | |
606 | 608 | | |
607 | | - | |
| 609 | + | |
608 | 610 | | |
609 | 611 | | |
610 | 612 | | |
| |||
614 | 616 | | |
615 | 617 | | |
616 | 618 | | |
617 | | - | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
662 | 660 | | |
663 | 661 | | |
664 | 662 | | |
| |||
1285 | 1283 | | |
1286 | 1284 | | |
1287 | 1285 | | |
| 1286 | + | |
1288 | 1287 | | |
1289 | 1288 | | |
1290 | | - | |
| 1289 | + | |
| 1290 | + | |
1291 | 1291 | | |
1292 | 1292 | | |
1293 | 1293 | | |
| 1294 | + | |
| 1295 | + | |
1294 | 1296 | | |
1295 | 1297 | | |
1296 | 1298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | 322 | | |
325 | 323 | | |
326 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
738 | 737 | | |
739 | 738 | | |
740 | 739 | | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
| 740 | + | |
| 741 | + | |
745 | 742 | | |
746 | | - | |
747 | | - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
748 | 750 | | |
749 | 751 | | |
750 | 752 | | |
| |||
780 | 782 | | |
781 | 783 | | |
782 | 784 | | |
783 | | - | |
784 | 785 | | |
785 | 786 | | |
786 | 787 | | |
| |||
789 | 790 | | |
790 | 791 | | |
791 | 792 | | |
792 | | - | |
793 | | - | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
794 | 800 | | |
795 | 801 | | |
796 | 802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2990 | 2990 | | |
2991 | 2991 | | |
2992 | 2992 | | |
2993 | | - | |
| 2993 | + | |
| 2994 | + | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
| 2999 | + | |
| 3000 | + | |
2994 | 3001 | | |
2995 | 3002 | | |
2996 | 3003 | | |
| |||
3006 | 3013 | | |
3007 | 3014 | | |
3008 | 3015 | | |
3009 | | - | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
| 3019 | + | |
| 3020 | + | |
| 3021 | + | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
| 3029 | + | |
3010 | 3030 | | |
3011 | 3031 | | |
3012 | 3032 | | |
| |||
3021 | 3041 | | |
3022 | 3042 | | |
3023 | 3043 | | |
3024 | | - | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
| 3055 | + | |
| 3056 | + | |
| 3057 | + | |
| 3058 | + | |
| 3059 | + | |
| 3060 | + | |
| 3061 | + | |
| 3062 | + | |
| 3063 | + | |
3025 | 3064 | | |
3026 | 3065 | | |
3027 | 3066 | | |
| |||
3439 | 3478 | | |
3440 | 3479 | | |
3441 | 3480 | | |
3442 | | - | |
| 3481 | + | |
| 3482 | + | |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
| 3493 | + | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
3443 | 3498 | | |
3444 | 3499 | | |
3445 | 3500 | | |
| |||
3678 | 3733 | | |
3679 | 3734 | | |
3680 | 3735 | | |
3681 | | - | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
| 3739 | + | |
3682 | 3740 | | |
3683 | 3741 | | |
3684 | 3742 | | |
| |||
4357 | 4415 | | |
4358 | 4416 | | |
4359 | 4417 | | |
4360 | | - | |
| 4418 | + | |
| 4419 | + | |
| 4420 | + | |
| 4421 | + | |
| 4422 | + | |
| 4423 | + | |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
4361 | 4427 | | |
4362 | 4428 | | |
4363 | 4429 | | |
| |||
4537 | 4603 | | |
4538 | 4604 | | |
4539 | 4605 | | |
4540 | | - | |
| 4606 | + | |
| 4607 | + | |
| 4608 | + | |
| 4609 | + | |
| 4610 | + | |
| 4611 | + | |
| 4612 | + | |
| 4613 | + | |
| 4614 | + | |
| 4615 | + | |
| 4616 | + | |
| 4617 | + | |
| 4618 | + | |
| 4619 | + | |
4541 | 4620 | | |
4542 | 4621 | | |
4543 | 4622 | | |
| |||
4630 | 4709 | | |
4631 | 4710 | | |
4632 | 4711 | | |
4633 | | - | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
| 4716 | + | |
| 4717 | + | |
| 4718 | + | |
| 4719 | + | |
| 4720 | + | |
4634 | 4721 | | |
4635 | 4722 | | |
4636 | 4723 | | |
| |||
5655 | 5742 | | |
5656 | 5743 | | |
5657 | 5744 | | |
5658 | | - | |
| 5745 | + | |
| 5746 | + | |
| 5747 | + | |
| 5748 | + | |
| 5749 | + | |
| 5750 | + | |
| 5751 | + | |
| 5752 | + | |
5659 | 5753 | | |
5660 | 5754 | | |
5661 | 5755 | | |
| |||
5692 | 5786 | | |
5693 | 5787 | | |
5694 | 5788 | | |
5695 | | - | |
| 5789 | + | |
| 5790 | + | |
| 5791 | + | |
| 5792 | + | |
| 5793 | + | |
| 5794 | + | |
5696 | 5795 | | |
5697 | 5796 | | |
5698 | 5797 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
0 commit comments