Skip to content
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

CSEC Java Agent Release Version 1.5.1 #354

Merged
merged 19 commits into from
Nov 9, 2024
Merged

CSEC Java Agent Release Version 1.5.1 #354

merged 19 commits into from
Nov 9, 2024

Conversation

lovesh-ap
Copy link
Contributor

@lovesh-ap lovesh-ap commented Nov 9, 2024

  • PR-350 IAST support for CI/CD.
    Configuration via yaml:
    security:
      # This configuration allows users to specify a unique test identifier when running IAST Scan with CI/CD
      iast_test_identifier: 'run-id'
    
      scan_controllers:
        # This configuration allows users to the number of application instances for a specific entity where IAST analysis is performed.
        scan_instance_count:  0 # Values are 1 or 0, 0 signifies run on all application instances
  • PR-297, PR-294, PR-337 Detect route of an incoming request for Sun-Net-Httpserver, Netty Reactor, Apache Struts2 and Grails Framework. NR-277771, NR-283914, NR-313390, NR-313392
  • PR-297, PR-298 HTTP Response Detection in sun-net-httpserver and mule server NR-277771, NR-277770
  • PR-335 Added request URI to application runtime error event, enhancing error logging and debugging capabilities. NR-315194
  • PR-342 Report APM's trace.id and span.id in all outgoing events. NR-321827
  • PR-347 Limiting the supported version range for GraalVM.JS, due to the new version release on Sep 17, 2024. NR-332546
  • PR-347 Limiting the supported version range for Lettuce, due to the new version release on Oct 31, 2024. NR-332546

Fixes

Deprecations

  • Status File Used for Debugging: This feature has been deprecated. All debugging capabilities have been moved to either Init Logging or Error Inbox and will be removed in a future agent release. NR-293966

@lovesh-ap lovesh-ap self-assigned this Nov 9, 2024
@lovesh-ap lovesh-ap merged commit 4b5b84c into main Nov 9, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants