Skip to content

Update Sama_Databricks_Connector_Tutorial.ipynb#12

Merged
edchan7-sama merged 1 commit into
mainfrom
refactoring
Sep 21, 2023
Merged

Update Sama_Databricks_Connector_Tutorial.ipynb#12
edchan7-sama merged 1 commit into
mainfrom
refactoring

Conversation

@edchan7-sama

Copy link
Copy Markdown
Contributor

Jira story:

Description

Security Checklist

  • Verified that all input (HTML form fields, REST requests, URL parameters, HTTP headers, cookies, batch files, RSS feeds, etc) is validated using positive validation (allow lists).

  • Verified that data selection or database queries (e.g. SQL, HQL, ORM, NoSQL) use parameterized queries, ORMs, entity frameworks, or are otherwise protected from database injection attacks.

  • Verified that output encoding is relevant for the interpreter and context required. For example, use encoders specifically for HTML values, HTML attributes, JavaScript, URL parameters, HTTP headers, SMTP, and others as the context requires, especially from untrusted inputs (e.g. names with Unicode or apostrophes, such as ねこ or O'Hara).

  • Verified that key material is not exposed to the application but instead uses an isolated security module like a vault for cryptographic operations.

@edchan7-sama
edchan7-sama merged commit 78d72d0 into main Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant