Latest Articles

  • A Risk Assessment and Hardening Recommendations

    With the increasing adoption of JSON Schema formatting with marshmallow, it is crucial to ensure the security of your implementation. In this article, we will perform a risk assessment and provide security hardening recommendations for marshmallow-jsonschema. Risk Assessment Schema Injection: The translation process from marshmallow schemas to JSON Schema could introduce vulnerabilities if not implemented …

  • A Powerful Development Kit for Global Localization Benchmarking

    Pit30M: A Powerful Development Kit for Global Localization Benchmarking The Pit30M Development Kit is an impressive Python software development kit designed specifically for the Pit30M benchmark for large-scale global localization. This in-depth development kit is currently in a pre-release state, with many exciting features set to be released in the near future. The Pit30M benchmark …

  • Generating Markdown Documentation from C# Libraries using Python

    Generating Markdown Documentation from C# Libraries using Python If you are developing a C# library or application and want to generate beautiful and organized documentation, markdowndotnet is the perfect tool for you. This Python command line tool allows you to convert C# library files and their XML documentation into markdown documents. In this article, we …