@bouncesecurity/aghast 0.4.2 → 0.4.3

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 +2 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![CI](https://github.com/BounceSecurity/aghast/actions/workflows/ci.yml/badge.svg)](https://github.com/BounceSecurity/aghast/actions/workflows/ci.yml)
5
5
  [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
6
6
  [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/BounceSecurity/aghast/badge)](https://scorecard.dev/viewer/?uri=github.com/BounceSecurity/aghast)
7
+ [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12560/badge)](https://www.bestpractices.dev/projects/12560)
7
8
  [![By Bounce Security](https://img.shields.io/badge/By-Bounce_Security-f79421)](https://bouncesecurity.com/)
8
9
 
9
10
  > **Note**
@@ -102,7 +103,7 @@ Results are structured JSON (or SARIF) with per-check status and detailed issues
102
103
 
103
104
  ## Contributing
104
105
 
105
- We welcome bug reports and feature requests via [GitHub Issues](https://github.com/BounceSecurity/aghast/issues). We are not currently accepting pull requests.
106
+ Use [GitHub Discussions](https://github.com/BounceSecurity/aghast/discussions) for questions and ideas, and [GitHub Issues](https://github.com/BounceSecurity/aghast/issues) for bug reports and feature requests. We are not currently accepting pull requests. See [CONTRIBUTING.md](CONTRIBUTING.md) for the current contribution policy.
106
107
 
107
108
  ## License
108
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bouncesecurity/aghast",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "AI Guided Hybrid Application Static Testing",
5
5
  "type": "module",
6
6
  "repository": {
@@ -19,6 +19,7 @@
19
19
  "prepare": "tsc",
20
20
  "build": "tsc",
21
21
  "test": "node --import tsx --test tests/*.test.ts",
22
+ "test:coverage": "node --experimental-test-coverage --import tsx --test tests/*.test.ts",
22
23
  "test:ci": "node --import tsx --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=test-results.xml tests/*.test.ts",
23
24
  "test:semgrep": "node --import tsx --test tests/semgrep-integration.itest.ts",
24
25
  "test:openant": "node --import tsx --test tests/openant-integration.itest.ts",