Commit 359290e
committed
Replace Math.random() in CDS extractor
Addresses a code scanning alert related to the recent introduction
of the `Math.random()` function when creating a session ID for CDS
extractor logging. Replaces `Math.random()` with `Data.now()` in an
effort to remove any perception that the "session ID" is in any way
used in a "security context".1 parent 1c5d011 commit 359290e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments