From f77e77630dd42f31cd37cfdc3559d5f1507f6929 Mon Sep 17 00:00:00 2001 From: David Hafley Date: Thu, 8 Aug 2024 11:34:12 -0400 Subject: [PATCH] ISS-924 Add Dependency FAQ --- docs/faqs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faqs.md b/docs/faqs.md index d6e88b5..51f739b 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 a MIT License, which permits anyone to view, use, modify, distribute, and contribute to the MIT-licensed code. + +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/).