Skip to content

Commit

Permalink
Merge pull request #106 from vchokshi/website_fixes
Browse files Browse the repository at this point in the history
Fix viharc
  • Loading branch information
vchokshi authored Mar 21, 2024
2 parents 6901641 + e8e3b2a commit 2869b6e
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 8 deletions.
57 changes: 57 additions & 0 deletions glossary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
NSC - National Security Council
ONCD - Office of National Cyber Director
CHIPS - Creating Helpful Incentives to Produce Semiconductors and Sciences Act
SLTT - State Local, Tribal and Territorial Partners
CISA - Cybersecurity and Infrastructure Security Agency
NIST - National Institute of Standards and Technologies
OMB - Office of Management and Budget
SRMA - Sector Risk Management Agencies
ISAO - Information Sharing and Analysis Organizations
ISAC - Information Sharing and Analysis Centers
JCDC - Joint Cyber Defence Collaborative
NCIJTF - National Cyber Investigative Joint Task Force
CTIIC - Cyber Threat Intelligence Integration Center
DOE - Department of Energy
ETAC - Energy’s Threat Analysis Center
DCISE - Defense Industrial Base Collaborative Information Sharing Environment
NSA - National Security Agency
DOJ - Department of Justice
NCIRP - National Cyber Incident Response Plan
DHS - Department of Homeland Security
CIRCIA - Cyber Incident Reporting for Critical Infrastructure Act of 2002
CSRB - Cyber Safety Review Board
FCEB - Federal Civilian Executive Branch
SBOM - Software Bill of Materials
NSS - National Security Systems
NCFTA - National Cyber Forensics and Training Alliance
CRI - Counter Ransomware Initiative
JRTF - Joint Ransomware Task Force
AML/CFT - Anti-Money Laundering and Countering of Financing of Terrorism
KYC - Know your Customer
CCFI - Civil Cyber-Fraud Initiative
NSF - National Science Foundation
SDO - Standards Developing Organizations
FFRDC - Federally Funded Research and Development Centers
CECA - Clean Energy Cybersecurity Accelerator
NICE - National Institute for Cybersecurity Education
DFI - Declaration for the Future of the Intenet
IPEF - Indo-Pacific Economic Framework for Prosperity
APEP - Americas Partnership for Economic Propserity
TTC - US-EU Trade and Technology Council
AUKUS - Australia United Kingdom United States Trilateral Security and Technology Pact
Open RAN - Open Radio Access Networks
CNCI - Comprehensive National Cybersecurity Initiative
WEF - World Economic Forum
MFA - Multi-factor Authentication
CNAPP - Cloud-Native Application Protection Platform
CSPM - Cloud Security Posture Management
CASB - Cloud Access Service Broker
CWPP - Cloud Workload Protection Platform
DSPM - Data Security Posture Management
CIEM - Cloud Infrastructure Entitlement Management
CSNS - Cloud Service Network Security
CNSS - Committee on National Security Systems
NSS - National Security Systems
NCCIC - National Cybersecurity & Communications Integration Center
SME - Small Medium Enterprise
SME - Subject Matter Expert
2 changes: 1 addition & 1 deletion roots/aws/master/global/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="effect-typing">
<image xlink:href="https://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg" />
</svg>
</div>
<script src="js/type.min.js"></script>
<script src="js/type.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion roots/aws/master/global/content/js/type.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const typedSpan = document.getElementById("typed")

var url = 'https://raw.githubusercontent.com/vchokshi/vchokshi/main/RESUME.md';
var url = 'https://raw.githubusercontent.com/vchokshi/vchokshi/main/README.md';
var storedText;
var newline = 0;
fetch(url)
Expand Down
1 change: 0 additions & 1 deletion roots/aws/master/global/content/js/type.min.js

This file was deleted.

8 changes: 4 additions & 4 deletions roots/aws/master/global/www_consolidated_s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ resource "aws_cloudfront_distribution" "distribution" {
resource "aws_s3_bucket_public_access_block" "viharc_pab" {
bucket = aws_s3_bucket.bucket.id

block_public_acls = true
block_public_policy = true
ignore_public_acls = true
restrict_public_buckets = true
block_public_acls = false
block_public_policy = false
ignore_public_acls = false
restrict_public_buckets = false
}

output "website_url" {
Expand Down
3 changes: 3 additions & 0 deletions websites/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cowrie"]
path = cowrie
url = https://github.com/crispy-computing-robot/cowrie
1 change: 1 addition & 0 deletions websites/black_dsn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM php:7.2-apache
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY dark/ /var/www/html/
COPY template/dark/ /var/www/html/
1 change: 1 addition & 0 deletions websites/cowrie
Submodule cowrie added at 419a65
2 changes: 1 addition & 1 deletion websites/fo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /app
COPY package*.json /
RUN npm install
COPY . .
RUN npm run build
RUN npm run build -- --prod
EXPOSE 3000
CMD ["npm", "start"]
Binary file modified websites/fo/public/images/about/home1/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified websites/fo/public/images/about/home1/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified websites/fo/public/images/about/home1/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified websites/fo/public/images/about/home1/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified websites/fo/public/images/about/home1/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2869b6e

Please # to comment.