书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 570 个相关结果.
  • 14.1. prqlc CLI

    PRQL compiler CLI — prqlc Usage prqlc compile Installation via Homebrew (macOS, Linux) via winget (Windows) From GitHub release page From source Shell completions Bash fish ...
  • Introduction

    Introduction Primary Defenses Defense Option 1: Prepared Statements (with Parameterized Queries) Defense Option 2: Stored Procedures Defense Option 3: Whitelist Input Validation...
  • SQL Injection Prevention

    Introduction Primary Defenses Defense Option 1: Prepared Statements (with Parameterized Queries) Defense Option 2: Stored Procedures Defense Option 3: Whitelist Input Validation...
  • 操作项

    操作项 操作项信息一览 System Operators 重载脚本 内存统计 调试菜单 重绘计时器 Clean Up Space-Data 操作项 操作项信息一览 参考 菜单 Help ‣ Operator Cheat Sheet 环境 Enable Developer Extras Creates a text file ...
  • Deserialization

    Introduction What is Deserialization? Guidance on Deserializing Objects Safely PHP WhiteBox Review Python BlackBox Review WhiteBox Review Java WhiteBox Review BlackBox Revi...
  • 7.2. Defining Modules to Control Scope and Privacy

    Defining Modules to Control Scope and Privacy Modules Cheat Sheet Grouping Related Code in Modules Defining Modules to Control Scope and Privacy In this section, we’ll talk a...
  • Indexers on Jina Hub

    Indexers on Jina Hub CRUD operations and the Executor endpoints Recommended All-in-one Indexers Your Custom Solution Synchronizing State via Rolling Update Indexer Cheat Sheet ...
  • Introduction

    permalink: /Web_Application_Security_Testing_Cheat_Sheet/ Introduction Purpose The Checklist Information Gathering Configuration Management Secure Transmission Authentication...
  • 3.11 使用安全的网络传输方法传输敏感数据

    使用安全的网络传输方法传输敏感数据 详细描述 建议 CWE/OWASP 使用安全的网络传输方法传输敏感数据 详细描述 与网络浏览器不同,移动设备通常不会公开应用程序是否使用SSL / TLS来保护数据传输,因此应用程序用户只能相信应用程序的开发人员已实施网络加密。 多年来,SSL(后继者是TLS)一直是Web通信加密的标准,包括为移动应用...
  • 8.2 正确配置服务器端SSL

    正确配置服务器端SSL 详细描述 建议 参考 CWE/OWASP 正确配置服务器端SSL 详细描述 许多Web服务器允许较低的加密设置,例如非常弱的导出级40位加密。 实施强密码套件以保护用于创建共享密钥,在客户端和服务器之间加密消息,以及生成消息哈希和签名以确保这些消息的完整性的信息。 还要确保禁用弱协议。 建议 确保正确安装和配...