Skip to content

Commit da3ad87

Browse files
committed
Changelog updated
Built with elevated privilege as required by docs CVE related fixes refined and tested
1 parent 5846cf0 commit da3ad87

53 files changed

Lines changed: 209 additions & 195 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).*
44

55
**Visit [angular.io](https://angular.io) for the actively supported Angular.**
66

7+
<a name="1.8.3-ion2"></a>
8+
# 1.8.3 security patches (2024-02-9)
9+
10+
ION release to patch CVE-2023-26116, CVE-2023-26117, CVE-2023-26118
11+
712
<a name="1.8.3"></a>
813
# 1.8.3 ultimate-farewell (2022-04-07)
914

7.47 MB
Binary file not shown.

build/angular-animate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.4-local+sha.47bf11ee9
2+
* @license AngularJS v1.8.4-local+sha.cb6bc7e17
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -4252,7 +4252,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
42524252
isFunction = angular.isFunction;
42534253
isElement = angular.isElement;
42544254
})
4255-
.info({ angularVersion: '1.8.4-local+sha.47bf11ee9' })
4255+
.info({ angularVersion: '1.8.4-local+sha.cb6bc7e17' })
42564256
.directive('ngAnimateSwap', ngAnimateSwapDirective)
42574257

42584258
.directive('ngAnimateChildren', $$AnimateChildrenDirective)

build/angular-animate.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/angular-aria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.4-local+sha.47bf11ee9
2+
* @license AngularJS v1.8.4-local+sha.cb6bc7e17
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -63,7 +63,7 @@
6363
var ARIA_DISABLE_ATTR = 'ngAriaDisable';
6464

6565
var ngAriaModule = angular.module('ngAria', ['ng']).
66-
info({ angularVersion: '1.8.4-local+sha.47bf11ee9' }).
66+
info({ angularVersion: '1.8.4-local+sha.cb6bc7e17' }).
6767
provider('$aria', $AriaProvider);
6868

6969
/**

build/angular-aria.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/angular-cookies.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.4-local+sha.47bf11ee9
2+
* @license AngularJS v1.8.4-local+sha.cb6bc7e17
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -17,7 +17,7 @@
1717

1818

1919
angular.module('ngCookies', ['ng']).
20-
info({ angularVersion: '1.8.4-local+sha.47bf11ee9' }).
20+
info({ angularVersion: '1.8.4-local+sha.cb6bc7e17' }).
2121
/**
2222
* @ngdoc provider
2323
* @name $cookiesProvider

build/angular-cookies.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/angular-loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.4-local+sha.47bf11ee9
2+
* @license AngularJS v1.8.4-local+sha.cb6bc7e17
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -163,7 +163,7 @@ function isValidObjectMaxDepth(maxDepth) {
163163
function minErr(module, ErrorConstructor) {
164164
ErrorConstructor = ErrorConstructor || Error;
165165

166-
var url = 'https://errors.angularjs.org/1.8.4-local+sha.47bf11ee9/';
166+
var url = 'https://errors.angularjs.org/1.8.4-local+sha.cb6bc7e17/';
167167
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
168168
var errRegExp = new RegExp(regex, 'g');
169169

build/angular-loader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)