You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modified generate.sh so you can test generation with local files
Fixed issue with sed not working
* Fix issue where some strings were being automatically converted in Symphony Element Forms
* Update to upload-artifact@v4
* Update github actions as v2 is deprecated
* Change to upload-artifact v3
* Update dependencies to fix security vulnerabilities
* Update testing dependencies
* New Lock file
* Updated tests due to issue with aiohttp 3.10.x
* Exclude Vulnerability 70612
Copy file name to clipboardExpand all lines: .safety-policy.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,6 @@ security: # configuration for the `safety check` command
7
7
#25853: # Example vulnerability ID
8
8
# reason: we do not use the vulnerable function # optional, for internal note purposes to communicate with your team. This reason will be reported in the Safety reports
9
9
# expires: '2022-10-21' # datetime string - date this ignore will expire, best practice to use this variable
10
-
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities
10
+
70612:
11
+
reason: The maintainer and multiple third parties believe that this vulnerability isn't valid because users shouldn't use untrusted templates without sandboxing.
12
+
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities
generate_files pod ${api_spec_base_url}/pod/pod-api-public.yaml
67
-
68
93
generate_files group ${api_spec_base_url}/profile-manager/profile-manager-api.yaml ${api_spec_base_url}/profile-manager/symphony-common-definitions.yaml
0 commit comments