-
-
Notifications
You must be signed in to change notification settings - Fork 550
/
fossa.telemetry.json
153 lines (153 loc) · 6.17 KB
/
fossa.telemetry.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"cliCIEnvironment": null,
"cliCommandArgs": [
"fossa",
"analyze",
"--debug"
],
"cliEnvironment": "prod",
"cliExitedFatally": false,
"cliResolvedConfig": {
"cmdConfig": {
"baseDir": {
"unBaseDir": "/var/www/html/TeamPass/"
},
"customFossaDepsFile": null,
"experimental": {
"allowedGradleConfigs": null,
"resolvePathDependencies": false,
"useV3GoResolver": "GoModulesBasedTactic"
},
"filterSet": {
"excludeFilters": {
"_combinedPaths": [],
"_combinedTargets": []
},
"includeFilters": {
"_combinedPaths": [],
"_combinedTargets": []
}
},
"firstPartyScansFlag": "FirstPartyScansUseDefault",
"grepOptions": {
"configFilePath": null,
"customLicenseSearch": [],
"keywordSearch": [],
"orgWideCustomLicenseScanConfigPolicy": "Use"
},
"includeAllDeps": {
"getFlag": false
},
"jsonOutput": {
"getFlag": false
},
"mavenScopeFilterSet": {
"contents": {
"scopes": []
},
"tag": "MavenScopeIncludeFilters"
},
"noDiscoveryExclusion": {
"getFlag": false
},
"overrideDynamicAnalysis": {
"unOverrideDynamicAnalysisBinary": []
},
"projectRevision": {
"projectBranch": "master",
"projectName": "https://nilsteampassnet:[email protected]/nilsteampassnet/TeamPass.git",
"projectRevision": "b85c6b9f65723313ef59c3efdc8aa38625d33869"
},
"scanDestination": {
"contents": [
{
"apiKey": "<REDACTED>",
"uri": "Nothing"
},
{
"projectJiraKey": null,
"projectLabel": [],
"projectLink": null,
"projectPolicy": null,
"projectReleaseGroup": null,
"projectTeam": null,
"projectTitle": null,
"projectUrl": null
}
],
"tag": "UploadScan"
},
"severity": "debug",
"unpackArchives": {
"getFlag": false
},
"vendoredDeps": {
"forceRescans": false,
"licenseScanMethod": null,
"licenseScanPathFilters": null
},
"vsiOptions": {
"binaryDiscoveryEnabled": {
"getFlag": false
},
"dynamicLinkingTarget": {
"unDynamicLinkInspect": null
},
"iatAssertion": {
"unIATAssertion": null
},
"vsiAnalysisEnabled": {
"getFlag": false
},
"vsiSkipSet": {
"unVSISkipResolution": []
}
}
},
"cmdName": "analyze"
},
"cliStartedAt": "2024-01-13T12:04:47.533088719Z",
"cliSystemInfo": {
"systemCapabilities": 8,
"systemDistroInfo": "Ubuntu 22.04.3 LTS",
"systemInfoArch": "x86_64",
"systemInfoOs": "linux",
"systemLddVersion": {
"Right": "ldd (Ubuntu GLIBC 2.35-0ubuntu3.6) 2.35\nCopyright (C) 2022 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nWritten by Roland McGrath and Ulrich Drepper.\n"
},
"systemProcessors": 8,
"systemUname": {
"Right": "Linux 5.15.137.3-microsoft-standard-WSL2 #1 SMP Mon Nov 6 23:32:38 UTC 2023 x86_64\n"
}
},
"cliTelLogs": [
{
"message": "----------\nFailed\n\n>>> Relevant errors\n\n Error\n\n Error parsing file: /var/www/html/TeamPass/package-lock.json.\n\n Error in $: not enough input\n\n If you believe this to be a defect, please report a bug to FOSSA support at https://support.fossa.com, with a copy of:\n /var/www/html/TeamPass/package-lock.json\n\n Traceback:\n - Parsing JSON file '/var/www/html/TeamPass/package-lock.json'\n - Parsing package-lock.json\n - Analyzing Npm Lockfile\n - Project Analysis: NpmProjectType\n\n>>> Possibly-related warnings\n\n Warning\n\n >>> Relevant errors\n\n Error\n\n Error parsing file: /var/www/html/TeamPass/package-lock.json.\n\n Error in $: not enough input\n\n If you believe this to be a defect, please report a bug to FOSSA support at https://support.fossa.com, with a copy of:\n /var/www/html/TeamPass/package-lock.json\n\n Traceback:\n - Parsing JSON file '/var/www/html/TeamPass/package-lock.json'\n - Project Analysis: NpmProjectType\n\n\n\n",
"severity": "error",
"ts": "2024-01-13T12:04:51.105910711Z"
},
{
"message": "----------\nAn Issue Occurred\n\nWarning\n\n Could not analyze edges between dependencies.\n\n Could not analyze deep dependencies.\n\n >>> Details\n\n We could not perform lockfile analysis for your nodejs project.\n\n Ensure valid lockfile exist and is readable prior to running fossa.\n For yarn package manager, you can perform: `yarn install` to install dependencies and generate lockfile.\n For node package manager, you can perform: `npm install` to install dependencies and generate lockfile.\n\n Refer to:\n - https://github.com/fossas/fossa-cli/blob/v3.8.30/docs/references/strategies/languages/nodejs/nodejs.md\n - https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json\n - https://classic.yarnpkg.com/lang/en/docs/yarn-lock/\n - https://yarnpkg.com/getting-started/qa#should-lockfiles-be-committed-to-the-repository\n\n >>> Relevant errors\n\n Error\n\n Lock files - yarn.lock or package-lock.json were not discovered.\n\n Traceback:\n - Project Analysis: NpmProjectType\n\n\n",
"severity": "warn",
"ts": "2024-01-13T12:04:51.131227211Z"
}
],
"cliTelemetryId": "fe1ad5da-617a-438b-81aa-3ee1796f7207",
"cliTimedDurations": [
{
"computationName": "NpmProjectType",
"durationInSeconds": 6.983e-4
},
{
"computationName": "NpmProjectType",
"durationInSeconds": 2.045e-4
},
{
"computationName": "ComposerProjectType",
"durationInSeconds": 1.31962e-2
}
],
"cliTotalDurationInSec": 5.820301687,
"cliUsageCounter": {},
"cliVersion": "v3.8.30"
}