Require HTTPS for remote Star-Lang specifications #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/star-lang!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/research-006-https-imports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
Why
Approved
STAR-LANG-RESEARCH-006permits pinned remote specification artifacts over HTTPS, not unencrypted HTTP. The existing loader accepted both schemes and allowed HTTP redirects.Validation
The existing
star-lang CIworkflow will run the full SBCL suite for this PR. The focused loader tests now cover both import declarations and root URLs.Related to #6.