From 321b00e9f88a8011025656a0e40b969076d8f138 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:17:22 +0200 Subject: [PATCH 1/7] Update adv-docker-configs.md --- docs/adv/advanced/adv-docker-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adv/advanced/adv-docker-configs.md b/docs/adv/advanced/adv-docker-configs.md index 826b224b39..b6aa1453fe 100644 --- a/docs/adv/advanced/adv-docker-configs.md +++ b/docs/adv/advanced/adv-docker-configs.md @@ -22,7 +22,7 @@ docker compose -f docker-compose.yml -f compose-debug.yml up - `docker-compose.override.yml.sample` is intended to override the default configuration provided in `docker-compose.yml`. This is useful when, for example, you wish to add port mappings or want to disable a container. -- To use it, just copy the sample file to `docker-compose.override.yml` and customise it to your liking. Please create this file ONLY when you want to tweak something. This is because the default override file is empty and docker errors if you provide an empty compose file. +- To use it, just copy the sample file to `docker-compose.override.yml` and customize it to your liking. Please create this file ONLY when you want to tweak something. This is because the default override file is empty and docker errors if you provide an empty compose file. ```shell cp docker-compose.override.yml.sample docker-compose.override.yml From 134e0a92b796efdb4ac9d83af76ed961c724593e Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:18:01 +0200 Subject: [PATCH 2/7] Update quickstart-combine.md --- docs/adv/advanced/quickstart-combine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adv/advanced/quickstart-combine.md b/docs/adv/advanced/quickstart-combine.md index 6229c33af1..19315d7bda 100644 --- a/docs/adv/advanced/quickstart-combine.md +++ b/docs/adv/advanced/quickstart-combine.md @@ -81,7 +81,7 @@ Doing so can potentially cause the combination process to fail. Run the following command: ```shell -# Combine a clusters private keys +# Combine a cluster private keys docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.2.0 combine --cluster-dir /opt/charon/cluster --output-dir /opt/charon/combined ``` From bae14836a97e5af8b311529c3297de7556d82c1a Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:20:18 +0200 Subject: [PATCH 3/7] Update bug-bounty.md --- docs/adv/security/bug-bounty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adv/security/bug-bounty.md b/docs/adv/security/bug-bounty.md index accdc2d72e..74c4f382bd 100644 --- a/docs/adv/security/bug-bounty.md +++ b/docs/adv/security/bug-bounty.md @@ -16,7 +16,7 @@ Participants must meet the following criteria to be eligible for the Bug Bounty - Not reside in countries where participation in such programs is prohibited. - Be at least 14 years of age and possess the legal capacity to participate. - Have received consent from your employer, if applicable. -- Not have been employed or contracted by Obol Labs, nor be an immediate family member of an employee, within the last 12 months. +- Not have been employed or contracted by Obol Labs, nor have they been an immediate family member of an employee, within the last 12 months. ## Scope of the Program From 84b15a9e71de2b4a9454544e24f0b0c1428b7174 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:22:19 +0200 Subject: [PATCH 4/7] Update ev-assessment.md --- docs/adv/security/ev-assessment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adv/security/ev-assessment.md b/docs/adv/security/ev-assessment.md index dee3538934..e0d19b1426 100644 --- a/docs/adv/security/ev-assessment.md +++ b/docs/adv/security/ev-assessment.md @@ -262,7 +262,7 @@ We removed individual’s ability to merge changes without review, enforced MFA, ### Vulnerability Disclosure -During the interviews, I got some conflicting information when asking about Obol’s vulnerability disclosure process. +During the interviews, I got some conflicting information when asked about Obol’s vulnerability disclosure process. Some interviewees directed me towards Obol’s security repo, which details security contacts: [ObolNetwork/obol-security](https://github.com/ObolNetwork/obol-security), while some answered that disclosure should happen primarily through Immunefi. While these may both be part of the correct answer, it seems that Obol’s disclosure process may not be as well-defined as it could be. Here are some notes: @@ -282,7 +282,7 @@ we addressed all of the concerns in the obol-security repository: 1. The security policy link has been fixed 2. The Bug Bounty program received an overhaul and clearly states rewards, eligibility, and scope - 3. We list two GPG public keys for which we accept encrypted vulnerabilities reports. + 3. We list two GPG public keys for which we accept encrypted vulnerability reports. We are actively working towards integrating Immunefi in our security pipeline. From 3bf95bea6c509fe9c942d4065c64d22386894fef Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:22:50 +0200 Subject: [PATCH 5/7] Update overview.md --- docs/adv/security/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adv/security/overview.md b/docs/adv/security/overview.md index 30ff11dc90..921ed63b12 100644 --- a/docs/adv/security/overview.md +++ b/docs/adv/security/overview.md @@ -19,7 +19,7 @@ This page is updated quarterly. The last update was on 2024-June-19. ## List of Security Audits and Assessments -The completed audits reports are linked [here](https://github.com/ObolNetwork/obol-security/tree/main/audits). +The completed audit reports are linked [here](https://github.com/ObolNetwork/obol-security/tree/main/audits). - A review of Obol Labs [development processes](./ev-assessment) by [Ethereal Ventures](https://www.etherealventures.com/). From 04c58a108b34b3543fc8aa5ed72eb610b78f31e1 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:30:45 +0200 Subject: [PATCH 6/7] Update errors.mdx --- docs/adv/troubleshooting/errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adv/troubleshooting/errors.mdx b/docs/adv/troubleshooting/errors.mdx index 1f93600b70..23aca38dfb 100644 --- a/docs/adv/troubleshooting/errors.mdx +++ b/docs/adv/troubleshooting/errors.mdx @@ -154,7 +154,7 @@ docker compose logs

- This could be linked to a internet connection being too slow or relying on + This could be linked to an internet connection being too slow or relying on a slow third-party service such as Infura.

From 9b901568a1bd939c2bd3f619428f564517dcc41b Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 14 Dec 2024 21:32:28 +0200 Subject: [PATCH 7/7] Update techne.md --- docs/gov/community/techne.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gov/community/techne.md b/docs/gov/community/techne.md index 0848af6895..5e54d7cfcf 100644 --- a/docs/gov/community/techne.md +++ b/docs/gov/community/techne.md @@ -100,7 +100,7 @@ Additional Resources **It looks like there is no wave active right now, how can I earn a Techne Credential?** -There are curerntly no active waves for earning Base or Bronze, but we plan to offer another wave in January of 2025. Currently, you still do have the ability to earn Silver. Please head to the [Obol Discord](https://discord.gg/obol) to learn more about earning a Silver Techne Credential. +There are currently no active waves for earning Base or Bronze, but we plan to offer another wave in January of 2025. Currently, you still do have the ability to earn Silver. Please head to the [Obol Discord](https://discord.gg/obol) to learn more about earning a Silver Techne Credential. **It has been 24 hours since I filled out the form to receive my Holesky ETH, but I haven't received anything yet. Is this normal?** @@ -116,4 +116,4 @@ Yes, those running a DV on mainnet have the opportunity to earn the Silver Techn **I don’t have the Base Credential but I have enough Holesky ETH to run 50 validators, can I aim for the Bronze Techne?** -Yes, you can. Please send a message on [Discord](https://discord.gg/obol) in the #techne-applicants channel explaining your desire to run for Bronze using your own Holesky ETH. \ No newline at end of file +Yes, you can. Please send a message on [Discord](https://discord.gg/obol) in the #techne-applicants channel explaining your desire to run for Bronze using your own Holesky ETH.