retirejslib icon indicating copy to clipboard operation
retirejslib copied to clipboard

Scan for vulnerabilities in JavaScript libraries you use (Python port of retirejs)

Results 3 retirejslib issues
Sort by recently updated
recently updated
newest added

https://xxx-xxx-xxx/javascripts/tinymce/tinymce.min.js -> original version 4.7.1 but it shows as $1.$2 as detected from the retirejs endpoint scan. Please have a look at this. The browser based retirejs is being detected...

Updated retire.js vulnerabilities.

`retirejs.scan_endpoint("https://apis.google.com/js/plusone.js")` ``` --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () ----> 1 retirejs.scan_endpoint("https://apis.google.com/js/plusone.js") ~/Jupyter/venv/lib/python3.6/site-packages/retirejs/retirejs.py in scan_endpoint(uri, definitions) 172 hosted at that uri 173 """ --> 174 uri_scan_result = scan_uri(uri,...