Commit 85d10ad
authored
Fix GRPC IAST tests (#7485)
## Summary of changes
In a previous PR, we updated the [GRPC
sample](https://github.com/DataDog/dd-trace-dotnet/pull/7457/files#diff-a584760853efe2efa5b346a11c7a95486f1c9aa7700bcdfb97729eba34e23135).
This has affected the IAST tests, that use it. Since the code ownership
was not set to ASM, the previous PR passed.
This PR:
* Updates the snapshots of the IAST tests. The location of the
vulnerability has changed (line number, changing the hash of the
vulnerability) This particular sample has debug information, so line
numbers are taken into account.
* The ownership of the sample has changed to include security.
* Deleted debug info in test.
## Reason for change
## Implementation details
## Test coverage
## Other details
<!-- Fixes #{issue} -->
<!-- 1 parent 4aa6f7d commit 85d10ad
File tree
3 files changed
+5
-4
lines changed- .github
- tracer/test
- Datadog.Trace.Security.IntegrationTests/IAST/Grpc
- snapshots
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments