Skip to content

Commit

Permalink
Fix a formatting issue in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tod Beardsley committed Nov 12, 2022
1 parent 97ebdd6 commit a48ec58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cve-twitter-refs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ What follows is a journal/log of what I've tried so far.
First, let's get the list of CVEs that have Twitter references. That's easy
and fun on the NVD's website:

`curl --location
```bash
curl --location
"https://services.nvd.nist.gov/rest/json/cves/2.0?keywordSearch=twitter.com%2F"
> cves.json`
> cves.json
```

Format that thing with `jq` so I can actually read it:

Expand Down Expand Up @@ -226,6 +228,8 @@ tweets were archived at all.
* This kind of thing should be done
for all references. Two is one and one is none, and all that.
* I still don't know how to handle WARC files beyond a text editor.
* This README has typoes that I'm not all that interested in fixing. It's part
of the charm of contemporaneous note-taking.

# Thanks

Expand Down

0 comments on commit a48ec58

Please sign in to comment.