Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurore54F authored Sep 25, 2019
1 parent c3d2768 commit aef2b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JStap: A Static Pre-Filter for Malicious JavaScript Detection

This repository contains the code for the ACSAC'19 paper: "JStap: A Static Pre-Filter for Malicious JavaScript Detection".
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).
Please note that in its current state, the code is a Poc and not a fully-fledged production-ready API.


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


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

## License

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

0 comments on commit aef2b6a

Please sign in to comment.