Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions empty.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Empty module to satisfy Turbopack resolveAlias fallback for Node.js modules
// See turbopack config in next.config.ts
export default {}
14 changes: 13 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,21 @@ const config: NextConfig = {
}
})
},

// Turbopack is the default bundler in Next.js 16
// Keep webpack config for now to support both bundlers
turbopack: {},

// Turbopack configuration for Next.js 16 (replaces webpack fallbacks)
turbopack: {
resolveAlias: {
fs: {
browser: './empty.ts', // Point to empty module when fs is requested for browser
},
async_hooks: {
browser: './empty.ts', // Point to empty module when async_hooks is requested for browser
},
},
},

webpack: (webpackConfig) => {
webpackConfig.experiments = webpackConfig.experiments || {}
Expand Down
24 changes: 24 additions & 0 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,18 @@
hasValidityCheck: false
base64Supported: false
isduplicate: false
- provider: Azure
supportedSecret: Azure Logic Apps URL
secretType: azure_logic_apps_url
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
base64Supported: false
isduplicate: true
- provider: Azure
supportedSecret: Azure Luis Authoring Key
secretType: azure_luis_authoring_key
Expand Down Expand Up @@ -3646,6 +3658,18 @@
hasValidityCheck: false
base64Supported: false
isduplicate: false
- provider: Microsoft
supportedSecret: Power Automate Webhook SAS
secretType: power_automate_webhook_sas
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
base64Supported: false
isduplicate: false
- provider: Midtrans
supportedSecret: Midtrans Production Server Key
secretType: midtrans_production_server_key
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "3bed2fa063dac9b9fe32ad40e443f9f2d13552cb",
"blob-sha": "4f068f52cef990e0c1be118f1ca4772ec504a33c",
"sha": "9ed20806a18f3c8cd5abe7a37425202ac4091838",
"blob-sha": "cb935d881ea843613a98fdcc5320f26554f59913",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}