Commit 84d4697
fix: remove hardcoded URLs and fix README badges
Security compliance improvements:
- detector.py: Make AWS metadata endpoint configurable
- Uses AWS SDK standard env vars (AWS_EC2_METADATA_SERVICE_ENDPOINT)
- AWS_EC2_METADATA_DISABLED=true to disable metadata calls
- Validate URL scheme (http/https only)
- No custom env vars - follows AWS SDK conventions
- README.md: Fix broken badges
- Remove OpenSSF badge (repo not yet public)
- Use static Python versions badge
- Simplify PyPI version badge
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Deborah Jacob <deborah@botanu.ai>1 parent a9635c8 commit 84d4697
2 files changed
+21
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
185 | 192 | | |
186 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
187 | 204 | | |
188 | 205 | | |
189 | 206 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 207 | + | |
| 208 | + | |
194 | 209 | | |
195 | 210 | | |
196 | 211 | | |
| |||
0 commit comments