- docker
- ubuntu
| #!/usr/bin/env bash | |
| # ───────────────────────────────────────────────────────────────────────────── | |
| # detect-mini-shai-hulud.sh | |
| # | |
| # Scans every git project under the CWD across ALL branches (local + already | |
| # fetched remote-tracking branches) for npm packages compromised in the | |
| # "Mini Shai-Hulud" supply-chain attack (npm ecosystem, 2026). | |
| # | |
| # For every watched package found in any lockfile on any branch, the script | |
| # reports the project, branch, package, version, and whether that version is |
| Developer Guide | |
| # Amazon DocumentDB | |
| Copyright © 2025 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. | |
| **Amazon DocumentDB: Developer Guide** | |
| BEGIN:VCALENDAR | |
| VERSION:2.0 | |
| BEGIN:VEVENT | |
| RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=-1;BYDAY=SU,MO,TU,WE,TH,FR,SA | |
| SUMMARY:Event for the end of the month | |
| DTSTART;VALUE=DATE:20230631 | |
| SEQUENCE:0 | |
| DESCRIPTION:Write description of the event here | |
| END:VEVENT | |
| END:VCALENDAR |
| service: laravel | |
| provider: | |
| name: aws | |
| # The AWS region in which to deploy (us-east-1 is the default) | |
| region: us-east-1 | |
| # The stage of the application, e.g. dev, production, staging… ('dev' is the default) | |
| stage: dev | |
| runtime: provided.al2 |
| const util = require("util"); | |
| const data = { | |
| test: [ | |
| { | |
| address: { | |
| street: ["kathmandu"], | |
| ward: 30, | |
| mainStreet: "SK", | |
| fullAddress: { |