You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo audit currently reports a number of issues with dependencies of the speedreader implementation. None of them look critical, but we should still address them.
Steps to Reproduce
cd src/brave/componets/speedreader/rust/lib
cargo audit
Actual result:
error: 6 vulnerabilities found!
warning: 2 allowed warnings found
Expected result:
Report should be clean
Reproduces how often:
Always. Running cargo audit on src/brave/build/rust only shows the chrono/time issue.
Brave version (brave://version info)
Brave 1.33.69
Version/Channel Information:
Can you reproduce this issue with the current release?
Can you reproduce this issue with the beta channel?
Can you reproduce this issue with the nightly channel?
Miscellaneous Information:
The text was updated successfully, but these errors were encountered:
Description
Running
cargo audit
currently reports a number of issues with dependencies of the speedreader implementation. None of them look critical, but we should still address them.Steps to Reproduce
cd src/brave/componets/speedreader/rust/lib
cargo audit
Actual result:
Expected result:
Report should be clean
Reproduces how often:
Always. Running
cargo audit
onsrc/brave/build/rust
only shows thechrono
/time
issue.Brave version (brave://version info)
Brave 1.33.69
Version/Channel Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: