Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We release patches for security vulnerabilities for the following versions:
If you discover a security vulnerability, please do the following:

1. **Do NOT** open a public issue
2. Email security details to: [your-email@example.com]
2. Use [GitHub Security Advisories](https://github.com/jongio/azd-extensions/security/advisories/new) to privately report a vulnerability
3. Include:
- Description of the vulnerability
- Steps to reproduce
Expand Down
556 changes: 556 additions & 0 deletions docs/archive/security-audit-2025-07-14.md

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
},
"dependencies": {
"@jongio/azd-web-core": "^2.4.0",
"astro": "^5.17.1"
"astro": "^5.17.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.2.1",
"tailwindcss": "^4.1.18",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.3.3",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"repository": {
Expand Down
150 changes: 111 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/install-all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ $registryUrl = "https://jongio.github.io/azd-extensions/registry.json"
$extensions = @(
@{ Name = "azd-app"; Id = "jongio.azd.app"; Path = Join-Path $parentDir "azd-app\cli" },
@{ Name = "azd-copilot"; Id = "jongio.azd.copilot"; Path = Join-Path $parentDir "azd-copilot\cli" },
@{ Name = "azd-exec"; Id = "jongio.azd.exec"; Path = Join-Path $parentDir "azd-exec\cli" }
@{ Name = "azd-exec"; Id = "jongio.azd.exec"; Path = Join-Path $parentDir "azd-exec\cli" },
@{ Name = "azd-rest"; Id = "jongio.azd.rest"; Path = Join-Path $parentDir "azd-rest\cli" }
)

# Ensure the jongio extension source is registered
Expand Down
Loading
Loading