Fixes a secret-protection false positive where an allowlisted file was still blocked when it was passed as an assignment value.
Fixed
- Fixed allowlisted paths being blocked when supplied through an
exportassignment or Git's global-coption, such asexport GIT_SSL_CAINFO=/path/to/ca.pemorgit -c http.sslCAInfo=/path/to/ca.pem ls-remote origin. ExplicitdenyPathsentries and coding-CLI configuration protection still take precedence, and ordinary filenames containing=are still inspected as paths. (#109)