sentinel-scanner 2.2.0-alpha.1 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -3
- package/docs/CNAME +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
|
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
|
-
###
|
4
|
+
### Bug Fixes
|
5
5
|
|
6
|
-
*
|
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.
|
4
|
+
"version": "2.2.1",
|
5
5
|
"exports": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
7
7
|
"bin": "./build/bin.js",
|