Skip to content

Public Release 1.5.1

Compare
Choose a tag to compare
@lovesh-ap lovesh-ap released this 09 Nov 11:48
· 113 commits to main since this release
4b5b84c
  • 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