Add 'My Tasks' button #23

Merged
luketainton merged 1 commits from feature/mytasks into main 2023-04-20 20:37:01 +02:00
luketainton commented 2023-04-20 20:34:35 +02:00 (Migrated from github.com)
No description provided.
sonarqubecloud[bot] commented 2023-04-20 20:36:33 +02:00 (Migrated from github.com)
SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate failed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=23) [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=BUG) [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=VULNERABILITY) [![D](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/D-16px.png 'D')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=VULNERABILITY) [1 Vulnerability](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=CODE_SMELL) [4 Code Smells](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=23&resolved=false&types=CODE_SMELL) [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/0-16px.png '0.0%')](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=23&metric=new_coverage&view=list) [0.0% Coverage](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=23&metric=new_coverage&view=list) [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png '0.0%')](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=23&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=23&metric=new_duplicated_lines_density&view=list)
github-advanced-security[bot] (Migrated from github.com) reviewed 2023-04-20 20:36:38 +02:00
@ -27,0 +32,4 @@
headers=headers,
timeout=10,
verify=False,
params={"requestor": requestor},
github-advanced-security[bot] (Migrated from github.com) commented 2023-04-20 20:36:38 +02:00

Server certificates should be verified during SSL/TLS connections

Enable server certificate validation on this SSL/TLS connection.

See more on SonarCloud

Show more details

## Server certificates should be verified during SSL/TLS connections <!--SONAR_ISSUE_KEY:AYef9Chulpwl0QN40BfI-->Enable server certificate validation on this SSL/TLS connection. <p>See more on <a href="https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&issues=AYef9Chulpwl0QN40BfI&open=AYef9Chulpwl0QN40BfI&pullRequest=23">SonarCloud</a></p> [Show more details](https://github.com/luketainton/roboluke-tasks/security/code-scanning/2)
Sign in to join this conversation.
No description provided.