Skip to content

Commit db6ff1d

Browse files
committed
Rust: Add change note
1 parent cb7f155 commit db6ff1d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* The alert locations for data flow queries have been improved. The new locations are more precise and are based on the actual source and sink nodes. Example:
5+
```rust
6+
let _ = conn.query(
7+
// ^^^^ old alert location
8+
unsafe_query.as_str(),
9+
// ^^^^^^^^^^^^^^^^^^^^^ new alert location
10+
)?;
11+
```
12+
This means that some alerts will have their locations changed, and hence appear as new alerts (while the old alerts will disappear).

0 commit comments

Comments
 (0)