Skip to content

Commit 02f6815

Browse files
Merge pull request #894 from oracle-devrel/oci-security-health-check-standard-update-240315
OCI Security Health Check - Standard Edition: Fixed typos and links in the flyer.
2 parents 74ea325 + 0684948 commit 02f6815

File tree

4 files changed

+20
-28
lines changed

4 files changed

+20
-28
lines changed

security/security-design/shared-assets/oci-security-health-check-standard/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 240229
5+
Version: 240315
66

77
Reviewed: 01.02.2024
88

@@ -29,24 +29,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
2929

3030
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
3131

32-
- Download the latest distribution [oci-security-health-check-standard-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
32+
- Download the latest distribution [oci-security-health-check-standard-240315.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.zip).
3333
- Download the respective checksum file:
34-
- [oci-security-health-check-standard-240229.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512).
35-
- [oci-security-health-check-standard-240229.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512256).
34+
- [oci-security-health-check-standard-240315.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.sha512).
35+
- [oci-security-health-check-standard-240315.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.sha512256).
3636
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
3737

3838
On MacOS:
3939
```
40-
$ cd <your_downloads_directory>
41-
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
42-
oci-security-health-check-standard-240229.zip: OK
40+
cd <your_downloads_directory>
41+
shasum -a 512256 -c oci-security-health-check-standard-240315.sha512256
4342
```
4443
4544
On Linux (including Cloud Shell):
4645
```
47-
$ cd <your_downloads_directory>
48-
$ sha512sum -c oci-security-health-check-standard-240229.sha512
49-
oci-security-health-check-standard-240229.zip: OK
46+
cd <your_downloads_directory>
47+
sha512sum -c oci-security-health-check-standard-240315.sha512
5048
```
5149
5250
**Reject the downloaded file if the check fails!**

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 240229
5+
Version: 240315
66

77
## When to use this asset?
88

@@ -18,22 +18,20 @@ This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrast
1818

1919
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
2020

21-
- Download the latest distribution [oci-security-health-check-standard-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
22-
- Download the respective checksum file [oci-security-health-check-standard-240229.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512256).
21+
- Download the latest distribution [oci-security-health-check-standard-240315.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.zip).
22+
- Download the respective checksum file [oci-security-health-check-standard-240315.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240315/oci-security-health-check-standard-240315.sha512256).
2323
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
2424

2525
On MacOS:
2626
```
27-
$ cd <your_downloads_directory>
28-
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
29-
oci-security-health-check-standard-240229.zip: OK
27+
cd <your_downloads_directory>
28+
shasum -a 512256 -c oci-security-health-check-standard-240315.sha512256
3029
```
3130
3231
On Linux (including Cloud Shell):
3332
```
34-
$ cd <your_downloads_directory>
35-
$ sha512sum -c oci-security-health-check-standard-240229.sha512
36-
oci-security-health-check-standard-240229.zip: OK
33+
cd <your_downloads_directory>
34+
sha512sum -c oci-security-health-check-standard-240315.sha512
3735
```
3836
3937
**Reject the downloaded file when the check fails!**
@@ -114,7 +112,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
114112
- Upload the distribution file.
115113
- Extract it
116114
```
117-
$ unzip -q oci-security-health-check-standard-230922.zip
115+
unzip -q oci-security-health-check-standard-240315.zip
118116
```
119117
120118
### Run the script
@@ -156,9 +154,7 @@ The report results are summarized in two files:
156154
157155
### Known Issues
158156
159-
#### Wrong urllib3 version
160-
161-
There is a known dependency between Python urllib3 version 2 and the OS installed version of OpenSSL. The script tries to handle this automatically using a working version of urllib3. If the handling does not work let us know.
157+
No known issues.
162158
163159
## Credits
164160

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5-
Version: 240229
5+
Version: 240315
66

77
When to use this asset?
88

@@ -77,7 +77,7 @@ Usage
7777
- From the menu select the Cloud Shell item.
7878
- When running it the first time:
7979
- Upload the provided ZIP file.
80-
- Extract it with unzip -q oci-security-health-check-standard-230922.zip
80+
- Extract it with unzip -q oci-security-health-check-standard-240315.zip
8181
- Change directory into oci-security-health-check-standard
8282
$ cd oci-security-health-check-standard
8383
$ screen
@@ -98,9 +98,7 @@ Usage
9898

9999
4 Known Issues
100100

101-
4.1 Wrong urllib3 version
102-
103-
There is a known dependency between Python urllib3 version 2 and the OS installed version of OpenSSL. The script tries to handle this automatically using a working version of urllib3. If the handling does not work let us know.
101+
No known issues.
104102

105103
5 Credits
106104

0 commit comments

Comments
 (0)