thuban 0.4.2 → 0.4.5
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/LICENSE +21 -21
- package/README.md +355 -122
- package/dist/LICENSE +21 -21
- package/dist/README.md +355 -122
- package/dist/cli.js +2 -1
- package/dist/package.json +62 -63
- package/dist/packages/crucible/.golden/golden-master.json +413 -413
- package/dist/packages/crucible/banner.js +1 -1
- package/dist/packages/crucible/rule-loader.js +1 -1
- package/dist/packages/crucible/rules/code-scanner-core.json +233 -129
- package/dist/packages/crucible/rules/command-injection.json +411 -411
- package/dist/packages/crucible/rules/crypto-misuse.json +35 -35
- package/dist/packages/crucible/rules/deserialization.json +152 -152
- package/dist/packages/crucible/rules/env-injection.json +46 -46
- package/dist/packages/crucible/rules/eval-abuse.json +104 -104
- package/dist/packages/crucible/rules/file-upload.json +46 -46
- package/dist/packages/crucible/rules/hallucination.json +22 -22
- package/dist/packages/crucible/rules/hardcoded-secret.json +397 -397
- package/dist/packages/crucible/rules/hardcoded-url.json +13 -13
- package/dist/packages/crucible/rules/insecure-crypto.json +302 -302
- package/dist/packages/crucible/rules/integer-overflow.json +35 -35
- package/dist/packages/crucible/rules/log-injection.json +33 -33
- package/dist/packages/crucible/rules/mass-assignment.json +112 -112
- package/dist/packages/crucible/rules/open-redirect.json +196 -196
- package/dist/packages/crucible/rules/path-traversal.json +422 -422
- package/dist/packages/crucible/rules/prototype-pollution.json +22 -22
- package/dist/packages/crucible/rules/sql-injection.json +619 -597
- package/dist/packages/crucible/rules/ssrf.json +557 -557
- package/dist/packages/crucible/rules/timing-attack.json +55 -55
- package/dist/packages/crucible/rules/unsafe-block.json +24 -24
- package/dist/packages/crucible/rules/xss.json +663 -641
- package/dist/packages/crucible/rules/xxe.json +66 -66
- package/dist/packages/crucible/rules/yaml-deserialization.json +22 -22
- package/dist/packages/crucible/rules/yaml-injection.json +22 -22
- package/dist/packages/crucible/seeds/csharp/seed-001.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-002.cs +24 -24
- package/dist/packages/crucible/seeds/csharp/seed-003.cs +30 -30
- package/dist/packages/crucible/seeds/csharp/seed-004.cs +31 -31
- package/dist/packages/crucible/seeds/csharp/seed-005.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-006.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-007.cs +34 -34
- package/dist/packages/crucible/seeds/csharp/seed-008.cs +23 -23
- package/dist/packages/crucible/seeds/csharp/seed-009.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-010.cs +29 -29
- package/dist/packages/crucible/seeds/csharp/seed-011.cs +32 -32
- package/dist/packages/crucible/seeds/csharp/seed-012.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-013.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-014.cs +26 -26
- package/dist/packages/crucible/seeds/csharp/seed-015.cs +33 -33
- package/dist/packages/crucible/seeds/csharp/seed-016.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-017.cs +22 -22
- package/dist/packages/crucible/seeds/csharp/seed-018.cs +26 -26
- package/dist/packages/crucible/seeds/csharp/seed-019.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-020.cs +22 -22
- package/dist/packages/crucible/seeds/csharp/seed-021.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-022.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-023.cs +33 -33
- package/dist/packages/crucible/seeds/csharp/seed-024.cs +31 -31
- package/dist/packages/crucible/seeds/csharp/seed-025.cs +31 -31
- package/dist/packages/crucible/seeds/csharp/seed-026.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-027.cs +29 -29
- package/dist/packages/crucible/seeds/csharp/seed-028.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-029.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-030.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-031.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-032.cs +30 -30
- package/dist/packages/crucible/seeds/csharp/seed-033.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-034.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-035.cs +32 -32
- package/dist/packages/crucible/seeds/csharp/seed-036.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-037.cs +29 -29
- package/dist/packages/crucible/seeds/csharp/seed-038.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-039.cs +29 -29
- package/dist/packages/crucible/seeds/csharp/seed-040.cs +28 -28
- package/dist/packages/crucible/seeds/csharp/seed-041.cs +33 -33
- package/dist/packages/crucible/seeds/csharp/seed-042.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-043.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-044.cs +25 -25
- package/dist/packages/crucible/seeds/csharp/seed-045.cs +30 -30
- package/dist/packages/crucible/seeds/csharp/seed-046.cs +29 -29
- package/dist/packages/crucible/seeds/csharp/seed-047.cs +26 -26
- package/dist/packages/crucible/seeds/csharp/seed-048.cs +31 -31
- package/dist/packages/crucible/seeds/csharp/seed-049.cs +27 -27
- package/dist/packages/crucible/seeds/csharp/seed-050.cs +30 -30
- package/dist/packages/crucible/seeds/csharp/seed-051.cs +34 -34
- package/dist/packages/crucible/seeds/csharp/seed-052.cs +36 -36
- package/dist/packages/crucible/seeds/go/seed-001.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-002.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-003.go +31 -31
- package/dist/packages/crucible/seeds/go/seed-004.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-005.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-006.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-007.go +24 -24
- package/dist/packages/crucible/seeds/go/seed-008.go +25 -25
- package/dist/packages/crucible/seeds/go/seed-009.go +30 -30
- package/dist/packages/crucible/seeds/go/seed-010.go +35 -35
- package/dist/packages/crucible/seeds/go/seed-011.go +24 -24
- package/dist/packages/crucible/seeds/go/seed-012.go +24 -24
- package/dist/packages/crucible/seeds/go/seed-013.go +31 -31
- package/dist/packages/crucible/seeds/go/seed-014.go +35 -35
- package/dist/packages/crucible/seeds/go/seed-015.go +25 -25
- package/dist/packages/crucible/seeds/go/seed-016.go +19 -19
- package/dist/packages/crucible/seeds/go/seed-017.go +23 -23
- package/dist/packages/crucible/seeds/go/seed-018.go +23 -23
- package/dist/packages/crucible/seeds/go/seed-019.go +22 -22
- package/dist/packages/crucible/seeds/go/seed-020.go +31 -31
- package/dist/packages/crucible/seeds/go/seed-021.go +22 -22
- package/dist/packages/crucible/seeds/go/seed-022.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-023.go +26 -26
- package/dist/packages/crucible/seeds/go/seed-024.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-025.go +23 -23
- package/dist/packages/crucible/seeds/go/seed-026.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-027.go +26 -26
- package/dist/packages/crucible/seeds/go/seed-028.go +23 -23
- package/dist/packages/crucible/seeds/go/seed-029.go +28 -28
- package/dist/packages/crucible/seeds/go/seed-030.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-031.go +28 -28
- package/dist/packages/crucible/seeds/go/seed-032.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-033.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-034.go +22 -22
- package/dist/packages/crucible/seeds/go/seed-035.go +32 -32
- package/dist/packages/crucible/seeds/go/seed-036.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-037.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-038.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-039.go +26 -26
- package/dist/packages/crucible/seeds/go/seed-040.go +37 -37
- package/dist/packages/crucible/seeds/go/seed-041.go +23 -23
- package/dist/packages/crucible/seeds/go/seed-042.go +32 -32
- package/dist/packages/crucible/seeds/go/seed-043.go +35 -35
- package/dist/packages/crucible/seeds/go/seed-044.go +25 -25
- package/dist/packages/crucible/seeds/go/seed-045.go +26 -26
- package/dist/packages/crucible/seeds/go/seed-046.go +34 -34
- package/dist/packages/crucible/seeds/go/seed-047.go +26 -26
- package/dist/packages/crucible/seeds/go/seed-048.go +29 -29
- package/dist/packages/crucible/seeds/go/seed-049.go +24 -24
- package/dist/packages/crucible/seeds/go/seed-050.go +27 -27
- package/dist/packages/crucible/seeds/go/seed-051.go +38 -38
- package/dist/packages/crucible/seeds/go/seed-052.go +27 -27
- package/dist/packages/crucible/seeds/java/seed-001.java +23 -23
- package/dist/packages/crucible/seeds/java/seed-002.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-003.java +28 -28
- package/dist/packages/crucible/seeds/java/seed-004.java +26 -26
- package/dist/packages/crucible/seeds/java/seed-005.java +33 -33
- package/dist/packages/crucible/seeds/java/seed-006.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-007.java +21 -21
- package/dist/packages/crucible/seeds/java/seed-008.java +29 -29
- package/dist/packages/crucible/seeds/java/seed-009.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-010.java +30 -30
- package/dist/packages/crucible/seeds/java/seed-011.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-012.java +20 -20
- package/dist/packages/crucible/seeds/java/seed-013.java +26 -26
- package/dist/packages/crucible/seeds/java/seed-014.java +23 -23
- package/dist/packages/crucible/seeds/java/seed-015.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-016.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-017.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-018.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-019.java +38 -38
- package/dist/packages/crucible/seeds/java/seed-020.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-021.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-022.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-023.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-024.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-025.java +27 -27
- package/dist/packages/crucible/seeds/java/seed-026.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-027.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-028.java +21 -21
- package/dist/packages/crucible/seeds/java/seed-029.java +28 -28
- package/dist/packages/crucible/seeds/java/seed-030.java +27 -27
- package/dist/packages/crucible/seeds/java/seed-031.java +23 -23
- package/dist/packages/crucible/seeds/java/seed-032.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-033.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-034.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-035.java +29 -29
- package/dist/packages/crucible/seeds/java/seed-036.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-037.java +30 -30
- package/dist/packages/crucible/seeds/java/seed-038.java +29 -29
- package/dist/packages/crucible/seeds/java/seed-039.java +26 -26
- package/dist/packages/crucible/seeds/java/seed-040.java +31 -31
- package/dist/packages/crucible/seeds/java/seed-041.java +20 -20
- package/dist/packages/crucible/seeds/java/seed-042.java +26 -26
- package/dist/packages/crucible/seeds/java/seed-043.java +31 -31
- package/dist/packages/crucible/seeds/java/seed-044.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-045.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-046.java +22 -22
- package/dist/packages/crucible/seeds/java/seed-047.java +26 -26
- package/dist/packages/crucible/seeds/java/seed-048.java +24 -24
- package/dist/packages/crucible/seeds/java/seed-049.java +28 -28
- package/dist/packages/crucible/seeds/java/seed-050.java +29 -29
- package/dist/packages/crucible/seeds/java/seed-051.java +25 -25
- package/dist/packages/crucible/seeds/java/seed-052.java +32 -32
- package/dist/packages/crucible/seeds/js/seed-001.js +27 -27
- package/dist/packages/crucible/seeds/js/seed-002.js +28 -28
- package/dist/packages/crucible/seeds/js/seed-003.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-004.js +28 -28
- package/dist/packages/crucible/seeds/js/seed-005.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-006.js +28 -28
- package/dist/packages/crucible/seeds/js/seed-007.js +26 -26
- package/dist/packages/crucible/seeds/js/seed-008.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-009.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-010.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-011.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-012.js +32 -32
- package/dist/packages/crucible/seeds/js/seed-013.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-014.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-015.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-016.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-017.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-018.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-019.js +32 -32
- package/dist/packages/crucible/seeds/js/seed-020.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-021.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-022.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-023.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-024.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-025.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-026.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-027.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-028.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-029.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-030.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-031.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-032.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-033.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-034.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-035.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-036.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-037.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-038.js +31 -31
- package/dist/packages/crucible/seeds/js/seed-039.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-040.js +35 -35
- package/dist/packages/crucible/seeds/js/seed-041.js +32 -32
- package/dist/packages/crucible/seeds/js/seed-042.js +32 -32
- package/dist/packages/crucible/seeds/js/seed-043.js +27 -27
- package/dist/packages/crucible/seeds/js/seed-044.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-045.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-046.js +33 -33
- package/dist/packages/crucible/seeds/js/seed-047.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-048.js +29 -29
- package/dist/packages/crucible/seeds/js/seed-049.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-050.js +34 -34
- package/dist/packages/crucible/seeds/js/seed-051.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-052.js +30 -30
- package/dist/packages/crucible/seeds/js/seed-053.js +26 -26
- package/dist/packages/crucible/seeds/js/seed-054.js +35 -35
- package/dist/packages/crucible/seeds/js/seed-055.js +33 -33
- package/dist/packages/crucible/seeds/kotlin/seed-001.kt +24 -24
- package/dist/packages/crucible/seeds/kotlin/seed-002.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-003.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-004.kt +24 -24
- package/dist/packages/crucible/seeds/kotlin/seed-005.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-006.kt +21 -21
- package/dist/packages/crucible/seeds/kotlin/seed-007.kt +23 -23
- package/dist/packages/crucible/seeds/kotlin/seed-008.kt +25 -25
- package/dist/packages/crucible/seeds/kotlin/seed-009.kt +21 -21
- package/dist/packages/crucible/seeds/kotlin/seed-010.kt +28 -28
- package/dist/packages/crucible/seeds/kotlin/seed-011.kt +22 -22
- package/dist/packages/crucible/seeds/kotlin/seed-012.kt +25 -25
- package/dist/packages/crucible/seeds/kotlin/seed-013.kt +30 -30
- package/dist/packages/crucible/seeds/kotlin/seed-014.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-015.kt +24 -24
- package/dist/packages/crucible/seeds/kotlin/seed-016.kt +28 -28
- package/dist/packages/crucible/seeds/kotlin/seed-017.kt +33 -33
- package/dist/packages/crucible/seeds/kotlin/seed-018.kt +31 -31
- package/dist/packages/crucible/seeds/kotlin/seed-019.kt +28 -28
- package/dist/packages/crucible/seeds/kotlin/seed-020.kt +31 -31
- package/dist/packages/crucible/seeds/kotlin/seed-021.kt +34 -34
- package/dist/packages/crucible/seeds/kotlin/seed-022.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-023.kt +20 -20
- package/dist/packages/crucible/seeds/kotlin/seed-024.kt +23 -23
- package/dist/packages/crucible/seeds/kotlin/seed-025.kt +23 -23
- package/dist/packages/crucible/seeds/kotlin/seed-026.kt +26 -26
- package/dist/packages/crucible/seeds/kotlin/seed-027.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-028.kt +24 -24
- package/dist/packages/crucible/seeds/kotlin/seed-029.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-030.kt +26 -26
- package/dist/packages/crucible/seeds/kotlin/seed-031.kt +28 -28
- package/dist/packages/crucible/seeds/kotlin/seed-032.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-033.kt +30 -30
- package/dist/packages/crucible/seeds/kotlin/seed-034.kt +26 -26
- package/dist/packages/crucible/seeds/kotlin/seed-035.kt +33 -33
- package/dist/packages/crucible/seeds/kotlin/seed-036.kt +25 -25
- package/dist/packages/crucible/seeds/kotlin/seed-037.kt +26 -26
- package/dist/packages/crucible/seeds/kotlin/seed-038.kt +25 -25
- package/dist/packages/crucible/seeds/kotlin/seed-039.kt +29 -29
- package/dist/packages/crucible/seeds/kotlin/seed-040.kt +28 -28
- package/dist/packages/crucible/seeds/kotlin/seed-041.kt +31 -31
- package/dist/packages/crucible/seeds/kotlin/seed-042.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-043.kt +26 -26
- package/dist/packages/crucible/seeds/kotlin/seed-044.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-045.kt +27 -27
- package/dist/packages/crucible/seeds/kotlin/seed-046.kt +33 -33
- package/dist/packages/crucible/seeds/kotlin/seed-047.kt +32 -32
- package/dist/packages/crucible/seeds/kotlin/seed-048.kt +20 -20
- package/dist/packages/crucible/seeds/kotlin/seed-049.kt +23 -23
- package/dist/packages/crucible/seeds/kotlin/seed-050.kt +19 -19
- package/dist/packages/crucible/seeds/php/seed-001.php +23 -23
- package/dist/packages/crucible/seeds/php/seed-002.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-003.php +25 -25
- package/dist/packages/crucible/seeds/php/seed-004.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-005.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-006.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-007.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-008.php +19 -19
- package/dist/packages/crucible/seeds/php/seed-009.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-010.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-011.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-012.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-013.php +23 -23
- package/dist/packages/crucible/seeds/php/seed-014.php +20 -20
- package/dist/packages/crucible/seeds/php/seed-015.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-016.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-017.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-018.php +17 -17
- package/dist/packages/crucible/seeds/php/seed-019.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-020.php +19 -19
- package/dist/packages/crucible/seeds/php/seed-021.php +22 -22
- package/dist/packages/crucible/seeds/php/seed-022.php +15 -15
- package/dist/packages/crucible/seeds/php/seed-023.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-024.php +22 -22
- package/dist/packages/crucible/seeds/php/seed-025.php +20 -20
- package/dist/packages/crucible/seeds/php/seed-026.php +22 -22
- package/dist/packages/crucible/seeds/php/seed-027.php +15 -15
- package/dist/packages/crucible/seeds/php/seed-028.php +15 -15
- package/dist/packages/crucible/seeds/php/seed-029.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-030.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-031.php +23 -23
- package/dist/packages/crucible/seeds/php/seed-032.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-033.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-034.php +24 -24
- package/dist/packages/crucible/seeds/php/seed-035.php +22 -22
- package/dist/packages/crucible/seeds/php/seed-036.php +17 -17
- package/dist/packages/crucible/seeds/php/seed-037.php +19 -19
- package/dist/packages/crucible/seeds/php/seed-038.php +20 -20
- package/dist/packages/crucible/seeds/php/seed-039.php +15 -15
- package/dist/packages/crucible/seeds/php/seed-040.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-041.php +20 -20
- package/dist/packages/crucible/seeds/php/seed-042.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-043.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-044.php +25 -25
- package/dist/packages/crucible/seeds/php/seed-045.php +25 -25
- package/dist/packages/crucible/seeds/php/seed-046.php +20 -20
- package/dist/packages/crucible/seeds/php/seed-047.php +21 -21
- package/dist/packages/crucible/seeds/php/seed-048.php +19 -19
- package/dist/packages/crucible/seeds/php/seed-049.php +18 -18
- package/dist/packages/crucible/seeds/php/seed-050.php +20 -20
- package/dist/packages/crucible/seeds/python/seed-001.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-002.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-003.py +31 -31
- package/dist/packages/crucible/seeds/python/seed-004.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-005.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-006.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-007.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-008.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-009.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-010.py +42 -42
- package/dist/packages/crucible/seeds/python/seed-011.py +30 -30
- package/dist/packages/crucible/seeds/python/seed-012.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-013.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-014.py +40 -40
- package/dist/packages/crucible/seeds/python/seed-015.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-016.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-017.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-018.py +30 -30
- package/dist/packages/crucible/seeds/python/seed-019.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-020.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-021 2.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-021.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-022 2.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-022.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-023 2.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-023.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-024 2.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-024.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-025 2.py +40 -40
- package/dist/packages/crucible/seeds/python/seed-025.py +40 -40
- package/dist/packages/crucible/seeds/python/seed-026 2.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-026.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-027 2.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-027.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-028 2.py +42 -42
- package/dist/packages/crucible/seeds/python/seed-028.py +42 -42
- package/dist/packages/crucible/seeds/python/seed-029.py +42 -42
- package/dist/packages/crucible/seeds/python/seed-030 2.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-030.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-031 2.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-031.py +34 -34
- package/dist/packages/crucible/seeds/python/seed-032.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-033.py +32 -32
- package/dist/packages/crucible/seeds/python/seed-034.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-035.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-036 2.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-036.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-037 2.py +41 -41
- package/dist/packages/crucible/seeds/python/seed-037.py +41 -41
- package/dist/packages/crucible/seeds/python/seed-038 2.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-038.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-039 2.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-039.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-040 2.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-040.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-041 2.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-041.py +37 -37
- package/dist/packages/crucible/seeds/python/seed-042 2.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-042.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-043 2.py +32 -32
- package/dist/packages/crucible/seeds/python/seed-043.py +32 -32
- package/dist/packages/crucible/seeds/python/seed-044 2.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-044.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-045 2.py +36 -36
- package/dist/packages/crucible/seeds/python/seed-045.py +36 -36
- package/dist/packages/crucible/seeds/python/seed-046 2.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-046.py +33 -33
- package/dist/packages/crucible/seeds/python/seed-047 2.py +44 -44
- package/dist/packages/crucible/seeds/python/seed-047.py +44 -44
- package/dist/packages/crucible/seeds/python/seed-048 2.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-048.py +35 -35
- package/dist/packages/crucible/seeds/python/seed-049 2.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-049.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-050 2.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-050.py +39 -39
- package/dist/packages/crucible/seeds/python/seed-051 2.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-051.py +38 -38
- package/dist/packages/crucible/seeds/python/seed-052 2.py +41 -41
- package/dist/packages/crucible/seeds/python/seed-052.py +41 -41
- package/dist/packages/crucible/seeds/ruby/seed-001 2.rb +15 -15
- package/dist/packages/crucible/seeds/ruby/seed-001.rb +15 -15
- package/dist/packages/crucible/seeds/ruby/seed-002 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-002.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-003 2.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-003.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-004 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-004.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-005 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-005.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-006 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-006.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-007 2.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-007.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-008 2.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-008.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-009 2.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-009.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-010 2.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-010.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-011 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-011.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-012 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-012.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-013 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-013.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-014 2.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-014.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-015 2.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-015.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-016 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-016.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-017 2.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-017.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-018 2.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-018.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-019 2.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-019.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-020 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-020.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-021 2.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-021.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-022 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-022.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-023 2.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-023.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-024 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-024.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-025 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-025.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-026 2.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-026.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-027 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-027.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-028 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-028.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-029 2.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-029.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-030 2.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-030.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-031 2.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-031.rb +17 -17
- package/dist/packages/crucible/seeds/ruby/seed-032 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-032.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-033 2.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-033.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-034 2.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-034.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-035 2.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-035.rb +19 -19
- package/dist/packages/crucible/seeds/ruby/seed-036 2.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-036.rb +18 -18
- package/dist/packages/crucible/seeds/ruby/seed-037 2.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-037.rb +21 -21
- package/dist/packages/crucible/seeds/ruby/seed-038 2.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-038.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-039 2.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-039.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-040 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-040.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-041 2.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-041.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-042 2.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-042.rb +25 -25
- package/dist/packages/crucible/seeds/ruby/seed-043 2.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-043.rb +23 -23
- package/dist/packages/crucible/seeds/ruby/seed-044 2.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-044.rb +16 -16
- package/dist/packages/crucible/seeds/ruby/seed-045 2.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-045.rb +22 -22
- package/dist/packages/crucible/seeds/ruby/seed-046 2.rb +27 -27
- package/dist/packages/crucible/seeds/ruby/seed-046.rb +27 -27
- package/dist/packages/crucible/seeds/ruby/seed-047 2.rb +26 -26
- package/dist/packages/crucible/seeds/ruby/seed-047.rb +26 -26
- package/dist/packages/crucible/seeds/ruby/seed-048 2.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-048.rb +24 -24
- package/dist/packages/crucible/seeds/ruby/seed-049 2.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-049.rb +20 -20
- package/dist/packages/crucible/seeds/ruby/seed-050 2.rb +27 -27
- package/dist/packages/crucible/seeds/ruby/seed-050.rb +27 -27
- package/dist/packages/crucible/seeds/rust/seed-001 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-001.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-002 2.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-002.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-003 2.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-003.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-004 2.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-004.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-005 2.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-005.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-006 2.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-006.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-007 2.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-007.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-008 2.rs +19 -19
- package/dist/packages/crucible/seeds/rust/seed-008.rs +19 -19
- package/dist/packages/crucible/seeds/rust/seed-009 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-009.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-010 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-010.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-011 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-011.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-012 2.rs +31 -31
- package/dist/packages/crucible/seeds/rust/seed-012.rs +31 -31
- package/dist/packages/crucible/seeds/rust/seed-013 2.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-013.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-014 2.rs +30 -30
- package/dist/packages/crucible/seeds/rust/seed-014.rs +30 -30
- package/dist/packages/crucible/seeds/rust/seed-015 2.rs +33 -33
- package/dist/packages/crucible/seeds/rust/seed-015.rs +33 -33
- package/dist/packages/crucible/seeds/rust/seed-016 2.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-016.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-017 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-017.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-018 2.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-018.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-019 2.rs +36 -36
- package/dist/packages/crucible/seeds/rust/seed-019.rs +36 -36
- package/dist/packages/crucible/seeds/rust/seed-020 2.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-020.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-021 2.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-021.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-022 2.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-022.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-023 2.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-023.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-024 2.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-024.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-025 2.rs +29 -29
- package/dist/packages/crucible/seeds/rust/seed-025.rs +29 -29
- package/dist/packages/crucible/seeds/rust/seed-026 2.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-026.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-027 2.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-027.rs +24 -24
- package/dist/packages/crucible/seeds/rust/seed-028 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-028.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-029 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-029.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-030 2.rs +30 -30
- package/dist/packages/crucible/seeds/rust/seed-030.rs +30 -30
- package/dist/packages/crucible/seeds/rust/seed-031 2.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-031.rs +22 -22
- package/dist/packages/crucible/seeds/rust/seed-032 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-032.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-033 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-033.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-034 2.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-034.rs +20 -20
- package/dist/packages/crucible/seeds/rust/seed-035 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-035.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-036 2.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-036.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-037 2.rs +31 -31
- package/dist/packages/crucible/seeds/rust/seed-037.rs +31 -31
- package/dist/packages/crucible/seeds/rust/seed-038 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-038.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-039 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-039.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-040 2.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-040.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-041 2.rs +32 -32
- package/dist/packages/crucible/seeds/rust/seed-041.rs +32 -32
- package/dist/packages/crucible/seeds/rust/seed-042 2.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-042.rs +27 -27
- package/dist/packages/crucible/seeds/rust/seed-043 2.rs +29 -29
- package/dist/packages/crucible/seeds/rust/seed-043.rs +29 -29
- package/dist/packages/crucible/seeds/rust/seed-044 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-044.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-045 2.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-045.rs +28 -28
- package/dist/packages/crucible/seeds/rust/seed-046 2.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-046.rs +25 -25
- package/dist/packages/crucible/seeds/rust/seed-047 2.rs +34 -34
- package/dist/packages/crucible/seeds/rust/seed-047.rs +34 -34
- package/dist/packages/crucible/seeds/rust/seed-048 2.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-048.rs +21 -21
- package/dist/packages/crucible/seeds/rust/seed-049 2.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-049.rs +26 -26
- package/dist/packages/crucible/seeds/rust/seed-050 2.rs +23 -23
- package/dist/packages/crucible/seeds/rust/seed-050.rs +23 -23
- package/dist/packages/crucible/seeds/ts/seed-001 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-001.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-002 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-002.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-003 2.ts +28 -28
- package/dist/packages/crucible/seeds/ts/seed-003.ts +28 -28
- package/dist/packages/crucible/seeds/ts/seed-004 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-004.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-005 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-005.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-006 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-006.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-007 2.ts +28 -28
- package/dist/packages/crucible/seeds/ts/seed-007.ts +28 -28
- package/dist/packages/crucible/seeds/ts/seed-008 2.ts +40 -40
- package/dist/packages/crucible/seeds/ts/seed-008.ts +40 -40
- package/dist/packages/crucible/seeds/ts/seed-009 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-009.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-010 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-010.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-011 2.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-011.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-012 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-012.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-013 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-013.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-014 2.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-014.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-015 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-015.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-016 2.ts +37 -37
- package/dist/packages/crucible/seeds/ts/seed-016.ts +37 -37
- package/dist/packages/crucible/seeds/ts/seed-017 2.ts +44 -44
- package/dist/packages/crucible/seeds/ts/seed-017.ts +44 -44
- package/dist/packages/crucible/seeds/ts/seed-018 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-018.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-019 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-019.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-020 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-020.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-021 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-021.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-022 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-022.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-023 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-023.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-024 2.ts +35 -35
- package/dist/packages/crucible/seeds/ts/seed-024.ts +35 -35
- package/dist/packages/crucible/seeds/ts/seed-025 2.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-025.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-026 2.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-026.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-027 2.ts +30 -30
- package/dist/packages/crucible/seeds/ts/seed-027.ts +30 -30
- package/dist/packages/crucible/seeds/ts/seed-028 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-028.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-029 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-029.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-030 2.ts +37 -37
- package/dist/packages/crucible/seeds/ts/seed-030.ts +37 -37
- package/dist/packages/crucible/seeds/ts/seed-031 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-031.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-032 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-032.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-033 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-033.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-034 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-034.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-035 2.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-035.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-036 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-036.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-037 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-037.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-038 2.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-038.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-039 2.ts +35 -35
- package/dist/packages/crucible/seeds/ts/seed-039.ts +35 -35
- package/dist/packages/crucible/seeds/ts/seed-040 2.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-040.ts +31 -31
- package/dist/packages/crucible/seeds/ts/seed-041 2.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-041.ts +29 -29
- package/dist/packages/crucible/seeds/ts/seed-042 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-042.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-043 2.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-043.ts +32 -32
- package/dist/packages/crucible/seeds/ts/seed-044 2.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-044.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-045 2.ts +39 -39
- package/dist/packages/crucible/seeds/ts/seed-045.ts +39 -39
- package/dist/packages/crucible/seeds/ts/seed-046 2.ts +41 -41
- package/dist/packages/crucible/seeds/ts/seed-046.ts +41 -41
- package/dist/packages/crucible/seeds/ts/seed-047 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-047.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-048 2.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-048.ts +33 -33
- package/dist/packages/crucible/seeds/ts/seed-049 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-049.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-050 2.ts +41 -41
- package/dist/packages/crucible/seeds/ts/seed-050.ts +41 -41
- package/dist/packages/crucible/seeds/ts/seed-051 2.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-051.ts +34 -34
- package/dist/packages/crucible/seeds/ts/seed-052 2.ts +36 -36
- package/dist/packages/crucible/seeds/ts/seed-052.ts +36 -36
- package/dist/packages/scanner/ai-confidence-scorer.js +1 -1
- package/dist/packages/scanner/baseline-manager.js +1 -1
- package/dist/packages/scanner/code-scanner.js +1 -1
- package/dist/packages/scanner/copy-paste-detector.js +1 -1
- package/dist/packages/scanner/drift-detector.js +1 -1
- package/dist/packages/scanner/export-verifier.js +1 -1
- package/dist/packages/scanner/ghost-code-detector.js +1 -1
- package/dist/packages/scanner/hallucination-detector.js +1 -1
- package/dist/packages/scanner/license-manager.js +1 -1
- package/dist/packages/scanner/monitor-service.js +1 -1
- package/dist/packages/scanner/taint-tracker.js +1 -1
- package/package.json +62 -63
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: deserialization
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: javascript
|
|
5
|
-
// expected: unsafe deserialization via node-serialize with exec gadget
|
|
6
|
-
|
|
7
|
-
const serialize = require('node-serialize');
|
|
8
|
-
const express = require('express');
|
|
9
|
-
const router = express.Router();
|
|
10
|
-
|
|
11
|
-
router.post('/session/restore', (req, res) => {
|
|
12
|
-
const sessionData = req.cookies.session;
|
|
13
|
-
if (!sessionData) return res.status(401).json({ error: 'No session' });
|
|
14
|
-
|
|
15
|
-
try {
|
|
16
|
-
// node-serialize.unserialize executes IIFEs embedded in serialized objects
|
|
17
|
-
// Attacker cookie: {"rce":"_$$ND_FUNC$$_function(){require('child_process').exec('id')}()"}
|
|
18
|
-
const session = serialize.unserialize(Buffer.from(sessionData, 'base64').toString());
|
|
19
|
-
req.session.user = session.user;
|
|
20
|
-
res.json({ restored: true, user: session.user });
|
|
21
|
-
} catch (err) {
|
|
22
|
-
res.status(400).json({ error: 'Invalid session' });
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
module.exports = router;
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: deserialization
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: javascript
|
|
5
|
+
// expected: unsafe deserialization via node-serialize with exec gadget
|
|
6
|
+
|
|
7
|
+
const serialize = require('node-serialize');
|
|
8
|
+
const express = require('express');
|
|
9
|
+
const router = express.Router();
|
|
10
|
+
|
|
11
|
+
router.post('/session/restore', (req, res) => {
|
|
12
|
+
const sessionData = req.cookies.session;
|
|
13
|
+
if (!sessionData) return res.status(401).json({ error: 'No session' });
|
|
14
|
+
|
|
15
|
+
try {
|
|
16
|
+
// node-serialize.unserialize executes IIFEs embedded in serialized objects
|
|
17
|
+
// Attacker cookie: {"rce":"_$$ND_FUNC$$_function(){require('child_process').exec('id')}()"}
|
|
18
|
+
const session = serialize.unserialize(Buffer.from(sessionData, 'base64').toString());
|
|
19
|
+
req.session.user = session.user;
|
|
20
|
+
res.json({ restored: true, user: session.user });
|
|
21
|
+
} catch (err) {
|
|
22
|
+
res.status(400).json({ error: 'Invalid session' });
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
module.exports = router;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: deserialization
|
|
3
|
-
// severity: high
|
|
4
|
-
// language: javascript
|
|
5
|
-
// expected: JSON.parse result used directly to call dynamic method — unsafe deserialization pattern
|
|
6
|
-
|
|
7
|
-
const express = require('express');
|
|
8
|
-
const router = express.Router();
|
|
9
|
-
const actions = require('./actions');
|
|
10
|
-
|
|
11
|
-
router.post('/task/execute', (req, res) => {
|
|
12
|
-
const taskJson = req.body.task;
|
|
13
|
-
// Parsed without schema validation
|
|
14
|
-
const task = JSON.parse(taskJson);
|
|
15
|
-
|
|
16
|
-
// Dynamically dispatching to a method by name from the deserialized object
|
|
17
|
-
const actionName = task.action;
|
|
18
|
-
const actionFn = actions[actionName];
|
|
19
|
-
|
|
20
|
-
if (!actionFn) return res.status(400).json({ error: 'Unknown action' });
|
|
21
|
-
|
|
22
|
-
// task.params passed directly — no sanitization
|
|
23
|
-
const result = actionFn(task.params);
|
|
24
|
-
res.json({ result });
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
router.post('/workflow/resume', (req, res) => {
|
|
28
|
-
const state = JSON.parse(req.body.workflowState);
|
|
29
|
-
// state.nextStep used to call internal module functions by name
|
|
30
|
-
const fn = require('./workflow')[state.nextStep];
|
|
31
|
-
fn(state.context, state.data);
|
|
32
|
-
res.json({ resumed: true });
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
module.exports = router;
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: deserialization
|
|
3
|
+
// severity: high
|
|
4
|
+
// language: javascript
|
|
5
|
+
// expected: JSON.parse result used directly to call dynamic method — unsafe deserialization pattern
|
|
6
|
+
|
|
7
|
+
const express = require('express');
|
|
8
|
+
const router = express.Router();
|
|
9
|
+
const actions = require('./actions');
|
|
10
|
+
|
|
11
|
+
router.post('/task/execute', (req, res) => {
|
|
12
|
+
const taskJson = req.body.task;
|
|
13
|
+
// Parsed without schema validation
|
|
14
|
+
const task = JSON.parse(taskJson);
|
|
15
|
+
|
|
16
|
+
// Dynamically dispatching to a method by name from the deserialized object
|
|
17
|
+
const actionName = task.action;
|
|
18
|
+
const actionFn = actions[actionName];
|
|
19
|
+
|
|
20
|
+
if (!actionFn) return res.status(400).json({ error: 'Unknown action' });
|
|
21
|
+
|
|
22
|
+
// task.params passed directly — no sanitization
|
|
23
|
+
const result = actionFn(task.params);
|
|
24
|
+
res.json({ result });
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
router.post('/workflow/resume', (req, res) => {
|
|
28
|
+
const state = JSON.parse(req.body.workflowState);
|
|
29
|
+
// state.nextStep used to call internal module functions by name
|
|
30
|
+
const fn = require('./workflow')[state.nextStep];
|
|
31
|
+
fn(state.context, state.data);
|
|
32
|
+
res.json({ resumed: true });
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
module.exports = router;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: deserialization
|
|
3
|
-
// severity: high
|
|
4
|
-
// language: javascript
|
|
5
|
-
// expected: unsafe deserialization via vm.runInNewContext with parsed user data
|
|
6
|
-
|
|
7
|
-
const vm = require('vm');
|
|
8
|
-
const express = require('express');
|
|
9
|
-
const router = express.Router();
|
|
10
|
-
|
|
11
|
-
router.post('/sandbox/eval', (req, res) => {
|
|
12
|
-
const { code, state } = req.body;
|
|
13
|
-
const parsedState = JSON.parse(state);
|
|
14
|
-
|
|
15
|
-
// vm.runInNewContext is NOT a real sandbox — attacker can escape via prototype chain
|
|
16
|
-
// e.g. code: "this.constructor.constructor('return process')().exit()"
|
|
17
|
-
const sandbox = Object.assign({}, parsedState, { console, Math, JSON });
|
|
18
|
-
try {
|
|
19
|
-
const result = vm.runInNewContext(code, sandbox, { timeout: 2000 });
|
|
20
|
-
res.json({ result });
|
|
21
|
-
} catch (err) {
|
|
22
|
-
res.status(400).json({ error: err.message });
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
router.post('/template/execute', (req, res) => {
|
|
27
|
-
const { template, vars } = req.body;
|
|
28
|
-
const ctx = JSON.parse(vars);
|
|
29
|
-
const result = vm.runInNewContext('`' + template + '`', ctx);
|
|
30
|
-
res.send(result);
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
module.exports = router;
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: deserialization
|
|
3
|
+
// severity: high
|
|
4
|
+
// language: javascript
|
|
5
|
+
// expected: unsafe deserialization via vm.runInNewContext with parsed user data
|
|
6
|
+
|
|
7
|
+
const vm = require('vm');
|
|
8
|
+
const express = require('express');
|
|
9
|
+
const router = express.Router();
|
|
10
|
+
|
|
11
|
+
router.post('/sandbox/eval', (req, res) => {
|
|
12
|
+
const { code, state } = req.body;
|
|
13
|
+
const parsedState = JSON.parse(state);
|
|
14
|
+
|
|
15
|
+
// vm.runInNewContext is NOT a real sandbox — attacker can escape via prototype chain
|
|
16
|
+
// e.g. code: "this.constructor.constructor('return process')().exit()"
|
|
17
|
+
const sandbox = Object.assign({}, parsedState, { console, Math, JSON });
|
|
18
|
+
try {
|
|
19
|
+
const result = vm.runInNewContext(code, sandbox, { timeout: 2000 });
|
|
20
|
+
res.json({ result });
|
|
21
|
+
} catch (err) {
|
|
22
|
+
res.status(400).json({ error: err.message });
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
router.post('/template/execute', (req, res) => {
|
|
27
|
+
const { template, vars } = req.body;
|
|
28
|
+
const ctx = JSON.parse(vars);
|
|
29
|
+
const result = vm.runInNewContext('`' + template + '`', ctx);
|
|
30
|
+
res.send(result);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
module.exports = router;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded Google Maps API key in source code
|
|
6
|
-
|
|
7
|
-
package com.example.app
|
|
8
|
-
|
|
9
|
-
import com.google.android.gms.maps.MapsInitializer
|
|
10
|
-
|
|
11
|
-
object MapConfig {
|
|
12
|
-
const val GOOGLE_MAPS_API_KEY = "AIzaSyD4f8Kj2mN9pQrT1uVwXyZ3aBcDeF5gHiJ"
|
|
13
|
-
const val MAPS_SDK_VERSION = "18.1.0"
|
|
14
|
-
|
|
15
|
-
fun initialize() {
|
|
16
|
-
MapsInitializer.initialize(App.context)
|
|
17
|
-
println("Maps initialized with key: $GOOGLE_MAPS_API_KEY")
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
fun getStaticMapUrl(lat: Double, lng: Double): String {
|
|
21
|
-
return "https://maps.googleapis.com/maps/api/staticmap" +
|
|
22
|
-
"?center=$lat,$lng&zoom=13&size=600x300&key=$GOOGLE_MAPS_API_KEY"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded Google Maps API key in source code
|
|
6
|
+
|
|
7
|
+
package com.example.app
|
|
8
|
+
|
|
9
|
+
import com.google.android.gms.maps.MapsInitializer
|
|
10
|
+
|
|
11
|
+
object MapConfig {
|
|
12
|
+
const val GOOGLE_MAPS_API_KEY = "AIzaSyD4f8Kj2mN9pQrT1uVwXyZ3aBcDeF5gHiJ"
|
|
13
|
+
const val MAPS_SDK_VERSION = "18.1.0"
|
|
14
|
+
|
|
15
|
+
fun initialize() {
|
|
16
|
+
MapsInitializer.initialize(App.context)
|
|
17
|
+
println("Maps initialized with key: $GOOGLE_MAPS_API_KEY")
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fun getStaticMapUrl(lat: Double, lng: Double): String {
|
|
21
|
+
return "https://maps.googleapis.com/maps/api/staticmap" +
|
|
22
|
+
"?center=$lat,$lng&zoom=13&size=600x300&key=$GOOGLE_MAPS_API_KEY"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded Firebase credentials and project config in source
|
|
6
|
-
|
|
7
|
-
package com.example.app
|
|
8
|
-
|
|
9
|
-
object FirebaseConfig {
|
|
10
|
-
const val API_KEY = "AIzaSyBxK7mP2nQrSuTvWxYz0aCbDcEfGhIjKlM"
|
|
11
|
-
const val AUTH_DOMAIN = "my-prod-app.firebaseapp.com"
|
|
12
|
-
const val DATABASE_URL = "https://my-prod-app-default-rtdb.firebaseio.com"
|
|
13
|
-
const val PROJECT_ID = "my-prod-app"
|
|
14
|
-
const val STORAGE_BUCKET = "my-prod-app.appspot.com"
|
|
15
|
-
const val MESSAGING_SENDER_ID = "123456789012"
|
|
16
|
-
const val APP_ID = "1:123456789012:android:abc123def456ghi789"
|
|
17
|
-
|
|
18
|
-
fun getConfig(): Map<String, String> {
|
|
19
|
-
return mapOf(
|
|
20
|
-
"apiKey" to API_KEY,
|
|
21
|
-
"authDomain" to AUTH_DOMAIN,
|
|
22
|
-
"databaseURL" to DATABASE_URL,
|
|
23
|
-
"projectId" to PROJECT_ID,
|
|
24
|
-
"storageBucket" to STORAGE_BUCKET
|
|
25
|
-
)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded Firebase credentials and project config in source
|
|
6
|
+
|
|
7
|
+
package com.example.app
|
|
8
|
+
|
|
9
|
+
object FirebaseConfig {
|
|
10
|
+
const val API_KEY = "AIzaSyBxK7mP2nQrSuTvWxYz0aCbDcEfGhIjKlM"
|
|
11
|
+
const val AUTH_DOMAIN = "my-prod-app.firebaseapp.com"
|
|
12
|
+
const val DATABASE_URL = "https://my-prod-app-default-rtdb.firebaseio.com"
|
|
13
|
+
const val PROJECT_ID = "my-prod-app"
|
|
14
|
+
const val STORAGE_BUCKET = "my-prod-app.appspot.com"
|
|
15
|
+
const val MESSAGING_SENDER_ID = "123456789012"
|
|
16
|
+
const val APP_ID = "1:123456789012:android:abc123def456ghi789"
|
|
17
|
+
|
|
18
|
+
fun getConfig(): Map<String, String> {
|
|
19
|
+
return mapOf(
|
|
20
|
+
"apiKey" to API_KEY,
|
|
21
|
+
"authDomain" to AUTH_DOMAIN,
|
|
22
|
+
"databaseURL" to DATABASE_URL,
|
|
23
|
+
"projectId" to PROJECT_ID,
|
|
24
|
+
"storageBucket" to STORAGE_BUCKET
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded AWS access key and secret key in source
|
|
6
|
-
|
|
7
|
-
package com.example.cloud
|
|
8
|
-
|
|
9
|
-
import com.amazonaws.auth.BasicAWSCredentials
|
|
10
|
-
|
|
11
|
-
class AwsClientFactory {
|
|
12
|
-
companion object {
|
|
13
|
-
private const val ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE1"
|
|
14
|
-
private const val SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
|
|
15
|
-
private const val REGION = "us-east-1"
|
|
16
|
-
|
|
17
|
-
fun createCredentials(): BasicAWSCredentials {
|
|
18
|
-
return BasicAWSCredentials(ACCESS_KEY, SECRET_KEY)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
fun getRegion() = REGION
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
fun uploadToS3(bucket: String, key: String, data: ByteArray) {
|
|
25
|
-
val creds = createCredentials()
|
|
26
|
-
// S3 upload logic using hardcoded credentials
|
|
27
|
-
println("Uploading to s3://$bucket/$key with key ${ACCESS_KEY}")
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded AWS access key and secret key in source
|
|
6
|
+
|
|
7
|
+
package com.example.cloud
|
|
8
|
+
|
|
9
|
+
import com.amazonaws.auth.BasicAWSCredentials
|
|
10
|
+
|
|
11
|
+
class AwsClientFactory {
|
|
12
|
+
companion object {
|
|
13
|
+
private const val ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE1"
|
|
14
|
+
private const val SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
|
|
15
|
+
private const val REGION = "us-east-1"
|
|
16
|
+
|
|
17
|
+
fun createCredentials(): BasicAWSCredentials {
|
|
18
|
+
return BasicAWSCredentials(ACCESS_KEY, SECRET_KEY)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
fun getRegion() = REGION
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
fun uploadToS3(bucket: String, key: String, data: ByteArray) {
|
|
25
|
+
val creds = createCredentials()
|
|
26
|
+
// S3 upload logic using hardcoded credentials
|
|
27
|
+
println("Uploading to s3://$bucket/$key with key ${ACCESS_KEY}")
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded Stripe secret key and webhook secret
|
|
6
|
-
|
|
7
|
-
package com.example.payments
|
|
8
|
-
|
|
9
|
-
object StripeConfig {
|
|
10
|
-
// TODO: move to environment before shipping
|
|
11
|
-
const val SECRET_KEY = "sk_live_51HxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefgh"
|
|
12
|
-
const val PUBLISHABLE_KEY = "pk_live_51HxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0987654321zyxwvut"
|
|
13
|
-
const val WEBHOOK_SECRET = "whsec_abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJ"
|
|
14
|
-
|
|
15
|
-
fun getHeaders(): Map<String, String> = mapOf(
|
|
16
|
-
"Authorization" to "Bearer $SECRET_KEY",
|
|
17
|
-
"Stripe-Version" to "2023-10-16"
|
|
18
|
-
)
|
|
19
|
-
|
|
20
|
-
fun validateWebhook(payload: String, signature: String): Boolean {
|
|
21
|
-
// Uses hardcoded webhook secret
|
|
22
|
-
return signature.contains(WEBHOOK_SECRET.substring(0, 10))
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded Stripe secret key and webhook secret
|
|
6
|
+
|
|
7
|
+
package com.example.payments
|
|
8
|
+
|
|
9
|
+
object StripeConfig {
|
|
10
|
+
// TODO: move to environment before shipping
|
|
11
|
+
const val SECRET_KEY = "sk_live_51HxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefgh"
|
|
12
|
+
const val PUBLISHABLE_KEY = "pk_live_51HxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0987654321zyxwvut"
|
|
13
|
+
const val WEBHOOK_SECRET = "whsec_abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJ"
|
|
14
|
+
|
|
15
|
+
fun getHeaders(): Map<String, String> = mapOf(
|
|
16
|
+
"Authorization" to "Bearer $SECRET_KEY",
|
|
17
|
+
"Stripe-Version" to "2023-10-16"
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
fun validateWebhook(payload: String, signature: String): Boolean {
|
|
21
|
+
// Uses hardcoded webhook secret
|
|
22
|
+
return signature.contains(WEBHOOK_SECRET.substring(0, 10))
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: high
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded database password and connection string
|
|
6
|
-
|
|
7
|
-
package com.example.data
|
|
8
|
-
|
|
9
|
-
import java.sql.DriverManager
|
|
10
|
-
|
|
11
|
-
class DatabaseConnection {
|
|
12
|
-
private val dbUrl = "jdbc:mysql://prod-db.internal.example.com:3306/appdb"
|
|
13
|
-
private val dbUser = "app_user"
|
|
14
|
-
private val dbPassword = "Sup3rS3cr3tP@ssw0rd!2024"
|
|
15
|
-
|
|
16
|
-
fun getConnection() = DriverManager.getConnection(dbUrl, dbUser, dbPassword)
|
|
17
|
-
|
|
18
|
-
fun healthCheck(): Boolean {
|
|
19
|
-
return try {
|
|
20
|
-
val conn = DriverManager.getConnection(dbUrl, dbUser, dbPassword)
|
|
21
|
-
val alive = !conn.isClosed
|
|
22
|
-
conn.close()
|
|
23
|
-
alive
|
|
24
|
-
} catch (e: Exception) {
|
|
25
|
-
println("DB connection failed: ${e.message}")
|
|
26
|
-
false
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: high
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded database password and connection string
|
|
6
|
+
|
|
7
|
+
package com.example.data
|
|
8
|
+
|
|
9
|
+
import java.sql.DriverManager
|
|
10
|
+
|
|
11
|
+
class DatabaseConnection {
|
|
12
|
+
private val dbUrl = "jdbc:mysql://prod-db.internal.example.com:3306/appdb"
|
|
13
|
+
private val dbUser = "app_user"
|
|
14
|
+
private val dbPassword = "Sup3rS3cr3tP@ssw0rd!2024"
|
|
15
|
+
|
|
16
|
+
fun getConnection() = DriverManager.getConnection(dbUrl, dbUser, dbPassword)
|
|
17
|
+
|
|
18
|
+
fun healthCheck(): Boolean {
|
|
19
|
+
return try {
|
|
20
|
+
val conn = DriverManager.getConnection(dbUrl, dbUser, dbPassword)
|
|
21
|
+
val alive = !conn.isClosed
|
|
22
|
+
conn.close()
|
|
23
|
+
alive
|
|
24
|
+
} catch (e: Exception) {
|
|
25
|
+
println("DB connection failed: ${e.message}")
|
|
26
|
+
false
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: high
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded JWT secret and admin password
|
|
6
|
-
|
|
7
|
-
package com.example.auth
|
|
8
|
-
|
|
9
|
-
object AuthConstants {
|
|
10
|
-
const val JWT_SECRET = "mySuperSecretJWTKey_doNotShare_2024_production"
|
|
11
|
-
const val ADMIN_PASSWORD = "Admin@123456!"
|
|
12
|
-
const val API_TOKEN = "tok_prod_7f3k9m2p4r8s1t6u0v5w"
|
|
13
|
-
const val ENCRYPTION_KEY = "AES256Key-32CharactersLongSecret!!"
|
|
14
|
-
|
|
15
|
-
fun generateToken(userId: String): String {
|
|
16
|
-
// Signs JWT with hardcoded secret
|
|
17
|
-
return "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.$userId.${JWT_SECRET.hashCode()}"
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
fun isAdmin(password: String) = password == ADMIN_PASSWORD
|
|
21
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: high
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded JWT secret and admin password
|
|
6
|
+
|
|
7
|
+
package com.example.auth
|
|
8
|
+
|
|
9
|
+
object AuthConstants {
|
|
10
|
+
const val JWT_SECRET = "mySuperSecretJWTKey_doNotShare_2024_production"
|
|
11
|
+
const val ADMIN_PASSWORD = "Admin@123456!"
|
|
12
|
+
const val API_TOKEN = "tok_prod_7f3k9m2p4r8s1t6u0v5w"
|
|
13
|
+
const val ENCRYPTION_KEY = "AES256Key-32CharactersLongSecret!!"
|
|
14
|
+
|
|
15
|
+
fun generateToken(userId: String): String {
|
|
16
|
+
// Signs JWT with hardcoded secret
|
|
17
|
+
return "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.$userId.${JWT_SECRET.hashCode()}"
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fun isAdmin(password: String) = password == ADMIN_PASSWORD
|
|
21
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded SendGrid and Twilio API keys
|
|
6
|
-
|
|
7
|
-
package com.example.notifications
|
|
8
|
-
|
|
9
|
-
object NotificationConfig {
|
|
10
|
-
const val SENDGRID_API_KEY = "SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxx.yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
|
|
11
|
-
const val TWILIO_ACCOUNT_SID = "ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
12
|
-
const val TWILIO_AUTH_TOKEN = "your_auth_token_here_32chars_long!!"
|
|
13
|
-
const val TWILIO_PHONE = "+15005550006"
|
|
14
|
-
const val FROM_EMAIL = "noreply@example.com"
|
|
15
|
-
|
|
16
|
-
fun sendSms(to: String, message: String) {
|
|
17
|
-
println("Sending via SID: $TWILIO_ACCOUNT_SID, Token: $TWILIO_AUTH_TOKEN")
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
fun sendEmail(to: String, subject: String, body: String) {
|
|
21
|
-
println("Sending via SendGrid key: $SENDGRID_API_KEY")
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded SendGrid and Twilio API keys
|
|
6
|
+
|
|
7
|
+
package com.example.notifications
|
|
8
|
+
|
|
9
|
+
object NotificationConfig {
|
|
10
|
+
const val SENDGRID_API_KEY = "SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxx.yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
|
|
11
|
+
const val TWILIO_ACCOUNT_SID = "ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
12
|
+
const val TWILIO_AUTH_TOKEN = "your_auth_token_here_32chars_long!!"
|
|
13
|
+
const val TWILIO_PHONE = "+15005550006"
|
|
14
|
+
const val FROM_EMAIL = "noreply@example.com"
|
|
15
|
+
|
|
16
|
+
fun sendSms(to: String, message: String) {
|
|
17
|
+
println("Sending via SID: $TWILIO_ACCOUNT_SID, Token: $TWILIO_AUTH_TOKEN")
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fun sendEmail(to: String, subject: String, body: String) {
|
|
21
|
+
println("Sending via SendGrid key: $SENDGRID_API_KEY")
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: hardcoded_secret
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Hardcoded OAuth client secret and refresh token
|
|
6
|
-
|
|
7
|
-
package com.example.oauth
|
|
8
|
-
|
|
9
|
-
class OAuthClient {
|
|
10
|
-
private val clientId = "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com"
|
|
11
|
-
private val clientSecret = "GOCSPX-abcdefghijklmnopqrstuvwxyz123456"
|
|
12
|
-
private val refreshToken = "1//0fxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz"
|
|
13
|
-
|
|
14
|
-
fun refreshAccessToken(): String {
|
|
15
|
-
val body = "client_id=$clientId&client_secret=$clientSecret" +
|
|
16
|
-
"&refresh_token=$refreshToken&grant_type=refresh_token"
|
|
17
|
-
// Makes HTTP POST with hardcoded credentials
|
|
18
|
-
return performTokenRequest(body)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
private fun performTokenRequest(body: String): String {
|
|
22
|
-
println("Refreshing token with secret: $clientSecret")
|
|
23
|
-
return "mock_access_token"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: hardcoded_secret
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Hardcoded OAuth client secret and refresh token
|
|
6
|
+
|
|
7
|
+
package com.example.oauth
|
|
8
|
+
|
|
9
|
+
class OAuthClient {
|
|
10
|
+
private val clientId = "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com"
|
|
11
|
+
private val clientSecret = "GOCSPX-abcdefghijklmnopqrstuvwxyz123456"
|
|
12
|
+
private val refreshToken = "1//0fxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz"
|
|
13
|
+
|
|
14
|
+
fun refreshAccessToken(): String {
|
|
15
|
+
val body = "client_id=$clientId&client_secret=$clientSecret" +
|
|
16
|
+
"&refresh_token=$refreshToken&grant_type=refresh_token"
|
|
17
|
+
// Makes HTTP POST with hardcoded credentials
|
|
18
|
+
return performTokenRequest(body)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
private fun performTokenRequest(body: String): String {
|
|
22
|
+
println("Refreshing token with secret: $clientSecret")
|
|
23
|
+
return "mock_access_token"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
// [CRUCIBLE-SEED]
|
|
2
|
-
// category: sql_injection
|
|
3
|
-
// severity: critical
|
|
4
|
-
// language: kotlin
|
|
5
|
-
// expected: Raw SQL query with string interpolation, no parameterization
|
|
6
|
-
|
|
7
|
-
package com.example.data
|
|
8
|
-
|
|
9
|
-
import android.database.sqlite.SQLiteDatabase
|
|
10
|
-
|
|
11
|
-
class UserRepository(private val db: SQLiteDatabase) {
|
|
12
|
-
fun findUserByUsername(username: String): android.database.Cursor {
|
|
13
|
-
val query = "SELECT * FROM users WHERE username = '$username'"
|
|
14
|
-
return db.rawQuery(query, null)
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
fun getUserPosts(userId: String): android.database.Cursor {
|
|
18
|
-
val sql = "SELECT title, body FROM posts WHERE user_id = $userId ORDER BY created_at DESC"
|
|
19
|
-
return db.rawQuery(sql, null)
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
// [CRUCIBLE-SEED]
|
|
2
|
+
// category: sql_injection
|
|
3
|
+
// severity: critical
|
|
4
|
+
// language: kotlin
|
|
5
|
+
// expected: Raw SQL query with string interpolation, no parameterization
|
|
6
|
+
|
|
7
|
+
package com.example.data
|
|
8
|
+
|
|
9
|
+
import android.database.sqlite.SQLiteDatabase
|
|
10
|
+
|
|
11
|
+
class UserRepository(private val db: SQLiteDatabase) {
|
|
12
|
+
fun findUserByUsername(username: String): android.database.Cursor {
|
|
13
|
+
val query = "SELECT * FROM users WHERE username = '$username'"
|
|
14
|
+
return db.rawQuery(query, null)
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
fun getUserPosts(userId: String): android.database.Cursor {
|
|
18
|
+
val sql = "SELECT title, body FROM posts WHERE user_id = $userId ORDER BY created_at DESC"
|
|
19
|
+
return db.rawQuery(sql, null)
|
|
20
|
+
}
|
|
21
|
+
}
|