This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 5 files changed +55
-0
lines changed
5 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
+ * Any commits to this file should be reviewed with security in mind. *
5
+ * Changes to this file can potentially create security vulnerabilities. *
6
+ * An approval from 2 Core members with history of modifying *
7
+ * this file is required. *
8
+ * *
9
+ * Does the change somehow allow for arbitrary javascript to be executed? *
10
+ * Or allows for someone to change the prototype of built-in objects? *
11
+ * Or gives undesired access to variables likes document or window? *
12
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
+
3
14
/* global JQLitePrototype: true,
4
15
addEventListenerFn: true,
5
16
removeEventListenerFn: true,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
+ * Any commits to this file should be reviewed with security in mind. *
5
+ * Changes to this file can potentially create security vulnerabilities. *
6
+ * An approval from 2 Core members with history of modifying *
7
+ * this file is required. *
8
+ * *
9
+ * Does the change somehow allow for arbitrary javascript to be executed? *
10
+ * Or allows for someone to change the prototype of built-in objects? *
11
+ * Or gives undesired access to variables likes document or window? *
12
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
+
3
14
/* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE!
4
15
*
5
16
* DOM-related variables:
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
+ * Any commits to this file should be reviewed with security in mind. *
5
+ * Changes to this file can potentially create security vulnerabilities. *
6
+ * An approval from 2 Core members with history of modifying *
7
+ * this file is required. *
8
+ * *
9
+ * Does the change somehow allow for arbitrary javascript to be executed? *
10
+ * Or allows for someone to change the prototype of built-in objects? *
11
+ * Or gives undesired access to variables likes document or window? *
12
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
+
3
14
var $parseMinErr = minErr ( '$parse' ) ;
4
15
5
16
// Sandboxing Angular Expressions
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
+ * Any commits to this file should be reviewed with security in mind. *
5
+ * Changes to this file can potentially create security vulnerabilities. *
6
+ * An approval from 2 Core members with history of modifying *
7
+ * this file is required. *
8
+ * *
9
+ * Does the change somehow allow for arbitrary javascript to be executed? *
10
+ * Or allows for someone to change the prototype of built-in objects? *
11
+ * Or gives undesired access to variables likes document or window? *
12
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
+
3
14
var $sceMinErr = minErr ( '$sce' ) ;
4
15
5
16
var SCE_CONTEXTS = {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
+ * Any commits to this file should be reviewed with security in mind. *
5
+ * Changes to this file can potentially create security vulnerabilities. *
6
+ * An approval from 2 Core members with history of modifying *
7
+ * this file is required. *
8
+ * *
9
+ * Does the change somehow allow for arbitrary javascript to be executed? *
10
+ * Or allows for someone to change the prototype of built-in objects? *
11
+ * Or gives undesired access to variables likes document or window? *
12
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
+
3
14
var $sanitizeMinErr = angular . $$minErr ( '$sanitize' ) ;
4
15
5
16
/**
You can’t perform that action at this time.
0 commit comments