Skip to content

Commit

Permalink
debug4
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 9, 2023
1 parent cd47bd0 commit fe8a2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/generate-cran-versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ osv_raw <- '{"id":"RSEC-2023-0","summary":"Out-of-bounds write and stack based b

osv <- jsonlite::fromJSON(osv_raw)

print(osv$affected)

for (affected in osv$affected) {
print(affected$package$name)
}
Expand Down

0 comments on commit fe8a2dc

Please sign in to comment.