Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31ac410

Browse files
Preview/google osv-scanner
1 parentef04b8d commit31ac410

File tree

2 files changed

+148
-0
lines changed

2 files changed

+148
-0
lines changed

‎Gemfile.lock‎

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
GEM
2+
remote:https://rubygems.org/
3+
specs:
4+
actioncable (6.0.2.1)
5+
actionpack (=6.0.2.1)
6+
nio4r (~>2.0)
7+
websocket-driver (>=0.6.1)
8+
actionmailbox (6.0.2.1)
9+
actionpack (=6.0.2.1)
10+
activejob (=6.0.2.1)
11+
activerecord (=6.0.2.1)
12+
activestorage (=6.0.2.1)
13+
activesupport (=6.0.2.1)
14+
mail (>=2.7.1)
15+
actionmailer (6.0.2.1)
16+
actionpack (=6.0.2.1)
17+
actionview (=6.0.2.1)
18+
activejob (=6.0.2.1)
19+
mail (~>2.5,>=2.5.4)
20+
actionpack (6.0.2.1)
21+
actionview (=6.0.2.1)
22+
activesupport (=6.0.2.1)
23+
rack (~>2.0)
24+
rack-test (>=0.6.3)
25+
rails-dom-testing (~>2.0)
26+
actiontext (6.0.2.1)
27+
actionpack (=6.0.2.1)
28+
activerecord (=6.0.2.1)
29+
activestorage (=6.0.2.1)
30+
activesupport (=6.0.2.1)
31+
nokogiri (>=1.8.5)
32+
actionview (6.0.2.1)
33+
activesupport (=6.0.2.1)
34+
builder (~>3.1)
35+
erubi (~>1.4)
36+
rails-dom-testing (~>2.0)
37+
activejob (6.0.2.1)
38+
activesupport (=6.0.2.1)
39+
globalid (>=0.3.6)
40+
activemodel (6.0.2.1)
41+
activesupport (=6.0.2.1)
42+
activerecord (6.0.2.1)
43+
activemodel (=6.0.2.1)
44+
activesupport (=6.0.2.1)
45+
activestorage (6.0.2.1)
46+
actionpack (=6.0.2.1)
47+
activejob (=6.0.2.1)
48+
activerecord (=6.0.2.1)
49+
marcel (~>0.3.1)
50+
activesupport (6.0.2.1)
51+
concurrent-ruby (~>1.0,>=1.0.2)
52+
i18n (>=0.7,<2)
53+
minitest (~>5.1)
54+
tzinfo (~>1.1)
55+
bootsnap (1.4.5)
56+
msgpack (~>1.0)
57+
builder (3.2.4)
58+
concurrent-ruby (1.1.5)
59+
crass (1.0.6)
60+
erubi (1.9.0)
61+
globalid (0.4.2)
62+
activesupport (>=4.2.0)
63+
i18n (1.7.0)
64+
concurrent-ruby (~>1.0)
65+
loofah (2.4.0)
66+
crass (~>1.0.2)
67+
nokogiri (>=1.5.9)
68+
mail (2.7.1)
69+
mini_mime (>=0.1.1)
70+
marcel (0.3.3)
71+
method_source (0.9.2)
72+
mini_mime (1.0.2)
73+
minitest (5.13.0)
74+
msgpack (1.3.1)
75+
nio4r (2.5.2)
76+
nokogiri (1.10.7)
77+
rack (2.0.7)
78+
rack-test (1.1.0)
79+
rack (>=1.0,<3)
80+
rails (6.0.2.1)
81+
actioncable (=6.0.2.1)
82+
actionmailbox (=6.0.2.1)
83+
actionmailer (=6.0.2.1)
84+
actionpack (=6.0.2.1)
85+
actiontext (=6.0.2.1)
86+
actionview (=6.0.2.1)
87+
activejob (=6.0.2.1)
88+
activemodel (=6.0.2.1)
89+
activerecord (=6.0.2.1)
90+
activestorage (=6.0.2.1)
91+
activesupport (=6.0.2.1)
92+
bundler (>=1.3.0)
93+
railties (=6.0.2.1)
94+
sprockets-rails (>=2.0.0)
95+
rails-dom-testing (2.0.3)
96+
activesupport (>=4.2.0)
97+
nokogiri (>=1.6)
98+
railties (6.0.2.1)
99+
actionpack (=6.0.2.1)
100+
activesupport (=6.0.2.1)
101+
method_source
102+
rake (>=0.8.7)
103+
thor (>=0.20.3,<2.0)
104+
rake (13.0.1)
105+
sprockets-rails (3.2.1)
106+
actionpack (>=4.0)
107+
activesupport (>=4.0)
108+
sprockets (>=3.0.0)
109+
sprockets (4.0.0)
110+
concurrent-ruby (~>1.0)
111+
rack (>1,<3)
112+
thor (0.20.3)
113+
tzinfo (1.2.5)
114+
thread_safe (~>0.1)
115+
thread_safe (0.3.6)
116+
websocket-driver (0.7.1)
117+
websocket-extensions (>=0.1.0)
118+
websocket-extensions (0.1.4)
119+
120+
PLATFORMS
121+
ruby
122+
123+
DEPENDENCIES
124+
bootsnap (>=1.4.2)
125+
rails (=6.0.2.1)
126+
127+
BUNDLED WITH
128+
2.1.4

‎osv-scanner.toml‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# osv-scanner.toml
2+
# This empty config mirrors default behavior: nothing is ignored.
3+
4+
# --- Examples (leave commented) ---
5+
# [[IgnoredVulns]]
6+
# id = "CVE-YYYY-XXXX"
7+
# # ignoreUntil = 2025-12-31
8+
# reason = "why this is safe to ignore"
9+
10+
# [[PackageOverrides]]
11+
# # Match fields (any subset): name, version, ecosystem, group
12+
# name = "axios"
13+
# ecosystem = "npm"
14+
# # Actions (pick any):
15+
# ignore = true # ignore both vulns and license
16+
# vulnerability.ignore = true # ignore only vulnerabilities
17+
# license.ignore = true # ignore only license
18+
# license.override = ["MIT"] # override license(s)
19+
# effectiveUntil = 2025-12-31
20+
# reason = "temporary exception"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp