Reinier Criel
f400c5576a
WIP
2025-11-06 08:32:25 -08:00
Reinier Criel
548d416996
Merge remote-tracking branch 'origin/main' into feature/pypi
2025-11-03 06:49:53 -08:00
Hans Ott
e8e7c85c62
Revert "Introduce mistake that passes linter"
...
This reverts commit 1724e0b199 .
2025-11-02 15:31:23 +01:00
Hans Ott
1724e0b199
Introduce mistake that passes linter
2025-11-02 15:31:02 +01:00
Hans Ott
0cfce2d436
Revert "Example of mistake"
...
This reverts commit b489fe822c .
2025-11-02 15:29:36 +01:00
Hans Ott
b489fe822c
Example of mistake
2025-11-02 15:29:23 +01:00
Hans Ott
e164eb8b95
Reduce diff
2025-11-01 13:47:13 +01:00
Hans Ott
484cbcd960
Use @typedef {Object} X
...
When you write @typedef {Object} ScanResult, you’re telling both JSDoc and TypeScript’s parser that this typedef represents an object type, not just an abstract name. This is important because it makes tools like IDEs, linters, and TypeScript’s JSDoc inference more reliable. It avoids ambiguity, especially in cases where the typedef might later be confused with something like a primitive, union, or function type. The official TypeScript documentation and the JSDoc spec both show this form as the canonical one for object shapes.
2025-11-01 13:28:11 +01:00
Hans Ott
c88b1a624f
Type check safe-chain package
2025-11-01 13:06:06 +01:00
Reinier Criel
8f877742d0
Fix permissions issue with aikido-pip3
2025-10-27 11:48:30 -07:00
Reinier Criel
f817bf887a
Update documentation
2025-10-23 10:23:42 -07:00
Sander Declerck
329405e8f2
Merge pull request #93 from AikidoSec/bun-wrapper
...
Wrap bun with safe-chain to block downloads of packages with malware
2025-10-08 16:27:56 +02:00
Sander Declerck
43dcba8802
Wrap bun with safe-chain to block downloads of packages with malware
2025-10-08 15:12:06 +02:00
Sander Declerck
cc4d20e380
Fix line explosion on Windows PowerShell
2025-10-02 15:15:04 +02:00
Sander Declerck
b2ce8a2abb
Merge branch 'main' into non-interactive-terminal-support
2025-09-23 13:33:10 +02:00
Sander Declerck
d1c0982942
Base safe-chain setupci implementation
2025-09-18 17:44:42 +02:00
Sander Declerck
91473838d2
Merge branch 'main' into setup-check-if-dir-exists
2025-09-18 10:27:00 +02:00
Sander Declerck
f7589160af
Merge pull request #61 from AikidoSec/respect-empty-lines-in-shell-startup-files
...
Don't remove empty lines in shell startup scripts. Fixes #58
2025-09-18 10:24:38 +02:00
Sander Declerck
93c23ee39f
Always use \n line endings for bash, zsh and fish
2025-09-18 08:05:11 +02:00
Sander Declerck
57ce17e7f5
Don't remove empty lines in shell startup scripts. Fixes #58
2025-09-17 16:42:10 +02:00
Sander Declerck
f793bb8467
Check if directory exists before creating a new shell startup file
2025-09-17 15:26:06 +02:00
Sander Declerck
7673d32912
Move safe-chain package to packages/safe-chain
2025-09-05 11:19:37 +02:00