Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 5, 2020
1 parent 2e1c476 commit 85b50dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ patchPluginXml {
<li>Added pickle load inspection [PIC100]</li>
<li>Added django safe strings inspection [DJG102]</li>
<li>Added hardcoded temp path read or write inspection [TMP101]</li>
<li>Added XML std library exploit inspection [XML100]</li>
<li>Added XML RPC dotted paths inspection [XML200]</li>
<li>Added links to documentation in inspection details</li>
</ul>
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<idea-plugin>
<id>org.tonybaloney.security.pycharm-security</id>
<name>Python Security</name>
<vendor email="[email protected]" url="http://tonybaloney.github.io">Anthony Shaw</vendor>
<vendor email="[email protected]" url="https://github.com/tonybaloney/pycharm-security/">Anthony Shaw</vendor>

<description><![CDATA[
Analyzes potential security flaws in your Python code and suggests fixes. Designed to find common security issues in Python code.<br>
Reports on installed packages and any known security reports. <br/>
Also available for your CI/CD as a GitHub Action <a href="https://github.com/marketplace/actions/pycharm-python-security-scanner">on the GitHub marketplace</a>.
<h2>Features</h2>
<ul>
<li>Over 20 builtin code checks giving your contextual security warnings in your code</li>
<li>Over 40 builtin code checks giving your contextual security warnings in your code</li>
<li>Misconfiguration warnings for Django and Flask web frameworks</li>
<li>Cross-Site-Scripting detection for both Jinja2 and Mako templating engines</li>
<li>SQL Injection detection in all Python string formats</li>
Expand Down

0 comments on commit 85b50dc

Please sign in to comment.