CVE-2024-27322: update NEWS.Rd
At install time the other NEWS files will be
re-generated from NEWS.Rd.
To check if your R version is patched, search for
'CVE-2024-27322' in the NEWS. From the command line:
```
grep -C 5 CVE-2024-27322 /opt/R/4.0.0/lib/R/doc/NEWS
```
From R:
```
options(browser = "false")
news(grepl("CVE-2024-27322", Text))
```
This commit is contained in:
parent
e7a491969d
commit
42f8c4bd77
1 changed files with 283 additions and 238 deletions
|
|
@ -45,18 +45,20 @@ index a389f71311..a190fbf8f3 100644
|
|||
SEXP object, icon, type, ver, fun;
|
||||
object = CAR(args); args = CDR(args);
|
||||
icon = CAR(args); args = CDR(args);
|
||||
diff --git a/doc/NEWS b/doc/NEWS
|
||||
index 690d0d4..91658c3 100644
|
||||
--- a/doc/NEWS
|
||||
+++ b/doc/NEWS
|
||||
@@ -1,5 +1,10 @@
|
||||
R News
|
||||
diff --git a/doc/NEWS.Rd b/doc/NEWS.Rd
|
||||
index 62f25ae..82dfac6 100644
|
||||
--- a/doc/NEWS.Rd
|
||||
+++ b/doc/NEWS.Rd
|
||||
@@ -6,6 +6,12 @@
|
||||
\encoding{UTF-8}
|
||||
|
||||
+CHANGES IN POSIT'S BUILD FROM https://github.com/rstudio/r-builds
|
||||
+
|
||||
+ * readRDS() and unserialize() now signal an error instead of returning a PROMSXP,
|
||||
+ to fix CVE-2024-27322.
|
||||
+
|
||||
CHANGES IN R 4.2.0:
|
||||
|
||||
SIGNIFICANT USER-VISIBLE CHANGES:
|
||||
\section{\Rlogo CHANGES IN R 4.2.0}{
|
||||
+ \subsection{CHANGES IN POSIT'S BUILD FROM \url{https://github.com/rstudio/r-builds}}{
|
||||
+ \itemize{
|
||||
+ \item readRDS() and unserialize() now signal an error instead of
|
||||
+ returning a PROMSXP, to fix CVE-2024-27322.
|
||||
+ }
|
||||
+ }
|
||||
\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{
|
||||
\itemize{
|
||||
\item The \code{formula} method of \code{aggregate()} now matches
|
||||
|
|
|
|||
Loading…
Reference in a new issue