pullrequests Search Results · language:Edge language:TypeScript language:PHP language:Python language:JavaScript language:Python
Filter by
243M results
Harness Pipeline
1. Sanitize user input by extracting only the filename component, removing any directory traversal sequences.
2. Use a utility like org.apache.commons.io.FilenameUtils.getName(id) to ...
Harness Pipeline
1. Avoid concatenating user input directly into SQL strings.
2. Use PreparedStatement with parameter placeholders (?) for all user inputs.
3. For dynamic SQL elements like column names ...
Harness Pipeline
1. Replace manual string concatenation with a PreparedStatement to safely parameterize user input.
2. Use ? placeholders in the SQL query and bind user input via setter methods (e.g., ...
Harness Pipeline
1. Extract only the filename from the user input using a safe utility method such as
org.apache.commons.io.FilenameUtils.getName(...) to strip any directory components.
2. Validate ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pnpm (source) | 11.5.1 → 11.5.2 | age | confidence |
Release Notes
details summary pnpm/pnpm ...
Draft PR created automatically. Content will be added as work progresses.
💡 What: Refactored the importGitHubRepos and syncAllGitHubProjects functions to process GitHub repositories in parallel
chunks of 5 using Promise.allSettled instead of sequential for...of loops. 🎯 Why: ...
Summary
Closes #89
Implements the Material Design 3 Expressive SplitButton component — a button that combines a main action (leading half)
with a menu trigger (trailing half).
Changes
New files
...
enhancement
Restored the user s intro rewrite that I had altered. Only addition: MQM acronym expansion + \citep{lommel2014mqm} on
the first mention in contribution (1). Also dropped \noindent in the roadmap paragraph ...