Swift: Change note.

This commit is contained in:
Geoffrey White
2024-08-01 16:24:53 +01:00
parent 61eb5cd55c
commit 14763f3bb5

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The `swift/constant-salt` ("Use of constant salts") query now considers string concatenation and interpolation as a barrier. As a result, there will be fewer false positive results from this query involving constructed strings.
* The `swift/constant-salt` ("Use of constant salts") query message now contains a link to the source node.