Commit f27370c
Add Telemetry AI event support to Java wrapper with test coverage (AST-127560) (#454)
* aimcp server changes
* oss-realtime scanner changes
* Create OssRealtimeVulnerability.java
* Unify realtime scan wrappers; consolidate Secrets/IaC models; deprecate and stub obsolete result classes
* Add ContainersRealtimeVulnerability model for containers realtime scan parsing
* Add @JsonCreator constructor to OssRealtimeVulnerability for reliable Jackson deserialization
* Refactoring package name and adding test for oss and mcp flag
* Add integration tests for OSS, Container, and Secrets realtime scanners
* Replaced Id to CVE in oss vulnerability
* Changed variable from id to CVE as per OSS response
* aimcp server changes
* oss-realtime scanner changes
* Create OssRealtimeVulnerability.java
* Unify realtime scan wrappers; consolidate Secrets/IaC models; deprecate and stub obsolete result classes
* Add ContainersRealtimeVulnerability model for containers realtime scan parsing
* Add @JsonCreator constructor to OssRealtimeVulnerability for reliable Jackson deserialization
* Refactoring package name and adding test for oss and mcp flag
* Add integration tests for OSS, Container, and Secrets realtime scanners
* Changed variable from id to CVE as per OSS response
* Add maskedResult for secret remediation and change log level from INFO to DEBUG
* Remove masked secrets functionality from codebase
* Implemented mask cmd in java wrapper
* Added fix for containerTool for IAC
* Add telemetry AI command with full parameter support and tests
* Add ignoredFilePath parameter to ScanAsca method
* Removing ASCA ignore file path changes
---------
Co-authored-by: cx-anand-nandeshwar <73646287+cx-anand-nandeshwar@users.noreply.github.com>
Co-authored-by: anjali-deore <200181980+cx-anjali-deore@users.noreply.github.com>1 parent d95cdea commit f27370c
File tree
3 files changed
+135
-8
lines changed- src
- main/java/com/checkmarx/ast/wrapper
- test/java/com/checkmarx/ast
3 files changed
+135
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
85 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
421 | 425 | | |
422 | 426 | | |
423 | 427 | | |
| |||
428 | 432 | | |
429 | 433 | | |
430 | 434 | | |
431 | | - | |
| 435 | + | |
432 | 436 | | |
433 | 437 | | |
434 | 438 | | |
435 | | - | |
| 439 | + | |
436 | 440 | | |
437 | | - | |
| 441 | + | |
438 | 442 | | |
439 | 443 | | |
| 444 | + | |
440 | 445 | | |
441 | 446 | | |
442 | 447 | | |
443 | | - | |
| 448 | + | |
444 | 449 | | |
445 | 450 | | |
446 | | - | |
447 | | - | |
448 | 451 | | |
449 | 452 | | |
450 | 453 | | |
451 | | - | |
| 454 | + | |
452 | 455 | | |
453 | 456 | | |
454 | 457 | | |
| |||
534 | 537 | | |
535 | 538 | | |
536 | 539 | | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
537 | 588 | | |
538 | 589 | | |
539 | 590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments