Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View chacalmarychermay-droid's full-sized avatar

Block or report chacalmarychermay-droid

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. Readm-Chacal Readm-Chacal Public

    English (recommended for GitHub): Non-destructive proof of concept demonstrating CAN bus message injection in a lab environment. Includes technical report, evidence, and mitigation recommendations.

  2. pyyaml-mitigate-yaml-load pyyaml-mitigate-yaml-load Public

    Forked from yaml/pyyaml

    This patch mitigates insecure YAML deserialization in PyYAML by replacing unsafe calls to yaml.load() with yaml.safe_load() wherever no explicit Loader= argument is provided.

    Python

  3. security-patch-sample-project security-patch-sample-project Public

    Summary: This security patch fixes unsafe YAML deserialization in the configuration module by replacing yaml.load() with yaml.safe_load(), preventing arbitrary code execution from untrusted YAML in…