Skip to content

Commit

Permalink
Added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurore54F committed Feb 2, 2020
1 parent bdad02c commit 96bf85d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
2020-02-02: Version 1.1

* More verbose logging.error messages;
* Fixed logging messages not displayed;
* Fixed overwriting of valid JS files not ending in .js;
* Added a demo, including examples, samples and scripts (issue #1);
* Added a one-minute timeout to produce PDGs before aborting;
* Fixed a segfault problem to pickle.dump some PDGs.


2019-09-25: Version 1.0

Initial release: JStap, a modular static malicious JavaScript detection system

* Component pdg_generation to perform a static analysis of JavaScript files and build an AST (Abstract Syntax Tree) enhanced with control and data flow information;
* Component classification to detect malicious JavaScript inputs by leveraging machine learning algorithms on the previous code representations;
* Our detector JStap is composed of 10 different modules, including 5 ways of abstracting code and 2 ways of extracting features;
* Our detector JStap got the ACSAC 2019 "Artifacts Evaluated – Reusable" badge.

0 comments on commit 96bf85d

Please # to comment.