sentinel-scanner 2.2.0-alpha.1 → 2.2.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
- # [2.2.0-alpha.1](https://github.com/RebackkHQ/webapp-scanner/compare/v2.1.0...v2.2.0-alpha.1) (2024-11-18)
1
+ ## [2.2.1](https://github.com/RebackkHQ/webapp-scanner/compare/v2.2.0...v2.2.1) (2024-11-20)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * added header scanner ([25247e6](https://github.com/RebackkHQ/webapp-scanner/commit/25247e68844273c0a571625fd21e3313ce5c70e9))
6
+ * **deps:** bump cross-spawn from 7.0.5 to 7.0.6 ([d78312c](https://github.com/RebackkHQ/webapp-scanner/commit/d78312c04c09bb3ee82283d8fe3efb17dd6d0094))
7
+ * **deps:** bump cross-spawn from 7.0.5 to 7.0.6 ([#39](https://github.com/RebackkHQ/webapp-scanner/issues/39)) ([e970934](https://github.com/RebackkHQ/webapp-scanner/commit/e9709345c6610d3951ac0d5fe51f8a2c67f9982e))
package/docs/CNAME ADDED
@@ -0,0 +1 @@
1
+ oss.rebackk.xyz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sentinel-scanner",
3
3
  "description": "[WIP] An open-source web app vulnerability scanner developed by Rebackk.",
4
- "version": "2.2.0-alpha.1",
4
+ "version": "2.2.1",
5
5
  "exports": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": "./build/bin.js",