Commit a5b3e78
committed
fix: security and SCM improvements
- Fix critical bug in security-policy.yml: HTTP check was inverted (https -> http)
- Add legacy exception for extensions/vscode in rsr-antipattern.yml until ReScript conversion
- Improve guix.scm with proper synopsis and description
- Add optional database features (redis, surrealdb, arangors) with feature flags
- Fix unused variable warning in gitlab.rs (_payload -> payload)
- Make db modules conditionally compiled based on feature flags
- Update STATE.scm with current blockers (TypeScript conversion tracked)
- Add Cargo.lock for reproducible Nix builds1 parent f53f913 commit a5b3e78
File tree
8 files changed
+6550
-32
lines changed- .github/workflows
- engine
- src
- adapters
- db
8 files changed
+6550
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | | - | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments