Commit 2c07e89
flowcore-platform
fix: prevent error information leakage in data sources page
- Changed console.error to log only error.message instead of full error object
- Prevents potential exposure of sensitive internal details and stack traces
- Implements secure error logging as recommended by security validation
- Resolves high-risk security issue identified in PR validation1 parent e36b603 commit 2c07e89
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments