You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ We use [semantic versioning](http://semver.org/):
5
5
- PATCH version when you make backwards compatible bug fixes.
6
6
7
7
# Next version
8
+
-[security fix]_agent_: The Teamscale access token was logged in clear text in DEBUG-level logs (e.g., when `debug=true` was set) and in the WARN-level log emitted when multiple `-javaagent` arguments are present. The token is now obfuscated in those logs as well, matching INFO-level behavior.
8
9
9
10
# 36.5.1
10
11
-[fix]_agent_: The profiled application no longer crashes when the profiler configuration is invalid (e.g., missing `teamscale-user`). Instead, the application starts normally without coverage collection.
Copy file name to clipboardExpand all lines: system-tests/teamscale-profiler-configuration-test/src/test/kotlin/com/teamscale/client/TeamscaleProfilerConfigurationSystemTest.kt
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,50 @@ class TeamscaleProfilerConfigurationSystemTest {
0 commit comments