Periodically, newer versions are released for Python software either due to security flaws or to include additional functionality. Using the latest Python version for Function apps is recommended in order to take advantage of security fixes, if any, and/or new functionalities of the latest version. This policy only applies to Linux apps. This policy requires you to specify a Python version that meets your requirements.
The following 9 compliance controls are associated with this Policy definition 'Function apps that use Python should use a specified 'Python version'' (7238174a-fd10-4ef0-817e-fc820a951d73)
Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators: <, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx: Learn more
Establish Procedures for Managing the Security of System Operations
Shared
n/a
Establish and implement operating procedures for managing the security of system operations such as designating system administrators, updating policies, changing rulesets, monitoring events, managing policy implementations or exceptions.
Establish Protective Measures for Administrator Privileges and Security Configurations
Shared
n/a
Establish and implement protective measures with regard to administrator privileges and security configurations to ensure that important information and personal information are not exposed as a result of unauthorized access by service type or misconfigurations.
Agencies SHOULD follow the documentation provided in the Open Web Application Security Project guide to building secure Web applications and Web services.
18
No results
Initiatives usage
Rows: 1-6 / 6
Records:
Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators: <, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx: Learn more
- "displayName": "Ensure that 'Python version'isthe latest, if used as a partofthe Function app",
3
"policyType": "BuiltIn",
4
"mode": "Indexed",
5
- "description": "Periodically, newer versions are released for Python software either due to security flaws or to include additional functionality. Using the latest Python version for Function apps is recommended in order to take advantage of security fixes, if any, and/or new functionalities of the latest version. Currently,this policy only applies to Linux web apps.",
6
"metadata": {
7
- "version": "4.0.0",
8
"category": "App Service"
9
},
10
"parameters": {
11
"effect": {
@@ -31,12 +31,21 @@
31
},
32
"LinuxPythonLatestVersion": {
33
"type": "String",
34
"metadata": {
35
- "displayName": "Linux Latest Python version",
36
- "description": "Latest supported Python version for App Services"
+ "displayName": "Function apps that use Python should use a specified 'Python version'",
3
"policyType": "BuiltIn",
4
"mode": "Indexed",
5
+ "description": "Periodically, newer versions are released for Python software either due to security flaws or to include additional functionality. Using the latest Python version for Function apps is recommended in order to take advantage of security fixes, if any, and/or new functionalities of the latest version. This policy only applies to Linux apps. This policy requires you to specify a Python version that meets your requirements.",
6
"metadata": {
7
+ "version": "4.1.0",
8
"category": "App Service"
9
},
10
"parameters": {
11
"effect": {
31
},
32
"LinuxPythonLatestVersion": {
33
"type": "String",
34
"metadata": {
35
+ "displayName": "[Deprecated]: Linux Latest Python version",
36
+ "description": "Latest supported Python version for App Services",
37
+ "deprecated": true
38
},
39
"defaultValue": "3.9"
40
+ },
41
+ "LinuxPythonVersion": {
42
+ "type": "String",
43
+ "metadata": {
44
+ "displayName": "Linux Python version",
45
+ "description": "Specify a supported Python version for Function apps"
displayName: "Function apps that use Python should use a specified 'Python version'",
policyType: "BuiltIn",
mode: "Indexed",
description: "Periodically, newer versions are released for Python software either due to security flaws or to include additional functionality. Using the latest Python version for Function apps is recommended in order to take advantage of security fixes, if any, and/or new functionalities of the latest version. This policy only applies to Linux apps. This policy requires you to specify a Python version that meets your requirements.",