-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatraca_baseline.json
More file actions
84 lines (84 loc) · 2.1 KB
/
Copy pathcatraca_baseline.json
File metadata and controls
84 lines (84 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"security": {
"findings": 0,
"critical": 0,
"advisories": null,
"rules": {
"hardcoded_secrets": true,
"sql_injection": true,
"command_injection": true,
"csrf_protection": true,
"path_traversal": true,
"insecure_deserialization": true,
"ssrf": true,
"tls_verification": true,
"insecure_rng": true,
"gitignore_sensitive": true,
"package_freshness": false,
"weak_cryptography": true,
"cors_config": true,
"npm_audit": true
},
"fixers": [],
"released_days": 3
},
"style": {
"violations": 0
},
"static_analysis": {
"errors": 0
},
"coverage": {
"percentage": null
},
"duplication": {
"percentage": 1,
"clones": 5,
"min_lines": 3,
"min_tokens": 30
},
"file_size": {
"over_limit": 0,
"max_lines": 1000
},
"complexity": {
"max_ccn": 0,
"violations": 0,
"warnings": 0
},
"performance": {
"violations": 2,
"rules": {
"global_namespace_import": true,
"no_unused_imports": true,
"fully_qualified_strict_types": true,
"lambda_not_used_import": true,
"native_function_invocation": true,
"no_redundant_readonly_property": true,
"static_lambda": true,
"array_push": true,
"ereg_to_preg": true,
"modernize_strpos": true,
"pow_to_exponentiation": true,
"random_api_migration": true,
"set_type_to_cast": true,
"autoload_optimization": true,
"condition_order": true
},
"fixers": {
"condition_order": false
}
},
"schema": "catraca/v1",
"updated_at": "2026-07-13T15:14:11+00:00",
"source_dirs": {
"paths": [
"src",
"app",
"lib"
]
},
"parallel": {
"enabled": true
}
}