Commit 9d1ca63
committed
ci: Address some pesky SonarQube false-positive warnings
SonarQube static analysis complains about our use of our
`simd::shuffle`, saying we aren't using a cryptographically strong
random number generator, hilariously confusing the fact that we have
named this operation "shuffle" with the (unrelated!) potential error
of not using a good permutation/shuffle algorithm.
Also there are complaints about using http: instead of https:, but
this isn't a security problem, it's part of the metadata namespacing
for XMP.
I learned that there's a way to put specific exlusions in
sonar-project.properties, so here it is, finally silencing these
warnings.
Signed-off-by: Larry Gritz <lg@larrygritz.com>1 parent ff2ebd8 commit 9d1ca63
3 files changed
Lines changed: 22 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
28 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3199 | 3199 | | |
3200 | 3200 | | |
3201 | 3201 | | |
3202 | | - | |
| 3202 | + | |
3203 | 3203 | | |
3204 | | - | |
3205 | | - | |
| 3204 | + | |
| 3205 | + | |
3206 | 3206 | | |
3207 | | - | |
3208 | | - | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
3209 | 3211 | | |
3210 | | - | |
| 3212 | + | |
3211 | 3213 | | |
3212 | 3214 | | |
3213 | 3215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments