circle-ir 3.16.0 → 3.16.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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Pass #33: stale-doc-ref
|
|
3
3
|
*
|
|
4
|
-
* Flags doc comment references (
|
|
5
|
-
*
|
|
4
|
+
* Flags doc comment references (using link/see JSDoc tags) that point to
|
|
5
|
+
* symbols not found in the file's type declarations or imports.
|
|
6
6
|
* Stale doc refs cause confusion and erode documentation trustworthiness.
|
|
7
7
|
*
|
|
8
8
|
* Category: maintainability | Severity: low | Level: note | CWE: none
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Pass #33: stale-doc-ref
|
|
3
3
|
*
|
|
4
|
-
* Flags doc comment references (
|
|
5
|
-
*
|
|
4
|
+
* Flags doc comment references (using link/see JSDoc tags) that point to
|
|
5
|
+
* symbols not found in the file's type declarations or imports.
|
|
6
6
|
* Stale doc refs cause confusion and erode documentation trustworthiness.
|
|
7
7
|
*
|
|
8
8
|
* Category: maintainability | Severity: low | Level: note | CWE: none
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "circle-ir",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.1",
|
|
4
4
|
"description": "High-performance Static Application Security Testing (SAST) library for detecting security vulnerabilities through taint analysis",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|