Commit ae4047c
committed
tools: plugin: ov_noise_suppression: address review feedback
Replace the magic number (1u << 24) with a descriptive macro
NS_MAX_SHAPE_DIM at both validation sites in the noise suppression
interface. This makes the intent of the upper bound self-documenting.
Update the test copyright header: set the year to 2026 (current) and
attribute authorship to a real name and email rather than the anonymous
"Security Team" placeholder, per project convention.
Signed-off-by: OrbisAI Security <mediratta01.pally@gmail.com>1 parent 3ead62e commit ae4047c
2 files changed
Lines changed: 5 additions & 4 deletions
File tree
- tools/plugin/modules/ov_noise_suppression
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments