Skip to content

Interacting with DRAT

Chris Mattmann edited this page Aug 14, 2018 · 5 revisions

DRAT UIs are accessible at:

DRAT publishes its analyzed aggregated RAT logs to:

$DRAT_HOME/data/archive/rataggregate/*.csv

These look like e.g.

cat *.csv
Notes,Binaries,Archives,Standards,Apache,Generated,Unknown
0,2,0,530,497,0,33

These are the counts of each type of file, categorized by what licenses they are:

Category Description
Binaries Binary file, no license
Notes Notes file
Archives A tar/zip/etc archive, no license
Standards One of the OSI approved licenses that isn't ALv2, so e.g., BSD, MIT, LGPL, etc.
Generated Generated files (either source or binary)
Apache Apache licensed files
Unknown Non-discernible license

Interacting with Proteus

If you want to inspect the Proteus Logs of what's going on, the following command is useful:

  1. Navigate to $DRAT_HOME
  2. tail -f tomcat/logs/catalina.out | grep DRAT_LOG
Clone this wiki locally