Release Notes 2023.11.0
New features and enhancements in Seeker 2023.11.0.
Background jobs
New Background jobs tab on the Diagnostics page displays the detailed up-to-date information about all the background jobs on the Seeker server that are currently running, scheduled, or completed. This information could be useful for the troubleshooting of some server-side and integration issues or for monitoring particular jobs such as SCA.
Related Information: View Background Jobs
Performance-related improvements
- Low overhead project template
New out-of-the-box Low overhead project template is now available. This template is preconfigured to minimize the performance overhead caused by Seeker Agents: all project features that might impact application performance or behavior are deactivated. You can use this template as is or modify it to fit your specific testing needs and environment.
Related Information: Configure Project Templates
- Maximum connected Agents
By default, the number of Agents simultaneously connected to a project is unlimited. More Agents improve test coverage, but might cause an overhead in certain testing environments where multiple instances of the same application are deployed for load balancing. To ensure that Agents are not deployed redundantly with each application instance, you can now configure a maximum number of Agents for a project.
Related Information: Configure Maximum Connected Agents
Agents
The Seeker Agents have been enhanced with the following features:
Technologies | Features |
---|---|
Java | NoSQL databases are now displayed in the Data Flow Map. |
Node.js | Node.js 21 is now supported. Warning: In one of the next releases, the previously
deprecated support for Node.js 12.x and 13.x by the Agent will
be finally removed. |
Python | In addition to other Agents, you can now instruct Seeker to automatically suspend the Python Agent upon detection of high CPU and/or memory usage on application servers. |
PHP, Python | In addition to other Agents, you can now deploy the PHP and Python Agents to Kubernetes using the admission controller. |
Checkers
The following vulnerability checkers have been added, enhanced, or changed:
Technologies | Name | New/Enhanced/Changed |
---|---|---|
Node.js | Server-Side Request Forgery Server-Side Request Forgery (Second-Order) Server-Side Code Consumes Insecure Web Service |
Enhanced by improved accuracy. |