Skip to content
View mastersans's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@intel

Block or report mastersans

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mastersans/README.md

Centered Image

Hi, I'm Sanskar!

Computer Science Major, With a keen interest in Cloud Native and Open Source Security.

Pinned Loading

  1. GSoC'24-Report.md GSoC'24-Report.md
    1
    ![GSoC 2024](https://developers.google.com/open-source/gsoc/resources/downloads/GSoC-logo-horizontal-800.png)
    2
    
                  
    3
    # Google Summer of Code'24 Final Report
    4
    - **Name**: Sanskar Sharma ([@mastersans](https://github.com/mastersans))
    5
    - **Organization**: [Python Software Foundation](https://www.python.org/psf/)
  2. LFX_blog_draft LFX_blog_draft
    1
    # Introducing Unit Testing Framework for Image-based Gadgets.
    2
    Namaste Inspektors! I was selected by Alban Crequy and Mauricio Vásquez Bernal under the LFX mentorship program to develop a Testing Framework for Image-based Gadgets that unit tests gadgets on different kernel versions(Issue #3195 and #1343).
    3
    
                  
    4
    In this blog, we’ll discuss the need for this framework and how to use it to effectively test your gadgets. But first, let’s get familiar with Inspektor Gadget and Image-Based Gadgets.
    5
    Inspektor Gadget is an eBPF-based tool and system inspection framework for Kubernetes, containers, and Linux hosts. It translates low-level Linux resources into higher-level concepts like Kubernetes pods and containers. You can use it as a standalone tool or integrate it into your existing workflows. Inspektor Gadget offers a range of gadgets and also gives you the flexibility to create custom ones.
  3. cve-bin-tool cve-bin-tool Public

    Forked from intel/cve-bin-tool

    The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others),…

    Python

  4. inspektor-gadget inspektor-gadget Public

    Forked from inspektor-gadget/inspektor-gadget

    The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts.

    C