diff options
Diffstat (limited to '')
-rw-r--r-- | dom/webauthn/cbor-cpp/src/README-MOZILLA | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/webauthn/cbor-cpp/src/README-MOZILLA b/dom/webauthn/cbor-cpp/src/README-MOZILLA new file mode 100644 index 0000000000..7552af4db9 --- /dev/null +++ b/dom/webauthn/cbor-cpp/src/README-MOZILLA @@ -0,0 +1,5 @@ +This library [1] has been stripped down to only the CBOR encoding parts, as there are outstanding issues [2] +related to memory safety for the decoder. + +[1] https://github.com/naphaso/cbor-cpp/ +[2] https://github.com/naphaso/cbor-cpp/issues/8 |