Skip to content

Commit aef2b6a

Browse files
authored
Update README.md
1 parent c3d2768 commit aef2b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JStap: A Static Pre-Filter for Malicious JavaScript Detection
22

3-
This repository contains the code for the ACSAC'19 paper: "JStap: A Static Pre-Filter for Malicious JavaScript Detection".
3+
This repository contains the code for the [ACSAC'19 paper: "JStap: A Static Pre-Filter for Malicious JavaScript Detection"](https://swag.cispa.saarland/papers/fass2019jstap.pdf).
44
Please note that in its current state, the code is a Poc and not a fully-fledged production-ready API.
55

66

@@ -110,7 +110,7 @@ Currently, we are using 2 CPUs for the learning and classification processes; th
110110

111111

112112
## Cite this work
113-
If you use JStap for academic research, you are highly encouraged to cite the following paper:
113+
If you use JStap for academic research, you are highly encouraged to cite the following [paper](https://swag.cispa.saarland/papers/fass2019jstap.pdf):
114114
```
115115
@inproceedings{fass2019jstap,
116116
author="Fass, Aurore and Backes, Michael and Stock, Ben",
@@ -131,4 +131,4 @@ In practice, JStap outperforms existing systems, which we reimplemented and test
131131

132132
## License
133133

134-
This project is licensed under the terms of the AGPL3 license which you can find in ```LICENSE```.
134+
This project is licensed under the terms of the AGPL3 license which you can find in ```LICENSE```.

0 commit comments

Comments
 (0)