From 2591790c71ccfcf0cc731b90f5be8389e75fc5e1 Mon Sep 17 00:00:00 2001 From: David Hafley <8880+dhafley@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:17:03 -0400 Subject: [PATCH] ISS-924 Add Dependency FAQ (#186) --- docs/faqs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faqs.md b/docs/faqs.md index d6e88b5..d62ed3b 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -39,3 +39,11 @@ See our [Preferences](configuring.md#configuring-automatic-formatting) page for ### Where can I learn more and discuss Pixeebot? Users can join the Pixee community [on Slack](https://join.slack.com/t/openpixee/shared_invite/zt-1pnk7jqdd-kfwilrfG7Ov4M8rorfOnUA). This channel can be used to engage with peers who are also interested in Pixee. Feel free to email us at help@pixee.ai with any questions or comments. + +### Why does pixee sometimes add new dependencies to my project? + +We always prefer to use existing controls built into a language, or a control from a well-known and trusted community dependency. When this is not an option, we add our own open source dependency to the project to ensure maximum readability and maintainability. All dependencies utilize permissive open-source licenses. + +Learn more about the [Java Security Toolkit (io.github.pixee.java-security-toolkit) on Maven Central](https://central.sonatype.com/artifact/io.github.pixee/java-security-toolkit/overview). + +Learn more about the [Python security package on PyPI](https://pypi.org/project/security/).