Skip to content

Commit 90ea968

Browse files
committed
Initial commit
1 parent 148b51d commit 90ea968

9,395 files changed

Lines changed: 1113973 additions & 95 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,5 @@
1-
# The directory Mix will write compiled artifacts to.
2-
/_build/
3-
4-
# If you run "mix test --cover", coverage assets end up here.
5-
/cover/
6-
7-
# The directory Mix downloads your dependencies sources to.
8-
/deps/
9-
10-
# Where 3rd-party dependencies like ExDoc output generated docs.
11-
/doc/
12-
13-
# Ignore .fetch files in case you like to edit your project deps locally.
14-
/.fetch
15-
16-
# If the VM crashes, it generates a dump, let's ignore it too.
17-
erl_crash.dump
18-
19-
# Also ignore archive artifacts (built via "mix archive.build").
20-
*.ez
21-
22-
# Temporary files, for example, from tests.
23-
/tmp/
24-
25-
# Ignore package tarball (built via "mix hex.build").
26-
kati_portfolio-*.tar
27-
28-
# Ignore assets that are produced by build tools.
29-
/priv/static/assets/
30-
31-
# Ignore digested assets cache.
32-
/priv/static/cache_manifest.json
33-
34-
# In case you use Node.js/npm, you want to ignore these.
35-
npm-debug.log
36-
/assets/node_modules/
37-
38-
# Ignore all files in the node_modules directory.
39-
/node_modules/
40-
41-
# Ignore all files in the _build directory.
42-
/_build/
43-
44-
# Ignore all files in the deps directory.
45-
/deps/
46-
47-
# Ignore all files in the cover directory.
48-
/cover/
49-
50-
# Ignore all files in the doc directory.
51-
/doc/
52-
53-
# Ignore all files in the priv/static directory.
54-
/priv/static/
55-
56-
# Ignore all files in the test directory.
57-
/test/
58-
59-
# Ignore all files in the .elixir_ls directory.
60-
/.elixir_ls/
61-
62-
# Ignore all files in the .vscode directory.
63-
/.vscode/
64-
65-
# Ignore all files in the .idea directory.
66-
/.idea/
67-
68-
# Ignore all files in the .DS_Store directory.
1+
_site/
2+
.sass-cache/
3+
.jekyll-cache/
4+
.jekyll-metadata
695
.DS_Store
70-
71-
# Ignore all files in the .env file.
72-
.env
73-
74-
# Ignore all files in the .env.local file.
75-
.env.local
76-
77-
# Ignore all files in the .env.*.local file.
78-
.env.*.local
79-
80-
# Ignore all files in the npm-debug.log file.
81-
npm-debug.log*
82-
83-
# Ignore all files in the yarn-debug.log file.
84-
yarn-debug.log*
85-
86-
# Ignore all files in the yarn-error.log file.
87-
yarn-error.log*
88-
89-
# Ignore all files in the .env.test file.
90-
.env.test
91-
92-
# Ignore all files in the .env.production file.
93-
.env.production
94-

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ gem "jekyll", "~> 4.3.3"
44
gem "kramdown", "~> 2.4.0" # Updated to secure version
55
gem "webrick", "~> 1.8" # Required for Ruby 3.0+
66
gem "minima", "~> 2.5"
7-
gem "addressable", "~> 2.8.5" # Updated to secure version
7+
gem "addressable", "~> 2.8.7" # Updated to latest secure version
8+
gem "public_suffix", "~> 6.0.2" # Required by addressable
89

910
group :jekyll_plugins do
1011
gem "jekyll-feed", "~> 0.12"

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ PLATFORMS
7676
arm64-darwin-22
7777

7878
DEPENDENCIES
79-
addressable (~> 2.8.5)
79+
addressable (~> 2.8.7)
8080
jekyll (~> 4.3.3)
8181
jekyll-feed (~> 0.12)
8282
jekyll-seo-tag (~> 2.8)
8383
kramdown (~> 2.4.0)
8484
minima (~> 2.5)
85+
public_suffix (~> 6.0.2)
8586
webrick (~> 1.8)
8687

8788
BUNDLED WITH
14.5 KB
Binary file not shown.
39 Bytes
Binary file not shown.

_build/dev/lib/bandit/.mix/compile.fetch

Whitespace-only changes.
16.3 KB
Binary file not shown.
2.2 KB
Binary file not shown.
4.38 KB
Binary file not shown.
9.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)