Tag

Code Injection

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 28, 2025 · Frontend Development

Getting Started with Vite Plugin Development for Frontend Developers

This article guides pure frontend developers with little or no Node.js experience through the fundamentals of creating Vite plugins, covering concepts such as code injection, file operations, and file routing, and provides practical examples and best‑practice tips to enhance development efficiency.

Code InjectionNode.jsfrontend
0 likes · 14 min read
Getting Started with Vite Plugin Development for Frontend Developers
Python Programming Learning Circle
Python Programming Learning Circle
Mar 9, 2022 · Information Security

Why Using $PYTHONPATH Is Unsafe and How to Secure Python Execution

The article explains how using the $PYTHONPATH environment variable and running Python from the Downloads folder can expose systems to code injection attacks, demonstrates exploit examples, and provides safe practices such as using virtualenv and proper path handling to protect Python execution.

Code InjectionPYTHONPATHPath Hijacking
0 likes · 7 min read
Why Using $PYTHONPATH Is Unsafe and How to Secure Python Execution
Beike Product & Technology
Beike Product & Technology
Oct 14, 2020 · Mobile Development

Implementing Aspect‑Oriented Programming in Flutter with AspectD

This article explains how the open‑source AspectD library enables Aspect‑Oriented Programming in Flutter by modifying the app.dill intermediate file, covering Flutter's compilation process, AST manipulation, point‑cut designs, code conversion flow, and practical use cases such as performance monitoring and page‑view tracking.

AOPASTAspectD
0 likes · 11 min read
Implementing Aspect‑Oriented Programming in Flutter with AspectD