⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
260 matches across 10 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …/serverless/lib/classes/config-schema-handler/index.js | 169 | const idx = this.schema.properties.build.anyOf.findIndex( |
| CRITICAL | packages/serverless/lib/plugins/python/lib/zip.js | 104 | this.serverless.service.package.patterns.push('unzip_requirements.py') |
| CRITICAL | packages/serverless/lib/plugins/python/lib/zip.js | 282 | this.serverless.service.package.patterns.push('.requirements.zip') |
| CRITICAL | …serverless/lib/plugins/aws/appsync/resources/Schema.js | 58 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …/lib/plugins/aws/appsync/resources/PipelineFunction.js | 15 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …erless/lib/plugins/aws/appsync/resources/JsResolver.js | 12 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …erless/lib/plugins/aws/appsync/resources/JsResolver.js | 46 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …erless/lib/plugins/aws/appsync/resources/JsResolver.js | 52 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …rverless/lib/plugins/aws/appsync/resources/Resolver.js | 79 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …rverless/lib/plugins/aws/appsync/resources/Resolver.js | 99 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …s/lib/plugins/aws/appsync/resources/MappingTemplate.js | 11 | throw new this.api.plugin.serverless.classes.Error( |
| CRITICAL | …ess/lib/plugins/aws/package/compile/events/schedule.js | 379 | resources.IamRoleLambdaExecution.Properties.AssumeRolePolicyDocument.Statement.find( |
| CRITICAL | …/lib/plugins/aws/package/compile/events/cloud-front.js | 796 | Resources.IamRoleLambdaExecution.Properties.AssumeRolePolicyDocument.Statement.find( |
| CRITICAL | …aws/package/compile/events/api-gateway/lib/rest-api.js | 24 | endpointType = this.serverless.service.provider.endpointType.toUpperCase() |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/util/src/proxy/aws.js | 53 | function shouldAwsEndpointsBypassProxy() { |
| LOW | packages/serverless/lib/plugins/python/lib/poetry.js | 12 | async function pyprojectTomlToRequirements(modulePath, pluginInstance) { |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 28 | function prependUvBootstrapCommands(pipCmds) { |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 575 | function getPackageNameFromPyproject(packagePath) { |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 595 | function getLocalPackagesFromRequirements(requirementsPath, servicePath) { |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 764 | async function installRequirementsIfNeeded( |
| LOW | packages/serverless/lib/plugins/python/lib/pipenv.js | 138 | function removeEditableFlagFromRequirementsString(requirementBuffer) { |
| LOW | packages/serverless/lib/plugins/python/lib/shared.js | 14 | function checkForAndDeleteMaxCacheVersions({ serverless, options, log }) { |
| LOW | packages/serverless/lib/plugins/python/lib/shared.js | 66 | function getRequirementsWorkingPath( |
| LOW | packages/serverless/lib/plugins/observability/index.js | 11 | export function determineObservabilityProviderFromConfig( |
| LOW | packages/serverless/lib/plugins/observability/index.js | 43 | function determineStageSpecificObservabilityProvider(observability, app) { |
| LOW | …erverless/lib/plugins/observability/dashboard/index.js | 10 | export function isDashboardObservabilityEnabled(configurationInput, stageName) { |
| LOW | …less/lib/plugins/aws/bedrock-agentcore/utils/naming.js | 32 | export function getNormalizedResourceName(resourceName) { |
| LOW | …erless/lib/plugins/aws/bedrock-agentcore/utils/tags.js | 18 | export function tagsToCloudFormationArray(tags) { |
| LOW | …erless/lib/plugins/aws/bedrock-agentcore/utils/tags.js | 28 | export function cloudFormationArrayToTags(tagsArray) { |
| LOW | …less/lib/plugins/aws/bedrock-agentcore/iam/policies.js | 828 | export function generateCodeInterpreterRole(name, config, context) { |
| LOW | …mples/python/langgraph-code-interpreter/test-invoke.py | 70 | def validate_code_interpreter(): |
| LOW | …les/javascript/langgraph-comprehensive/agents/index.js | 251 | function createCodeInterpreterTools(codeInterpreter) { |
| LOW | …s/lib/plugins/aws/bedrock-agentcore/dev/credentials.js | 59 | export function getCredentialExpirationMinutes(credentials) { |
| LOW | …s/lib/plugins/aws/bedrock-agentcore/dev/credentials.js | 76 | export function findDevPolicyStatementIndex(trustPolicy) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 112 | function buildNetworkConfiguration(network = {}) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 134 | function buildAuthorizerConfiguration(authorizer) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 172 | function buildLifecycleConfiguration(lifecycle) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 196 | function buildProtocolConfiguration(protocol) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 214 | function buildEnvironmentVariables(environment) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/runtime.js | 224 | function buildRequestHeaderConfiguration(requestHeaders) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/gateway.js | 36 | export function buildGatewayAuthorizerConfiguration(authConfig) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/gateway.js | 80 | export function buildGatewayProtocolConfiguration(protocolConfig) { |
| LOW | …lib/plugins/aws/bedrock-agentcore/compilers/browser.js | 35 | export function buildBrowserNetworkConfiguration(network = {}) { |
| LOW | …ins/aws/bedrock-agentcore/compilers/codeInterpreter.js | 33 | export function buildCodeInterpreterNetworkConfiguration(network = {}) { |
| LOW | …ugins/aws/bedrock-agentcore/compilers/gatewayTarget.js | 84 | export function buildCredentialProviderConfigurations(credentials) { |
| LOW | …ugins/aws/bedrock-agentcore/compilers/gatewayTarget.js | 146 | export function transformSchemaToCloudFormation(schema) { |
| LOW | …gins/aws/bedrock-agentcore/compilation/orchestrator.js | 48 | export function compileAgentCoreResources(config) { |
| LOW | …gins/aws/bedrock-agentcore/compilation/orchestrator.js | 848 | export function compileCodeInterpreterResources( |
| LOW | …s/serverless/lib/plugins/aws/custom-resources/index.js | 16 | async function addCustomResourceToService( |
| LOW | …resources/resources/cognito-user-pool/lib/user-pool.js | 19 | function getUpdateConfigFromCurrentSetup(currentSetup) { |
| LOW | …m-resources/resources/event-bridge/lib/event-bridge.js | 87 | async function updateTargetConfiguration(config) { |
| LOW | …m-resources/resources/event-bridge/lib/event-bridge.js | 126 | async function removeTargetConfiguration(config) { |
| LOW | …ess/lib/plugins/aws/lib/get-function-artifact-paths.js | 29 | export async function resolveFunctionArtifactPaths(serverless, packagePath) { |
| LOW | …erverless/lib/plugins/aws/package/compile/functions.js | 1445 | function extractLayerConfigurationsFromFunction( |
| LOW | …kage/compile/events/api-gateway/lib/usage-plan-keys.js | 4 | function createUsagePlanKeyResource( |
| LOW | …ge/compile/events/api-gateway/lib/hack/update-stage.js | 118 | function resolveApiGatewayResource(resources) { |
| LOW | …ge/compile/events/api-gateway/lib/hack/update-stage.js | 401 | async function removeAccessLoggingLogGroup() { |
| LOW | …ess/lib/plugins/aws/package/lib/function-log-groups.js | 27 | export default function buildFunctionLogGroupResources({ |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 174 | function applyWebsocketsPermissions({ functionObject, policyStatements }) { |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 339 | function applyCloudFrontPermissionsAndTrust({ |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 382 | function applySchedulerPermissionsAndTrust({ |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 458 | function applyFileSystemPermissions({ functionObject, policyStatements }) { |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 525 | function applyDestinationPermissions({ |
| LOW | …gins/aws/package/lib/roles-per-function-permissions.js | 562 | export default function applyPerFunctionPermissions({ |
| LOW | …ib/plugins/aws/invoke-local/runtime-wrappers/invoke.py | 26 | def get_remaining_time_in_millis(self): |
| LOW | …/java/src/test/java/com/serverless/RequestHandler.java | 7 | public class RequestHandler |
| LOW | …c/test/java/com/serverless/ConcreteRequestHandler.java | 3 | public class ConcreteRequestHandler extends AbstractRequestHandler { |
| LOW | …c/test/java/com/serverless/AbstractRequestHandler.java | 7 | public abstract class AbstractRequestHandler |
| LOW | …/serverless/lib/plugins/package/lib/package-service.js | 38 | function resolveServerlessConfigFileExcludes(serverless) { |
| LOW | …ages/serverless/lib/plugins/package/lib/zip-service.js | 165 | async function excludeNodeDevDependencies(serviceDir) { |
| LOW | packages/mcp/src/tools/list-resources.js | 73 | async function getCloudFormationStackResources( |
| LOW | packages/mcp/src/lib/project-finder.js | 42 | export async function findServerlessFrameworkProjects(workspaceDir) { |
| LOW | packages/mcp/src/lib/project-finder.js | 184 | export async function findCloudFormationProjects(workspaceDir) { |
| LOW | packages/mcp/src/lib/project-finder.js | 228 | export async function getServerlessProjectsInfo(workspaceDir) { |
| 33 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …re/examples/python/langgraph-basic-code/test-invoke.py | 22 | print("Error: RUNTIME_ARN environment variable is required.") |
| LOW | …re/examples/python/langgraph-basic-code/test-invoke.py | 74 | except Exception as e: |
| MEDIUM | …re/examples/python/langgraph-basic-code/test-invoke.py | 75 | print(f"Error invoking agent: {e}") |
| MEDIUM | …mples/python/langgraph-code-interpreter/test-invoke.py | 28 | print("Error: RUNTIME_ARN environment variable not set") |
| MEDIUM | …mples/python/langgraph-code-interpreter/test-invoke.py | 97 | print(f"Error: {result['error']}") |
| LOW | …re/examples/python/langgraph-code-interpreter/agent.py | 102 | except Exception as e: |
| MEDIUM | …/examples/python/langgraph-basic-docker/test-invoke.py | 22 | print("Error: RUNTIME_ARN environment variable is required.") |
| LOW | …/examples/python/langgraph-basic-docker/test-invoke.py | 71 | except Exception as e: |
| LOW | …examples/python/langgraph-multi-gateway/test-invoke.py | 80 | except Exception as e: |
| MEDIUM | …examples/python/langgraph-multi-gateway/test-invoke.py | 135 | print("Error: PUBLIC_RUNTIME_ARN environment variable is required.") |
| MEDIUM | …examples/python/langgraph-multi-gateway/test-invoke.py | 140 | print("Error: PRIVATE_RUNTIME_ARN environment variable is required.") |
| MEDIUM | …examples/python/langgraph-multi-gateway/test-invoke.py | 146 | print("Error: At least one of PUBLIC_RUNTIME_ARN or PRIVATE_RUNTIME_ARN is required.") |
| LOW | …/python/langgraph-multi-gateway/handlers/calculator.py | 71 | except Exception as e: |
| MEDIUM | …tcore/examples/python/langgraph-browser/test-invoke.py | 23 | print("Error: RUNTIME_ARN environment variable not set") |
| LOW | …k-agentcore/examples/python/langgraph-browser/agent.py | 89 | except Exception as e: |
| MEDIUM | …entcore/examples/python/strands-browser/test-invoke.py | 22 | print("Error: RUNTIME_ARN environment variable not set") |
| MEDIUM | …ntcore/examples/python/langgraph-memory/test-invoke.py | 26 | print("Error: RUNTIME_ARN environment variable is required.") |
| LOW | …ntcore/examples/python/langgraph-memory/test-invoke.py | 68 | except Exception as e: |
| MEDIUM | …ntcore/examples/python/langgraph-memory/test-invoke.py | 69 | print(f"Error: {e}") |
| LOW | …ck-agentcore/examples/python/langgraph-memory/agent.py | 100 | except Exception as e: |
| MEDIUM | …ck-agentcore/examples/python/langgraph-memory/agent.py | 101 | print(f"Error retrieving events: {e}") |
| LOW | …ck-agentcore/examples/python/langgraph-memory/agent.py | 168 | except Exception as e: |
| MEDIUM | …ck-agentcore/examples/python/langgraph-memory/agent.py | 169 | print(f"Error saving conversation: {str(e)}") |
| MEDIUM | …xamples/python/langgraph-browser-custom/test-invoke.py | 35 | print("Error: RUNTIME_ARN environment variable not set") |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 57 | except Exception as e: |
| MEDIUM | …xamples/python/langgraph-browser-custom/test-invoke.py | 58 | print(f"Error listing S3 bucket: {e}") |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 81 | except Exception as e: |
| MEDIUM | …xamples/python/langgraph-browser-custom/test-invoke.py | 82 | print(f"Error getting recordings: {e}") |
| MEDIUM | …xamples/python/langgraph-browser-custom/test-invoke.py | 141 | print(f"Error: {result['error']}") |
| LOW | …core/examples/python/langgraph-browser-custom/agent.py | 173 | except Exception as e: |
| MEDIUM | …ython/langgraph-code-interpreter-custom/test-invoke.py | 30 | print("Error: RUNTIME_ARN environment variable not set") |
| MEDIUM | …ython/langgraph-code-interpreter-custom/test-invoke.py | 99 | print(f"Error: {result['error']}") |
| LOW | …ples/python/langgraph-code-interpreter-custom/agent.py | 163 | except Exception as e: |
| MEDIUM | …tcore/examples/python/langgraph-gateway/test-invoke.py | 22 | print("Error: RUNTIME_ARN environment variable is required.") |
| LOW | …tcore/examples/python/langgraph-gateway/test-invoke.py | 75 | except Exception as e: |
| LOW | …amples/python/langgraph-gateway/handlers/calculator.py | 96 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/serverless/lib/plugins/python/lib/clean.js | 13 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/clean.js | 27 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/clean.js | 47 | // Step 3: Add cleanup artifacts for individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/clean.js | 53 | // Step 4: Add cleanup artifacts for shared package |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 889 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 903 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 923 | // Step 3: Install requirements for individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 966 | // Step 4: Install requirements for shared package |
| LOW | packages/serverless/lib/plugins/python/lib/pip.js | 992 | // Step 5: Install requirements for agents (always ARM64, always individual) |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 118 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 132 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 152 | // Step 3: Handle module relocation for individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 169 | // Step 4: Inject requirements into individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 190 | // Step 5: Inject requirements into shared package |
| LOW | packages/serverless/lib/plugins/python/lib/inject.js | 210 | // Step 6: Inject requirements into agent packages |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 31 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 45 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 69 | // Step 3: Add helper for individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 91 | // Step 4: Add helper for shared package |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 120 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 134 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 154 | // Step 3: Remove helper from individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 177 | // Step 4: Remove helper from shared package |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 201 | // Step 1: Get all Python functions and set default module |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 215 | // Step 2: Separate functions by packaging mode |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 235 | // Step 3: Pack requirements for individually packaged functions |
| LOW | packages/serverless/lib/plugins/python/lib/zip.js | 273 | // Step 4: Pack requirements for shared package |
| LOW | …ntcore/examples/python/langgraph-memory/test-invoke.py | 95 | # Step 1: Tell the agent your name |
| LOW | …ntcore/examples/python/langgraph-memory/test-invoke.py | 106 | # Step 2: Ask the agent to recall |
| LOW | …ntcore/examples/python/langgraph-memory/test-invoke.py | 113 | # Step 3: Verify |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 127 | # Step 1: Count existing recordings |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 132 | # Step 2: Invoke agent to browse example.com |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 150 | # Step 3: Wait for recording to be uploaded |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 170 | # Step 4: Validate results |
| LOW | …gentcore/examples/javascript/mcp-server/test-invoke.js | 122 | // Step 1: Initialize |
| LOW | …gentcore/examples/javascript/mcp-server/test-invoke.js | 125 | // Step 2: Send initialized notification |
| LOW | …gentcore/examples/javascript/mcp-server/test-invoke.js | 137 | // Step 3: List tools |
| LOW | …gentcore/examples/javascript/mcp-server/test-invoke.js | 140 | // Step 4: Call each tool |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | packages/util/src/docker/index.js | 192 | # Create a non-root user for security |
| MEDIUM | …gentcore/examples/python/langgraph-basic-code/agent.py | 51 | # Define the conversation state |
| MEDIUM | …gentcore/examples/python/langgraph-basic-code/agent.py | 57 | # Create the LangGraph |
| MEDIUM | …gentcore/examples/python/langgraph-basic-code/agent.py | 85 | # Define the entrypoint for AgentCore |
| MEDIUM | …re/examples/python/langgraph-code-interpreter/agent.py | 74 | # Create the LangGraph agent with code interpreter tools |
| MEDIUM | …ntcore/examples/python/langgraph-basic-docker/agent.py | 51 | # Define the conversation state |
| MEDIUM | …ntcore/examples/python/langgraph-basic-docker/agent.py | 57 | # Create the LangGraph |
| MEDIUM | …ntcore/examples/python/langgraph-basic-docker/agent.py | 85 | # Define the entrypoint for AgentCore |
| MEDIUM | …xamples/python/langgraph-multi-gateway/public_agent.py | 34 | # Define the conversation state |
| MEDIUM | …amples/python/langgraph-multi-gateway/private_agent.py | 35 | # Define the conversation state |
| MEDIUM | …k-agentcore/examples/python/langgraph-browser/agent.py | 47 | # Create the LangGraph agent with browser tools |
| MEDIUM | …ck-agentcore/examples/python/langgraph-memory/agent.py | 121 | # Define the chatbot node |
| MEDIUM | …ck-agentcore/examples/python/langgraph-memory/agent.py | 136 | # Create the graph |
| MEDIUM | …core/examples/python/langgraph-browser-custom/agent.py | 127 | # Create the LangGraph agent with our custom browser tool |
| MEDIUM | …ples/python/langgraph-code-interpreter-custom/agent.py | 117 | # Create the LangGraph agent with our custom code execution tool |
| MEDIUM | …k-agentcore/examples/python/langgraph-gateway/agent.py | 40 | # Define the conversation state |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | binary-installer/src/version_test.go | 501 | // ============================================================================= |
| LOW | docs/sf/providers/aws/guide/building.md | 41 | # we automatically add "aws-sdk/*" to the list of externals. |
| LOW | docs/sf/providers/aws/guide/serverless.yml.md | 21 | ```yml |
| LOW | docs/sf/providers/aws/guide/serverless.yml.md | 521 | # Maximum duration of the authentication session in seconds (default: 604800 seconds/7 days) |
| LOW | docs/sf/providers/aws/guide/serverless.yml.md | 721 | # Enable HTTP API logs |
| LOW | docs/sf/providers/aws/guide/serverless.yml.md | 741 | # Log full requests/responses for execution logging (default: true) |
| LOW | docs/sf/providers/aws/guide/serverless.yml.md | 921 | # allow or terminate recursive invocation loops between supported AWS services (default: terminate). Case-insensitiv |
| LOW | .devcontainer/devcontainer.json | 21 | // "postCreateCommand": "yarn install", |
| LOW | release-scripts/scripts/publishReleaseToMongo.js | 1 | import { MongoClient, ServerApiVersion } from 'mongodb' |
| LOW | …/classes/config-schema-handler/normalize-ajv-errors.js | 61 | // 3.4.1.1 Surface: No matching event error |
| LOW | …ython/langgraph-code-interpreter-custom/serverless.yml | 1 | # LangGraph Custom Code Interpreter Example |
| LOW | …ples/javascript/langgraph-comprehensive/serverless.yml | 1 | # LangGraph Comprehensive Example |
| LOW | …verless/lib/plugins/aws/bedrock-agentcore/dev/index.js | 61 | #mode // 'docker' or 'code' |
| LOW | …erless/lib/plugins/aws/package/compile/events/kafka.js | 141 | |
| LOW | …ns/aws/package/compile/events/api-gateway/lib/stage.js | 41 | // We'll change this in the future so that users can |
| LOW | …ns/aws/package/compile/events/api-gateway/lib/stage.js | 61 | // --- currently commented out since this is done via the SDK in updateStage.js --- |
| LOW | …e/compile/events/api-gateway/lib/method/integration.js | 281 | |
| LOW | packages/engine/src/lib/devMode/index.js | 81 | #network |
| LOW | …kages/engine/src/lib/deploymentTypes/sfaiAws/deploy.js | 901 | // await createEventBridgeIntegrations({ |
| LOW | packages/sf-core/tests/unit/resolvers/file-ts.test.js | 1 | import { jest } from '@jest/globals' |
| LOW | …core/tests/python/tests/base/requirements-w-hashes.txt | 1 | # |
| LOW | packages/sf-core/scripts/prepareDistributionTarballs.js | 181 | ), |
| LOW | packages/sf-core/scripts/pack-framework-dist.sh | 1 | #!/bin/bash |
| LOW | …kages/sf-core/src/lib/resolvers/providers/file/file.js | 141 | // tsx, ...) emits an ESM source as CJS, it marks the wrapping exports |
| LOW | .github/workflows/check-cla.yml | 41 | #custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign' |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …tcore/examples/python/langgraph-browser/test-invoke.py | 14 | |
| LOW | …k-agentcore/examples/python/langgraph-gateway/agent.py | 12 | |
| LOW | …_level_individually_all_individual/module2/handler2.py | 1 | |
| LOW | …_level_individually_all_individual/module1/handler1.py | 1 | |
| LOW | …unction_level_individually_subdirs/module2/handler2.py | 1 | |
| LOW | …unction_level_individually_subdirs/module1/handler1.py | 1 | |
| LOW | …re/tests/python/tests/individually/module2/handler2.py | 1 | |
| LOW | …re/tests/python/tests/individually/module1/handler1.py | 1 | |
| LOW | …sts/function_level_individually_slim/handler_shared.py | 1 | |
| LOW | …function_level_individually_slim/handler_individual.py | 1 | |
| LOW | …/tests/function_level_individually_mixed_rt/handler.py | 1 | |
| LOW | …unction_level_individually_mixed_pkg/handler_shared.py | 1 | |
| LOW | …ion_level_individually_mixed_pkg/handler_individual.py | 1 | |
| LOW | …n/tests/individually_mixed_runtime/module2/handler2.py | 1 | |
| LOW | …unction_level_individually_zip_mixed/handler_shared.py | 1 | |
| LOW | …ion_level_individually_zip_mixed/handler_individual.py | 1 | |
| LOW | …hon/tests/function_level_individually_basic/handler.py | 1 | |
| LOW | …ore/tests/python/tests/mixed_runtime_shared/handler.py | 1 | |
| LOW | …function_level_individually_override/handler_shared.py | 1 | |
| LOW | …tion_level_individually_override/handler_individual.py | 1 | |
| LOW | …tests/function_level_individually_zip_basic/handler.py | 1 | |
| LOW | …tests/function_level_individually_multiple/handler2.py | 1 | |
| LOW | …tests/function_level_individually_multiple/handler1.py | 1 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/util/src/docker/index.js | 199 | # Set ownership to non-root user |
| LOW | …mples/python/langgraph-code-interpreter/test-invoke.py | 104 | # Check if interpreter type is reported |
| LOW | …mples/python/langgraph-code-interpreter/test-invoke.py | 112 | # Check if the correct answer appears in the response (with or without comma formatting) |
| LOW | …xamples/python/langgraph-browser-custom/test-invoke.py | 146 | # Check if browser_id is returned (confirms custom browser was used) |
| LOW | …ython/langgraph-code-interpreter-custom/test-invoke.py | 106 | # Check if interpreter info is returned |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …re/examples/python/langgraph-basic-code/test-invoke.py | 27 | |
| LOW | …/examples/python/langgraph-basic-docker/test-invoke.py | 27 | |
| LOW | …examples/python/langgraph-multi-gateway/test-invoke.py | 36 | |
| LOW | …entcore/examples/python/strands-browser/test-invoke.py | 37 | |
| LOW | …ck-agentcore/examples/python/langgraph-memory/agent.py | 49 | |
| LOW | …ck-agentcore/examples/python/langgraph-memory/agent.py | 68 | |
| LOW | …ples/python/langgraph-code-interpreter-custom/agent.py | 56 | |
| LOW | …tcore/examples/python/langgraph-gateway/test-invoke.py | 28 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/serverless/lib/plugins/aws/dev/index.js | 1110 | `Don't forget to run "serverless deploy" immediately upon closing Dev Mode to restore your original code and r |
| LOW | …/lib/plugins/aws/package/compile/events/cloud-front.js | 380 | "Don't forget to manually remove your Lambda@Edge functions ", |