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
Supporting a qualified path in affected.functions field would allow to describe the affected functions more precisely, especially when the bug is inside a trait implementation.
The text was updated successfully, but these errors were encountered:
I relaxed the checks for the contents of this field quite a bit in rustsec crate v0.22, but this case is still disallowed.
I'm thinking in the next release we can remove pretty much all of the validity checks from this field and move them into the linting process so they're easy to change.
Note that we still won't be able to populate this field with anything that breaks the current rules until all clients have updated, however.
Continued from: #320 (comment)
Supporting a qualified path in
affected.functions
field would allow to describe the affected functions more precisely, especially when the bug is inside a trait implementation.The text was updated successfully, but these errors were encountered: