Skip to content

ailton07/webkit

 
 

Repository files navigation

webkit

Unofficial mirror of the WebKit SVN repository


Implementação de taint tag;


Build:

Tools/Scripts/build-webkit --gtk


Execução:

###Terminal ./WebKitBuild/Release/bin/jsc

###Browser ./Tools/Scripts/run-minibrowser --gtk index.html

Ex de teste:

var a = new Date();
var b = a;
var c = new String(b);


Onde Date() é um método source, e String() é um método sink.

A saída deve ser:

(...)

Argumento tageado em um Sink

(...)

About

Unofficial mirror of the WebKit SVN repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published