CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 06:03:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090228191207
location: https://web.archive.org/web/20090228191207/https://github.com/github/safegem/tree/v0.1.1
server-timing: captures_list;dur=0.586598, exclusion.robots;dur=0.029732, exclusion.robots.policy;dur=0.016094, esindex;dur=0.013231, cdx.remote;dur=20.486083, LoadShardBlock;dur=197.836977, PetaboxLoader3.datanode;dur=78.909504, PetaboxLoader3.resolve;dur=53.189494
x-app-server: wwwb-app202
x-ts: 302
x-tr: 244
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 24 Jul 2025 06:03:37 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 28 Feb 2009 19:12:06 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 173ms
x-archive-orig-etag: "4d5615fbbe6868409954231316601a87"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 19212
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 28 Feb 2009 19:12:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 28 Feb 2009 19:12:07 GMT", ; rel="memento"; datetime="Sat, 28 Feb 2009 19:12:07 GMT", ; rel="last memento"; datetime="Sat, 28 Feb 2009 19:12:07 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_8_20090228180414_crawl100-c/52_8_20090228190950_crawl101.arc.gz
server-timing: captures_list;dur=0.808653, exclusion.robots;dur=0.036851, exclusion.robots.policy;dur=0.021907, esindex;dur=0.018156, cdx.remote;dur=13.918403, LoadShardBlock;dur=163.559480, PetaboxLoader3.datanode;dur=125.283943, PetaboxLoader3.resolve;dur=179.463983, load_resource;dur=189.788042
x-app-server: wwwb-app202
x-ts: 200
x-tr: 440
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
github's safegem at v0.1.1 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install github-safegem
Description: | GitHub's safe gem eval web service |
Clone URL: |
git://github.com/github/safegem.git
Give this clone URL to anyone.
git clone git://github.com/github/safegem.git
|
commit fdf3e408a7482c1b8e16596a15b696b0e5458871
tree 99d6b6a77f40f701377a92fc1f8e41086ad1fc65
parent 9e7f5e96f783d5a098b8edfa90e6b0cce3c93b7d
tree 99d6b6a77f40f701377a92fc1f8e41086ad1fc65
parent 9e7f5e96f783d5a098b8edfa90e6b0cce3c93b7d
safegem /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Feb 10 20:28:43 -0800 2009 | add safegem binary to gemspec and make it execu... [mojombo] |
![]() |
README | Tue Feb 10 19:55:11 -0800 2009 | rename to safegem [mojombo] |
![]() |
Rakefile | Tue Feb 10 19:55:11 -0800 2009 | rename to safegem [mojombo] |
![]() |
VERSION.yml | Loading commit data... ![]() |
|
![]() |
bin/ | ||
![]() |
lib/ | Tue Feb 10 19:55:11 -0800 2009 | rename to safegem [mojombo] |
![]() |
safegem.gemspec | ||
![]() |
test/ | Tue Feb 10 19:55:11 -0800 2009 | rename to safegem [mojombo] |
SafeGem: GitHub's Safe Gem Eval Web Service ------------------------------------------- Help make GitHub's gem build process more secure and robust! SafeGem is a Sinatra app that safely converts Ruby gemspecs into YAML gemspecs. It works as follows: 1) Receives a request with the repo location and the ruby gemspec 2) Makes a shallow clone of the repo and chdir's to that repo 3) Evals the spec in a separate thread with a higher $SAFE level 4) Converts spec to YAML Goals ----- * Lower the $SAFE level to allow methods like Dir.glob, but without compromising security.
This feature is coming soon. Sit tight!