Skip to content

Commit 8a4053a

Browse files
committed
Update description in POM
1 parent a7d5bdd commit 8a4053a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

swan-pipeline/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111

1212
<name>SWAN Core</name>
13-
<description>SWAN is a machine-learning approach for detection of methods of interest for security in Java
14-
libraries.
13+
<description>SWAN uses fully automated machine-learning approaches to classify Java methods into security-relevant methods (SRM) and software vulnerabilities categories.
14+
The methods are classified into the following security-relevant method categories sources, sinks, sanitizers and authentication. For the software vulnerability classes,
15+
the following Common Weakness Enumeration (CWE) vulnerabilities are supported: OS Command Injection, Cross-site Scripting, SQL Injection, Missing Authentication, Open Redirect, Missing Authorisation, and Incorrect Authorisation.
16+
SWAN detects methods from the provided source code and outputs a list of methods that can be used to configure static analysis tools.
1517
</description>
1618
<url>https://github.com/secure-software-engineering/swan</url>
1719

0 commit comments

Comments
 (0)