A collection of full time roles in SWE, Quant, and PM for new grads.
42 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/scripts/util.py | 175 | # Check if only advanced degrees are required (no Bachelor's or Associate's) |
| LOW | .github/scripts/util.py | 241 | # Check if listing is from a blocked company |
| LOW | .github/scripts/bulk_mark_inactive.py | 68 | # Check if we're entering the reason section |
| LOW | .github/scripts/bulk_mark_inactive.py | 73 | # Check if we're leaving the reason section (next field starts) |
| LOW | .github/scripts/bulk_mark_inactive.py | 93 | # Check if we're entering the email section |
| LOW | .github/scripts/bulk_mark_inactive.py | 98 | # Check if we're leaving the email section |
| LOW | .github/scripts/bulk_mark_inactive.py | 269 | # Print results for debugging |
| LOW | .github/scripts/bulk_mark_inactive.py | 274 | # Check if any URLs were successfully processed |
| LOW | .github/scripts/bulk_mark_inactive.py | 24 | # Check if we're entering the URLs section |
| LOW | .github/scripts/bulk_mark_inactive.py | 29 | # Check if we're leaving the URLs section (next field starts) |
| LOW | .github/scripts/bulk_mark_inactive.py | 132 | # Check if already inactive |
| LOW | .github/scripts/bulk_mark_inactive.py | 230 | # Check if this is a bulk_mark_inactive issue |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/scripts/contribution_approved.py | 233 | except Exception: |
| LOW | .github/scripts/contribution_approved.py | 251 | except Exception as e: |
| LOW | .github/scripts/contribution_approved.py | 276 | except Exception as e: |
| LOW | .github/scripts/contribution_approved.py | 289 | except Exception as e: |
| LOW | .github/scripts/contribution_approved.py | 351 | except Exception as e: |
| MEDIUM | .github/scripts/contribution_approved.py | 245 | def main(): |
| MEDIUM | .github/scripts/bulk_mark_inactive.py | 219 | def main(): |
| LOW | .github/scripts/bulk_mark_inactive.py | 280 | except Exception as e: |
| LOW | .github/scripts/bulk_mark_inactive.py | 119 | except Exception as e: |
| LOW | .github/scripts/bulk_mark_inactive.py | 154 | except Exception as e: |
| LOW | .github/scripts/bulk_mark_inactive.py | 164 | except Exception as e: |
| LOW | .github/scripts/bulk_mark_inactive.py | 225 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/scripts/contribution_approved.py | 6 | |
| LOW | .github/scripts/util.py | 3 | |
| LOW | .github/scripts/util.py | 3 | |
| LOW | .github/scripts/util.py | 3 | |
| LOW | .github/scripts/util.py | 4 | |
| LOW | .github/scripts/update_readmes.py | 1 | |
| LOW | .github/scripts/update_readmes.py | 3 | |
| LOW | .github/scripts/update_readmes.py | 5 | |
| LOW | .github/scripts/bulk_mark_inactive.py | 5 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/scripts/contribution_approved.py | 107 | |
| LOW | .github/scripts/contribution_approved.py | 245 | |
| LOW | .github/scripts/util.py | 299 | |
| LOW | .github/scripts/util.py | 370 | |
| LOW | .github/scripts/bulk_mark_inactive.py | 9 | |
| LOW | .github/scripts/bulk_mark_inactive.py | 108 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/scripts/bulk_mark_inactive.py | 83 | def extract_email_from_issue_body(body): |
| LOW | .github/scripts/bulk_mark_inactive.py | 9 | def extract_urls_from_issue_body(body): |
| LOW | .github/scripts/bulk_mark_inactive.py | 57 | def extract_reason_from_issue_body(body): |