2024-10-27 20:48:50 +05:30

22 lines
331 B
YAML

id: py-nosig
info:
name: py-nosig
author: pdteam
severity: info
tags: code
description: |
Python code without signature
self-contained: true
code:
- engine:
- py
- python3
source: |
print("py unsigned code")
matchers:
- type: word
words:
- "py unsigned code"