Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.68 KB

File metadata and controls

44 lines (29 loc) · 1.68 KB

Getting help

I have a question about using Unplug

Discussions → Q&A.

Include the version (pip show unplug-ai), the code you ran, and what you got back. For detection questions, paste the ScanResult: the action, the risk score, and the finding IDs. Those three tell us more than a description of the behaviour will.

Something is broken

Open a bug report. A snippet we can paste into a REPL is worth a lot more than a stack trace alone.

Detection is wrong

False positives and false negatives are bugs, so file them as bugs. Give us the exact input string. If it contains anything you cannot share, a minimised version that still reproduces is fine.

Before filing, check whether your input is non-English. Regex detection is tuned for English today and we track that separately, see the language note in the README.

I found a vulnerability

Do not open an issue. Report it privately. See SECURITY.md.

I want to contribute

CONTRIBUTING.md, and read the claiming rules before you write code.

If you are new to open source, look for the mentored label. Those issues come with a maintainer who will walk you through it.

Response times

This is a small project. Issues and Discussions usually get a reply within a day or two. Security reports get looked at faster. If something has been quiet for a week, bump the thread. That is not rude, we probably missed it.