circle-ir 3.79.0 → 3.81.0
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/configs/sinks/xss.yaml +2 -1
- package/dist/analysis/config-loader.d.ts.map +1 -1
- package/dist/analysis/config-loader.js +17 -5
- package/dist/analysis/config-loader.js.map +1 -1
- package/dist/analysis/passes/_credential-helpers.d.ts +40 -0
- package/dist/analysis/passes/_credential-helpers.d.ts.map +1 -0
- package/dist/analysis/passes/_credential-helpers.js +152 -0
- package/dist/analysis/passes/_credential-helpers.js.map +1 -0
- package/dist/analysis/passes/cleartext-credential-transport-pass.d.ts +42 -0
- package/dist/analysis/passes/cleartext-credential-transport-pass.d.ts.map +1 -0
- package/dist/analysis/passes/cleartext-credential-transport-pass.js +196 -0
- package/dist/analysis/passes/cleartext-credential-transport-pass.js.map +1 -0
- package/dist/analysis/passes/insecure-cookie-pass.d.ts.map +1 -1
- package/dist/analysis/passes/insecure-cookie-pass.js +10 -5
- package/dist/analysis/passes/insecure-cookie-pass.js.map +1 -1
- package/dist/analysis/passes/plaintext-password-storage-pass.d.ts +47 -0
- package/dist/analysis/passes/plaintext-password-storage-pass.d.ts.map +1 -0
- package/dist/analysis/passes/plaintext-password-storage-pass.js +159 -0
- package/dist/analysis/passes/plaintext-password-storage-pass.js.map +1 -0
- package/dist/analysis/passes/scan-secrets-pass.d.ts.map +1 -1
- package/dist/analysis/passes/scan-secrets-pass.js +88 -0
- package/dist/analysis/passes/scan-secrets-pass.js.map +1 -1
- package/dist/analysis/passes/weak-password-encoding-pass.d.ts +40 -0
- package/dist/analysis/passes/weak-password-encoding-pass.d.ts.map +1 -0
- package/dist/analysis/passes/weak-password-encoding-pass.js +157 -0
- package/dist/analysis/passes/weak-password-encoding-pass.js.map +1 -0
- package/dist/analysis/passes/weak-password-hash-pass.d.ts +49 -0
- package/dist/analysis/passes/weak-password-hash-pass.d.ts.map +1 -0
- package/dist/analysis/passes/weak-password-hash-pass.js +225 -0
- package/dist/analysis/passes/weak-password-hash-pass.js.map +1 -0
- package/dist/analyzer.d.ts.map +1 -1
- package/dist/analyzer.js +12 -0
- package/dist/analyzer.js.map +1 -1
- package/dist/browser/circle-ir.js +621 -7
- package/dist/core/circle-ir-core.cjs +17 -5
- package/dist/core/circle-ir-core.js +17 -5
- package/package.json +1 -1
package/configs/sinks/xss.yaml
CHANGED
|
@@ -418,13 +418,14 @@
|
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
420
|
"method": "write",
|
|
421
|
+
"class": "ServletOutputStream",
|
|
421
422
|
"type": "xss",
|
|
422
423
|
"cwe": "CWE-79",
|
|
423
424
|
"severity": "high",
|
|
424
425
|
"arg_positions": [
|
|
425
426
|
0
|
|
426
427
|
],
|
|
427
|
-
"note": "
|
|
428
|
+
"note": "Servlet response output stream — class-scoped (Sprint 28 #110)"
|
|
428
429
|
},
|
|
429
430
|
{
|
|
430
431
|
"method": "newInstance",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-loader.d.ts","sourceRoot":"","sources":["../../src/analysis/config-loader.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,UAAU,EACX,MAAM,oBAAoB,CAAC;AAE5B;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC,CAEjD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,YAAY,EAAE,GAAG,aAAa,EAAE,CAiB1E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG;IACtD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,UAAU,EAAE,gBAAgB,EAAE,CAAC;CAChC,CAcA;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,cAAc,EAAE,MAAM,EAAE,EACxB,YAAY,EAAE,MAAM,EAAE,GACrB,WAAW,CAQb;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,aAAa,EA2b1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"config-loader.d.ts","sourceRoot":"","sources":["../../src/analysis/config-loader.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,UAAU,EACX,MAAM,oBAAoB,CAAC;AAE5B;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC,CAEjD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,YAAY,EAAE,GAAG,aAAa,EAAE,CAiB1E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG;IACtD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,UAAU,EAAE,gBAAgB,EAAE,CAAC;CAChC,CAcA;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,cAAc,EAAE,MAAM,EAAE,EACxB,YAAY,EAAE,MAAM,EAAE,GACrB,WAAW,CAQb;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,aAAa,EA2b1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,WAAW,EA4+CtC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,gBAAgB,EA4PhD,CAAC;AAEF;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,WAAW,CAM9C;AAMD;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,EA8F5C,CAAC"}
|
|
@@ -775,7 +775,12 @@ export const DEFAULT_SINKS = [
|
|
|
775
775
|
// Class-less XSS patterns for cases where receiver type is inferred
|
|
776
776
|
{ method: 'println', type: 'xss', cwe: 'CWE-79', severity: 'medium', arg_positions: [0] },
|
|
777
777
|
{ method: 'print', type: 'xss', cwe: 'CWE-79', severity: 'medium', arg_positions: [0] },
|
|
778
|
-
{ method: 'write', type: 'xss'
|
|
778
|
+
// NOTE: the unscoped { method: 'write', type: 'xss' } entry was removed in
|
|
779
|
+
// Sprint 28 (#110). It mistyped every non-XSS .write() across all languages
|
|
780
|
+
// (fs.writeFile, open().write, bcrypt callbacks, credential file writes,
|
|
781
|
+
// node ClientRequest.write, etc.) as xss. Real HTML writers are covered
|
|
782
|
+
// by class-scoped entries: PrintWriter.write (line 843), ServletOutputStream.write
|
|
783
|
+
// (line 849), JspWriter.write (xss.yaml), Response.write (nodejs.json).
|
|
779
784
|
{ method: 'append', class: 'StringBuilder', type: 'xss', cwe: 'CWE-79', severity: 'medium', arg_positions: [0] },
|
|
780
785
|
{ method: 'append', class: 'StringBuffer', type: 'xss', cwe: 'CWE-79', severity: 'medium', arg_positions: [0] },
|
|
781
786
|
// Wiki/CMS XSS sinks (JSPWiki, Confluence, etc.)
|
|
@@ -1133,10 +1138,17 @@ export const DEFAULT_SINKS = [
|
|
|
1133
1138
|
// These patterns are detected by call-site literal inspection, not taint flow,
|
|
1134
1139
|
// so they are NOT registered here as sinks (they could never match a "tainted
|
|
1135
1140
|
// value flowing into a sink" because the bad value is a hard-coded constant).
|
|
1136
|
-
// Trust Boundary (CWE-501)
|
|
1137
|
-
//
|
|
1138
|
-
|
|
1139
|
-
|
|
1141
|
+
// Trust Boundary (CWE-501) — tainted VALUE crossing into shared session
|
|
1142
|
+
// state. OWASP/CWE-501 treats `session.setAttribute("k", taintedValue)` as
|
|
1143
|
+
// the violation: untrusted data enters server-side state where downstream
|
|
1144
|
+
// code reads it as if trusted. Both arg positions are flagged so either a
|
|
1145
|
+
// tainted key (rare) or tainted value (the OWASP shape, 83 cases) trips
|
|
1146
|
+
// the sink. (cognium-dev #117)
|
|
1147
|
+
{ method: 'setAttribute', class: 'HttpSession', type: 'trust_boundary', cwe: 'CWE-501', severity: 'medium', arg_positions: [0, 1] },
|
|
1148
|
+
{ method: 'putValue', class: 'HttpSession', type: 'trust_boundary', cwe: 'CWE-501', severity: 'medium', arg_positions: [0, 1] },
|
|
1149
|
+
// ServletContext + request scopes — same trust-boundary semantics.
|
|
1150
|
+
{ method: 'setAttribute', class: 'ServletContext', type: 'trust_boundary', cwe: 'CWE-501', severity: 'medium', arg_positions: [0, 1] },
|
|
1151
|
+
{ method: 'setAttribute', class: 'HttpServletRequest', type: 'trust_boundary', cwe: 'CWE-501', severity: 'low', arg_positions: [0, 1] },
|
|
1140
1152
|
// Additional XSS patterns (JDOM/XML output)
|
|
1141
1153
|
{ method: 'outputElementContent', class: 'XMLOutputter', type: 'xss', cwe: 'CWE-79', severity: 'high', arg_positions: [0] },
|
|
1142
1154
|
{ method: 'output', class: 'XMLOutputter', type: 'xss', cwe: 'CWE-79', severity: 'high', arg_positions: [0] },
|