In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Script Injection vulnerabilities in an interactive lesson.
Start learningUpgrade org.webjars.bower:angular
to version 1.2.30 or higher.
org.webjars.bower:angular is a bower WebJar for angular.
Affected versions of this package are vulnerable to Arbitrary Script Injection. Attributes were not protected via $sce
, which prevents interpolated values that fail the RESOURCE_URL
context tests from being used in interpolation.
For example if the application is running at https://docs.angularjs.org
then the following will fail:
<link href="{{ 'http://mydomain.org/unsafe.css' }}" rel="stylesheet">
By default, RESOURCE_URL
safe URLs are only allowed from the same domain and protocol
as the application document.