Commit Graph

422 Commits

Author SHA1 Message Date
pacnpal
28177ed6ea Merge pull request #10 from pacnpal/alert-autofix-4
Potential fix for code scanning alert no. 4: Clear-text logging of sensitive information
2025-02-12 22:10:47 -05:00
pacnpal
113bb0b75b Merge pull request #9 from pacnpal/alert-autofix-5
Potential fix for code scanning alert no. 5: Clear-text logging of sensitive information
2025-02-12 22:10:28 -05:00
pacnpal
867cc1cd4e Potential fix for code scanning alert no. 4: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-02-12 22:08:52 -05:00
pacnpal
fdced4ad8b Potential fix for code scanning alert no. 5: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-02-12 22:08:36 -05:00
pacnpal
9fd6a2c7b8 Merge pull request #8 from pacnpal/pixeebot/drip-2025-02-05-pixee-python/fix-dataclass-defaults
Replace `dataclass` Mutable Default Values with Call to `field`
2025-02-12 22:05:02 -05:00
pixeebot[bot]
9deaa857bd Replace dataclass Mutable Default Values with Call to field 2025-02-05 03:06:36 +00:00
pacnpal
4fa93d4472 Update birthday.py 2024-12-10 19:17:50 -05:00
pacnpal
52897a1f70 Merge pull request #1 from pacnpal/pixeebot/drip-2024-12-10-pixee-python/secure-random 2024-12-10 19:16:45 -05:00
pacnpal
5ec043de09 Merge branch 'main' into pixeebot/drip-2024-12-10-pixee-python/secure-random 2024-12-10 19:11:43 -05:00
pacnpal
d1541cda77 Update claude-review.yml 2024-12-10 19:00:58 -05:00
pacnpal
7282c199c6 Update claude-review.yml 2024-12-10 16:54:25 -05:00
pacnpal
d7e65438d3 Update claude-review.yml 2024-12-10 16:51:01 -05:00
pacnpal
3e4429d34c Update claude-review.yml 2024-12-10 16:47:26 -05:00
pacnpal
f55efc315d Update claude-review.yml 2024-12-10 16:45:06 -05:00
pacnpal
2039026133 Update claude-review.yml 2024-12-10 16:43:21 -05:00
pacnpal
f6b3929932 Update claude-review.yml 2024-12-10 16:40:15 -05:00
pacnpal
554bf7a00d Update claude-review.yml 2024-12-10 16:38:21 -05:00
pacnpal
7eecd72130 Update claude-review.yml 2024-12-10 16:35:34 -05:00
pacnpal
597894a80a Update claude-review.yml 2024-12-10 15:31:47 -05:00
pacnpal
dbad4cf822 Update claude-review.yml 2024-12-10 15:27:35 -05:00
pacnpal
0168e32da6 Update claude-review.yml 2024-12-10 15:26:23 -05:00
pacnpal
a530395a60 Update claude-review.yml 2024-12-10 15:24:30 -05:00
pacnpal
6b358f78f8 Update claude-review.yml 2024-12-10 15:21:23 -05:00
pacnpal
d116b40116 Update claude-review.yml 2024-12-10 15:18:56 -05:00
pacnpal
841588bc0b Update claude-review.yml 2024-12-10 15:16:28 -05:00
pacnpal
77b72e2ba8 Update claude-review.yml 2024-12-10 15:11:10 -05:00
pacnpal
563b96a85c Update claude-review.yml 2024-12-10 15:04:08 -05:00
pacnpal
e2733bcfaa Update claude-review.yml 2024-12-10 15:00:36 -05:00
pacnpal
ea46407ff6 Create claude-review.yml 2024-12-10 14:56:21 -05:00
pixeebot[bot]
8abb1bc79d Secure Source of Randomness 2024-12-10 17:54:51 +00:00
pacnpal
3097f994ea Create nextjs.yml 2024-11-18 22:50:08 -05:00
pacnpal
c2be3857cc Create dependency-review.yml 2024-11-18 22:49:06 -05:00
pacnpal
9923ad217a Create debricked.yml 2024-11-18 22:45:12 -05:00
pacnpal
aa12c50c7c Create checkmarx-one.yml 2024-11-18 22:44:43 -05:00
pacnpal
69d444d2a9 Create bandit.yml 2024-11-18 22:41:58 -05:00
pacnpal
80e3e55af3 Fix code scanning alert no. 6: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-18 22:38:43 -05:00
pacnpal
d2a40d4366 fixes 2024-11-18 05:35:22 +00:00
pacnpal
15c17612bc fix 2024-11-18 05:31:47 +00:00
pacnpal
df9099f2c8 diabolical 2024-11-18 05:17:37 +00:00
pacnpal
fc06e54d8a fixed imports again 2024-11-18 01:21:40 +00:00
pacnpal
d03e8dc8e8 ch ch ch changes 2024-11-18 01:01:12 +00:00
pacnpal
e296f2440c ok 2024-11-18 00:57:19 +00:00
pacnpal
e2d9dfad8c k 2024-11-18 00:55:15 +00:00
pacnpal
7276e37cab y 2024-11-18 00:51:55 +00:00
pacnpal
afe0e96b14 Adding queue.types to the module reload list in the main init.py
Properly exposing QueueProcessor in processor/init.py
Updating queue/init.py to import and expose all necessary types (QueuePriority, ProcessingMetrics)
Ensuring consistent import patterns across the codebase
The changes maintain the cog's architecture while fixing the import issues:

Module reloading system now includes all dependencies
Package hierarchy properly exposes all needed types
Import structure is consistent across components
All necessary types and models are accessible
2024-11-17 23:51:11 +00:00
pacnpal
6647c93a44 fix(processor): add fallback to absolute imports in reactions.py 2024-11-17 23:06:22 +00:00
pacnpal
c944d4d2e1 fix(processor): add fallback to absolute imports in status_display.py 2024-11-17 22:59:02 +00:00
pacnpal
d6f6800399 fix(processor): add fallback to absolute imports in reactions.py 2024-11-17 22:57:04 +00:00
pacnpal
d1cc32a1da fix(processor): add fallback to absolute imports in message_validator.py 2024-11-17 22:55:57 +00:00
pacnpal
d9ce39e38b fix(processor): add fallback to absolute imports in core.py 2024-11-17 22:53:40 +00:00