@sectester/scan 0.39.0 → 0.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Bright Security
3
+ Copyright (c) 2025 Bright Security
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -22,7 +22,7 @@ import { Configuration } from '@sectester/core';
22
22
  import { ScanFactory } from '@sectester/scan';
23
23
 
24
24
  const config = new Configuration({
25
- hostname: 'app.neuralegion.com',
25
+ hostname: 'app.brightsec.com',
26
26
  projectId: 'your project ID'
27
27
  });
28
28
 
@@ -59,7 +59,7 @@ Below you will find a list of parameters that can be used to configure a `Scan`:
59
59
  | `skipStaticParams` | Use an advanced algorithm to automatically determine if a parameter has any effect on the target system's behavior when changed, and skip testing such static parameters. Enabled by default. |
60
60
  | `poolSize` | Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
61
61
  | `attackParamLocations` | Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
62
- | `name` | The scan name. The method and hostname by default, e.g. `GET /users/1`. |
62
+ | `name` | The scan name. The method and pathname by default, e.g. `GET /users/1`. |
63
63
 
64
64
  ### Defining a target for attack
65
65
 
@@ -292,6 +292,6 @@ await scan.dispose();
292
292
 
293
293
  ## License
294
294
 
295
- Copyright © 2024 [Bright Security](https://brightsec.com/).
295
+ Copyright © 2025 [Bright Security](https://brightsec.com/).
296
296
 
297
297
  This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sectester/scan",
3
- "version": "0.39.0",
3
+ "version": "0.40.1",
4
4
  "description": "The package defines a simple public API to manage scans and their expectations.",
5
5
  "repository": {
6
6
  "type": "git",