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
The text was updated successfully, but these errors were encountered:
Marcuccio
changed the title
Add possibility to skip serialization of VULN, INFO, PRACTICE OR SERVICES
Add possibility to skip serialization of VULNS, INFOS, PRACTICES OR SERVICES
Jul 28, 2023
Look at: https://serde.rs/field-attrs.html#:~:text=%23%5Bserde(skip_serializing_if%20%3D%20%22path%22)%5D
#[serde(skip_serializing_if = "path")]
The text was updated successfully, but these errors were encountered: