Skip to content

Commit 46ebb83

Browse files
committed
housekeeping: update security policy, add bash strict mode to codespace setup
1 parent 1623cd0 commit 46ebb83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SECURITY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
| Version | Supported |
66
| ----------------- | --------- |
7-
| 2.0.0 (Idol) ||
7+
| 2.2.0 ||
8+
| 2.1.1 ||
9+
| 2.1.0 (Starboy) | :x: |
10+
| 2.0.0 (Idol) | :x: |
811
| 1.2.1 | :x: |
912
| 1.2.0 (Whalefall) | :x: |
1013
| 1.1.1 | :x: |

codespace-basic-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euxo pipefail
23

34
#fix the uuidgen command not found error
45
sudo apt update

0 commit comments

Comments
 (0)