Skip to content

Commit dbecc25

Browse files
authored
update readme
1 parent 50d2ad0 commit dbecc25

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

swan_assist/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# SWAN_Assist
1+
# swan_assist
22
IntelliJ IDEA Plug-in for the Security methods for WeAkNess detection (SWAN) tool.
33

44
Description:
55
-------------
66
SWAN is a machine-learning approach for detection of methods of interest for security in Java libraries.
77
SWAN should be used in combination with other static analyses tools. It helps the users to create a set of relevant methods required as an input for static analyses, e.g. taint- and type-state analysis.
88
SWAN detects four types of methods: source, sink, sanitizer, and authentication method.
9-
The found methods are further cathegorized according to relevant vulnerabilities (Common Weakness Enummeration - CWE). Curretntly SWAN supports the following CWEs: CWE89, CWE79, CWE306, CWE862, and CWE863.
9+
The found methods are further cathegorized according to relevant vulnerabilities (Common Weakness Enummeration - CWE). Curretntly SWAN supports the following CWEs: CWE78, CWE79, CWE89, CWE306, CWE601, CWE862, and CWE863.
1010

1111
SWAN_Assist provides a GUI support for SWAN. The user is able to interact with the learning process by giving feedback on the methods of interest.
1212
The tool helps users that write static analyses to create list of SWAN for their specific Java libraries.
@@ -46,6 +46,3 @@ To build the plugin, select the "Prepare Plugin Module '...' For Deployment" op
4646
## Installing the Plugin
4747
To install the plugin, go Preferences and select "Plugins" from the sidebar. Select the "Install Plugin from disk" button, locate the plugin file and select it. You will need to restart IntelliJ for the plugin to work.
4848

49-
Contact:
50-
-------------
51-
Goran Piskachev (Fraunhofer IEM, Zukunftsmeile 1, 33102 Paderborn, Office: 02-13)

0 commit comments

Comments
 (0)