Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
CVEX v2, about page, pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
yarwinliu committed Jun 1, 2024
2 parents bc65472 + 13af738 commit 75b12f8
Show file tree
Hide file tree
Showing 134 changed files with 1,340 additions and 27 deletions.
Empty file modified .github/workflows/hugo.yaml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .gitmodules
100644 → 100755
Empty file.
Empty file modified .hugo_build.lock
100644 → 100755
Empty file.
Empty file modified archetypes/default.md
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions backend/.dockerignore

This file was deleted.

4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ COPY . .

# Environment variables
ENV GITHUB_USERNAME=ucsb-seclab
ENV GITHUB_TOKEN=<INSERT PUBLIC ACCESS TOKEN>
ENV GITHUB_TOKEN=<Token>
ENV PACKAGE_TYPE=container

EXPOSE 80

# Run the application
CMD ["node", "api.js"]
CMD ["node", "api.js", ">", "output.json"]
2 changes: 1 addition & 1 deletion backend/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ async function listCvexContainers(){

// testing
// let res = fetchPackageViaCveId("CVE-2012-1823", "exploiter");
// listCvexContainers();
listCvexContainers();
// listPackages();
// fetchPackage("cvex-210825-010/exploiter");
Empty file modified content/CVEX/CVEX-2017-1000499.md
100644 → 100755
Empty file.
Empty file modified content/CVEX/CVEX-2023-28155.md
100644 → 100755
Empty file.
Empty file modified content/CVEX/CVEX-2023-31419.md
100644 → 100755
Empty file.
Empty file modified content/_index.md
100644 → 100755
Empty file.
Empty file modified content/directoryv1.md
100644 → 100755
Empty file.
Empty file modified content/directoryv2.md
100644 → 100755
Empty file.
10 changes: 10 additions & 0 deletions data/cvex_data/cvex_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cvex_v2_directory" : [
{
"cveid": "todo",
"cvexid": "todo",
"authors":["todo"]
}
]
}

Loading

0 comments on commit 75b12f8

Please sign in to comment.