Skip to content

fix: FF1 floating-point b-bug + strict NIST domain checks #14

fix: FF1 floating-point b-bug + strict NIST domain checks

fix: FF1 floating-point b-bug + strict NIST domain checks #14

Triggered via push May 22, 2026 21:39
Status Success
Total duration 24s
Artifacts

codeql.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
analyze: src/FF3.php#L107
Match expression does not handle remaining values: int<0, 15>|int<17, 23>|int<25, 31>|int<33, max>
analyze: src/FF1.php#L77
Match expression does not handle remaining values: int<0, 15>|int<17, 23>|int<25, 31>|int<33, max>
analyze: src/Cyphera.php#L51
Strict comparison using !== between mixed and null will always evaluate to true.