You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/.github
Predrag Gruevski 6c308aabae
Use the GitHub-suggested safer pattern for shell interpolation. (#9567)
Using `${{ }}` to construct shell commands is risky, since the `${{ }}`
interpolation runs first and ignores shell quoting rules. This means
that shell commands that look safely quoted, like `echo "${{
github.event.issue.title }}"`, are actually vulnerable to shell
injection.

More details here:
https://github.blog/2023-08-09-four-tips-to-keep-your-github-actions-workflows-secure/
1 year ago
..
ISSUE_TEMPLATE Reminder to not report security issues as "bug" type issues. (#9554) 1 year ago
actions/poetry_setup Use the GitHub-suggested safer pattern for shell interpolation. (#9567) 1 year ago
tools Cache black formatting information across CI runs. (#9413) 1 year ago
workflows Use PyPI Trusted Publishing to publish langchain packages. (#9467) 1 year ago
CONTRIBUTING.md Upgrade CI poetry version to 1.5.1. (#9479) 1 year ago
PULL_REQUEST_TEMPLATE.md update pr temp (#9062) 1 year ago