Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaolin authored Mar 16, 2023
1 parent b3d5abe commit 79f25d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Download the latest release of the tpm-vuln-checker library from the following l
tpm-vuln-checker check
```

### Upload anonymized TPM data to a custom URL
We aggregate data from the TPM to evaluate TPM 2.0 metrics when you use the tool --upload
If you want to use the data on your own you can define a custom upload url. The tool will do a HTTP POST with muti part for data (JSON).
The filename send in the POST is a random UUID with a .json ending.

```
tpm-vuln-checker --url=https://your.domain check --upload
```

## Vulnerabilities Detected
This tool is designed to detect the following vulnerabilities using the tpm-vuln-checker library:

Expand Down

0 comments on commit 79f25d7

Please sign in to comment.