sentinel-scanner 2.2.2 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/.cspell.json CHANGED
@@ -3,6 +3,7 @@
3
3
  "language": "en",
4
4
  "words": [
5
5
  "acmr",
6
+ "clickjacking",
6
7
  "codebases",
7
8
  "datetime",
8
9
  "degit",
@@ -12,6 +13,7 @@
12
13
  "esbuild",
13
14
  "esportzvio",
14
15
  "hrefs",
16
+ "joomla",
15
17
  "khtml",
16
18
  "longdesc",
17
19
  "longdescs",
@@ -19,21 +21,23 @@
19
21
  "lowsrcs",
20
22
  "muzaffarpur",
21
23
  "networkidle",
24
+ "nosniff",
22
25
  "octocat",
23
26
  "outdir",
24
27
  "rebackk",
25
28
  "rmrf",
29
+ "SAMEORIGIN",
26
30
  "socio",
31
+ "Sqli",
27
32
  "srcs",
33
+ "Sybase",
28
34
  "tsdoc",
29
35
  "webapp-scanner",
30
36
  "wordlist",
31
- "xlink",
32
37
  "workerpool",
33
- "nosniff",
34
- "joomla",
35
- "clickjacking",
36
- "SAMEORIGIN"
38
+ "xlink",
39
+ "Npgsql",
40
+ "JDBC"
37
41
  ],
38
42
  "flagWords": [],
39
43
  "ignorePaths": [
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [2.2.2](https://github.com/RebackkHQ/webapp-scanner/compare/v2.2.1...v2.2.2) (2024-11-22)
1
+ # [2.3.0](https://github.com/RebackkHQ/webapp-scanner/compare/v2.2.2...v2.3.0) (2024-11-22)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **spider:** spider skips asset links ([b16b915](https://github.com/RebackkHQ/webapp-scanner/commit/b16b915636f69622ec62c20328940531a5798c60))
6
+ * **sqli scanner:** added SQL Injection Scanner ([d2312e3](https://github.com/RebackkHQ/webapp-scanner/commit/d2312e3aef9440445a3746d752121f7e7d978db1))