@bouncesecurity/aghast 0.4.0 → 0.4.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,11 +20,11 @@ Define your checks, which repositories they relate to, and get accurate and stru
20
20
 
21
21
  ## What AGHAST Does
22
22
 
23
- You can read more about this tool on our product page [here](https://bouncesecurity.com/aghast). For a conceptual walkthrough of how each check type works, see [How It Works](docs/how-it-works.md).
23
+ * You can read more about this tool on our [product page](https://bouncesecurity.com/aghast).
24
+ * There is a brief introduction video [here](https://www.youtube.com/watch?v=B76A33l1LyI).
25
+ * For a conceptual walkthrough of how each check type works, see [How It Works](docs/how-it-works.md).
26
+ * Alternatively, there are examples of several check types in [Trying It Out](docs/trying-it-out.md#option-b-use-the-example-checks) with video explanations of [in this YouTube playlist](https://www.youtube.com/playlist?list=PLjjq7fuK4pqubFNVw3miBpdd6TXif4WHW).
24
27
 
25
- Alternatively, there is a brief introduction video here (opens in YouTube):
26
-
27
- [![Watch the demo (opens YouTube)](https://img.youtube.com/vi/B76A33l1LyI/maxresdefault.jpg)](https://www.youtube.com/watch?v=B76A33l1LyI)
28
28
 
29
29
  To cut to the chase, AGHAST uses three core mechanisms:
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bouncesecurity/aghast",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "AI Guided Hybrid Application Static Testing",
5
5
  "type": "module",
6
6
  "repository": {