<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DevSecOps :: Unofficial EVE Frontier Development Notes</title>
    <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/index.html</link>
    <description>DevSecOps, short for Development, Security, and Operations, is a set of practices that integrates security into the software development lifecycle. It emphasizes collaboration between development, security, and operations teams to ensure that security is a shared responsibility throughout the entire process of software development and deployment. DevSecOps aims to automate security processes and embed security checks into the continuous integration and continuous delivery (CI/CD) pipelines, allowing for faster and more secure software releases. By adopting DevSecOps practices, organizations can identify and address security vulnerabilities early in the development process, reducing the risk of security breaches and ensuring that applications are secure by design.</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 31 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sui CLI Visualization</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/sui-cli-overview/index.html</link>
      <pubDate>Sat, 11 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/sui-cli-overview/index.html</guid>
      <description>A single-page reference and diagram for the entire `sui` CLI command tree.</description>
    </item>
    <item>
      <title>Sui CLI Cookbook</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/sui-cli-cookbook/index.html</link>
      <pubDate>Thu, 09 Oct 2025 20:50:00 +0100</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/sui-cli-cookbook/index.html</guid>
      <description>The sui CLI is the primary command-line interface for interacting with Sui nodes, wallets, and developer tools. This cookbook provides quick, copy-paste examples for common tasks.&#xA;Install Homebrew (macOS / Linux / WSL) brew install sui Chocolatey (Windows) choco install sui Install with suiup suiup is a tool similar to rustup. Install it and then install sui:</description>
    </item>
    <item>
      <title>GraphQL Cookbook</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/graphql-cookbook/index.html</link>
      <pubDate>Fri, 13 Mar 2026 18:50:00 +0100</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/graphql-cookbook/index.html</guid>
      <description>You can query the world using a GraphQL client such as Insomnia or Postman, alternatively you can write code to query the GraphQL API. Below are some examples of how to do this in different programming languages.&#xA;JavaScript Install the graphql-request library:&#xA;pnpm install graphql-request Then you can use the following code to query for all killmail objects:</description>
    </item>
    <item>
      <title>Useful URLs</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/useful-urls/index.html</link>
      <pubDate>Fri, 31 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/useful-urls/index.html</guid>
      <description>Some useful URLs to use for poking around the chain</description>
    </item>
    <item>
      <title>Possible Vulnerabilities</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/vulns/index.html</link>
      <pubDate>Wed, 28 Jan 2026 21:35:40 +0000</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/devsecops/vulns/index.html</guid>
      <description>This section documents 34 vulnerability classes commonly found in Sui Move smart contracts. Each vulnerability has its own dedicated page with detailed explanations, vulnerable code examples, and recommended mitigations.&#xA;Overview Sui Move contracts face unique security challenges due to the object-centric model, capability-based access control, and programmable transaction blocks (PTBs). Understanding these vulnerabilities is essential for writing secure smart contracts.</description>
    </item>
  </channel>
</rss>