Skip to content

Commit 14cc89c

Browse files
committed
Sync docs
Signed-off-by: Kemal Akkoyun <[email protected]>
1 parent 252de71 commit 14cc89c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Kernel stack traces are immediately symbolized by the Parca Agent since the Kern
8181

8282
Binaries or shared libraries/objects that contain debug symbols have their symbols extracted and uploaded to the remote server. The remote server can then use it to symbolize the stack traces at read time rather than in the agent. This also allows debug symbols to be uploaded separately if they are stripped in a CI process or retrieved from symbol servers such as [debuginfod](https://sourceware.org/elfutils/Debuginfod.html), [Microsoft symbol server](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/microsoft-public-symbols), or [others](https://getsentry.github.io/symbolicator/).
8383

84-
Future integrations of interpreted (eg. Ruby, nodejs, python) or JIT languages (eg. JVM) must resolve symbols to their pprof `Location` `Line`s and `Function`s directly in the agent and persisted in the pprof profile since their dynamic nature cannot be guarateed to be stable.
84+
Future integrations of interpreted (e.g. Ruby, nodejs, python) or JIT languages (e.g. JVM) must resolve symbols to their pprof `Location` `Line`s and `Function`s directly in the agent and persisted in the pprof profile since their dynamic nature cannot be guaranteed to be stable.
8585

8686
## Send data to server
8787

docs/security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Parca Agent supply chain uses [Dependabot](https://docs.github.com/en/code-secur
4343

4444
## Report Security Vulnerabilities
4545

46-
As with any complex system, it is near certain that bugs will be found, some of them security-relevant. If you find a security bug, please report it privately to the [[email protected]](mailto:[email protected]) mailing list.
46+
As with any complex system, it is near certain that bugs will be found, some of them security-relevant. If you find a security bug, please report it privately to the [[email protected]](mailto:[email protected]) mailing list.
4747
We will fix the issue as soon as possible and coordinate a release date with you. You will be able to choose if you want public acknowledgement of your effort and if you want to be mentioned by name.
4848

4949
Parca is maintained by volunteers, not by a company. Therefore, fixing security issues is done on a best-effort basis. We strive to release security fixes within 7 days.

0 commit comments

Comments
 (0)