aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-02-03 14:02:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2022-02-03 14:02:33 +0000
commit99de21f2a15c52fd488b59aaaa418843955f9741 (patch)
treeba89dbc8527cc75548ce02b4ff66492186d1416b
parentc882e53799ba06d1945e0b90a21b36a5afe7bc59 (diff)
downloadports-99de21f2a15c52fd488b59aaaa418843955f9741.tar.gz
ports-99de21f2a15c52fd488b59aaaa418843955f9741.zip
security/vuxml: Fix recent lang/rust entry
PR: 261449
-rw-r--r--security/vuxml/vuln-2022.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index f619ea9e0a34..ae1795e6eed2 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -211,10 +211,13 @@
<name>rust</name>
<range><lt>1.58.1</lt></range>
</package>
+ <package>
+ <name>rust-nightly</name>
+ <range><lt>1.60.0.20220202</lt></range>
+ </package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
- <p>SO-AND-SO reports:</p>
<blockquote cite="https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html">
<p>The Rust Security Response WG was notified that the
std::fs::remove_dir_all standard library function is vulnerable to a
@@ -232,6 +235,7 @@
<dates>
<discovery>2022-01-20</discovery>
<entry>2022-01-31</entry>
+ <modified>2022-02-03</modified>
</dates>
</vuln>