Commit 02a852e
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 02a852e
2 files changed
Lines changed: 14 additions & 1 deletion
| 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 | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments