Skip to content

Commit 568524f

Browse files
committed
Update Readme
1 parent c7308c8 commit 568524f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# swan
2-
Methods of interest for security (MOIS)
2+
Security methods for WeAkNess detection (SWAN).
33

44
Description
55
------------
6-
MOIS (/mwa/ security) is a machine-learning approach for detection of methods of interest for security in Java libraries.
7-
MOIS 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.
8-
MOIS detects four types of methods: source, sink, sanitizer, and authentication method.
6+
SWAN is a machine-learning approach for detection of methods of interest for security in Java libraries.
7+
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.
8+
SWAN detects four types of methods: source, sink, sanitizer, and authentication method.
99
The found methods are further categorized according to relevant vulnerabilities (Common Weakness Enumeration - CWE). Curretntly MOIS supports the following CWEs: CWE078, CWE079, CWE089, CWE306, CWE601, CWE862, and CWE863.
1010

1111
Main contributors:

0 commit comments

Comments
 (0)