sassoftware / sas-airflow-provider

Apache Airflow Provider for creating tasks in Airflow to execute SAS Studio Flows and Jobs.
Apache License 2.0
18 stars 15 forks source link

Respect TLS security #1

Closed Carus11 closed 1 year ago

Carus11 commented 1 year ago

There are several instances throughout the code where TLS security measures are bypassed. These should be rectified to improve the security posture of the project:

https://github.com/sassoftware/sas-airflow-provider/blob/462b3a0f1d86e67c4a07d1cc479f05bc6c7c1166/src/sas_airflow_provider/hooks/sas.py#L72

https://github.com/sassoftware/sas-airflow-provider/blob/462b3a0f1d86e67c4a07d1cc479f05bc6c7c1166/src/sas_airflow_provider/hooks/sas.py#L89

https://github.com/sassoftware/sas-airflow-provider/blob/462b3a0f1d86e67c4a07d1cc479f05bc6c7c1166/src/sas_airflow_provider/hooks/sas.py#L59

AndrewShakinovsky-SAS commented 1 year ago

fixed in 0.0.9