Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tat 121 single page app conversion #24

Merged
merged 21 commits into from
Jul 10, 2024

Commits on Mar 27, 2024

  1. TAT-127 create shell for spa (#7)

    * clone base vue template
    
    * add all pages and navbar
    
    * style navbar
    
    * add package-lock
    
    * remove md files from template
    
    * make fixes to remove prettier
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6bec512 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Tat 123 create homepage initial (#8)

    * get hero section working
    
    * initial hero structure
    
    * update hero with design feedback
    
    * set up content for small screens
    
    * feat(TAT-123): final styling touches
    
    * feat(#123): fix navbar responsiveness
    
    * feat(TAT-123): update tailwind scheme to ctid scheme
    
    * ci: install Azure website previews and `release-please`
    
    * ci: re-enable linter
    
    * bugfix(TAT-123): fix img parameters and component names
    
    * refactor(TAT-123): fix css bug for mobile menu
    
    * refactor(TAT-123): replace & with @amp;
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    Co-authored-by: Michael Carenzo <[email protected]>
    3 people committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d660915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c40081 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. TAT-138 create calculator pages (#11)

    * feat(TAT-138): overall page structure
    
    * feat(TAT-138): get filter section scaffolded out
    
    * feat(TAT-138): reorganize files
    
    * feat(TAT-138): add system config section
    
    * feat(TAT-138): fine tune responsive design
    
    * feat(TAT-138): finalize changes
    
    * feat(TAT-124):  foundation for top ten list page
    
    * fix (TAT-124): refactor to move calculator code into components and add mobile view
    
    * style(TAT-124): added formatting for calculator accordion headers
    
    * refactor(TAT-138): integrate two calculator screens and link between them
    
    * style(TAT-124): format section selections on calculator page so user can see what they selected
    
    * feat(TAT-124): add markdown library for technique descriptions
    
    * refactor(TAT-124): reorganize css into component files
    
    * refactor(TAT-138): pull in changes from homepage
    
    * refactor(TAT-138): lint fix
    
    * refactor(TAT-124): download technique list, persist filter selections, open markdown links in new tab
    
    * refactor(TAT-124): clean up css and unused code
    
    * refactor(TAT-138): requested wording fixes, remove logs, styling fix
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d98cec2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. TAT-139 Load ATT&CK data from Calculator spreadsheet into application (

    …#12)
    
    * feat(TAT-139): set up script to parse technique and score data from Calculator spreadsheet
    
    * refactor(TAT-139): clean up console log, update some object types
    
    * feat(TAT-139): parse mitigations to add to technique JSON
    
    * refactor(TAT-139): remove unused code
    
    * refactor(TAT-139): restructure build scripts to fix lint error
    
    * feat(TAT-139): set filter options on calculator page from technique values
    
    * refactor(TAT-139): restructure code in update_techniques to utilize asyn/await and add detection to subtechnique description
    
    * refactor(TAT-139): define object types for calculator store
    
    * refactor(TAT-139): add type definitions in new file, remove setTechniques() function
    
    * refactor(TAT-139): fix spread operator error
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b25a4d4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. TAT-144 apply scores and filters to technique list (#13)

    * feat(TAT-144): Add select/deselect all functionality to NIST and CIS and apply scores to sort technique list
    
    * feat(TAT-144): handle technique list less than ten items
    
    * feat(TAT-144): apply system scores and filters to sorted top 10 list of techniques
    
    * refactor(TAT-144): restructure filterPropertiesObject to synchronize variables, misc code improvements
    
    * refactor(TAT-144): restructure select all to be an empty set if all filters are selected
    
    * refactor(TAT-144): rework select all display for filters
    
    * refactor(TAT-144): define props as required or default
    
    * refactor(144): removing unnecessary if statements in filter logic
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b027204 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. feat(TAT-126): Build help page (#14)

    * feat(TAT-126): add FAQ and step-by-step guide to using the calculator to help page
    
    * style(TAT-126): make all router links scroll to top of page (remove error with FAQ link auto scrolling to middle of page)
    
    * feat(TAT-126): add icon to links indicating it opens an external site
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c08a8d1 View commit details
    Browse the repository at this point in the history
  2. TAT-145 Top 10 JSON export format (#16)

    * feat(TAT-145): remove some technique elements (supertechnique, cumulative_score, etc.) to optimize json export on calculator page
    
    * feat(TAT-145): structure json export
    
    * feat(TAT-97): add actionability, choke point, and prevalence scores to technique metadata
    
    * feat(TAT-97): add prevalence, actionability, and choke point scores to JSON export
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed May 28, 2024
    Configuration menu
    Copy the full SHA
    29c6801 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. TAT-141 dynamic page titles (#17)

    * feat(TAT-141): set dynamic page titles based on route
    
    * feat(TAT-141): reference meta.title property to display page name instead of name property
    
    * feat(TAT-141): use nextTick for dynamic page title code
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    360402d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat(TAT-148): add google tracking code to the inde.html (#20)

    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c1a893c View commit details
    Browse the repository at this point in the history
  2. TAT-143 add footer to application pages (#18)

    * feat(TAT-143): add footer to application pages
    
    * feat(TAT-143): link to related external projects instead of to pages within SPA
    
    * refactor(TAT143): fix attack flow spelling
    
    * feat(TAT-143): update subject line of email link
    
    * refactor(TAT-143): remove ampersand
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3c48f42 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    b1aae84 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. TAT-125 create methodology page (#15)

    * feat(TAT-125): swt up methodology page structure with container and sidebar
    
    * feat(TAT-125): add text for actionability and choke point
    
    * feat(TAT-125): add text for prevalence
    
    * feat(TAT-125): use mathjax wrapper to convert latex expressions to html text
    
    * feat(TAT-125): adding graph images to methodology pages, delete unnecessary images
    
    * feat(TAT-125): add remaining methodology graphs
    
    * feat(TAT-125): write good alt text for the graphs on methodology pages
    
    * refactor(TAT-125): fix lint error
    
    * feat(TAT-125): use emit instead of referencing parent methods in methodology page and calculator page
    
    * feat(TAT-125): fix mixed content error
    
    * refactor(TAT-125): fix mixed content error
    
    * feat(TAT-125): use static mathjax wrapper instead of importing library
    
    * feat(TAT-125): split methodology details code into dynamic components
    
    * refactor(TAT-125): remove unnecessary code
    
    * feat(TAT-125): upgrade to MathJax 3, typeset on mounted hook
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5a5460d View commit details
    Browse the repository at this point in the history
  2. feat(TAT-119): add detection and mitigation actionabilities to the ex…

    …ported JSON (#21)
    
    * feat(TAT-119): add detection and mitigation actionabilities to the exported JSON
    
    * feat(TAT-119): nest actionability scores for clarity when reading json
    
    * feat(TAT-119): Deconstruct Technique and ExportedTechnique into sub interfaces
    
    * feat(TAT-119): remove actionability from json download
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1ee9e94 View commit details
    Browse the repository at this point in the history
  3. TAT-92 export top techniques to navigator layer (#22)

    * feat(TAT-92): use primevue SplitButton to add another download option to create navigator layers with top 10 technique scores
    
    * feat(TAT-92): Add score information to navigator comments
    
    * feat(TAT-92): break up strings for usability, fix typescript type error, and remove unnecessary code
    
    * feat(TAT-92): fix bug after merging in change to actionability
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ba7279f View commit details
    Browse the repository at this point in the history
  4. TAT-146 put ransomware list on homepage (#19)

    * feat(TAT-146): add static ransomware list to home, configure wrapper to reuse list components
    
    * refactor(TAT-146): remove console statements, add comments to explain code
    
    * refactor(TAT-146): fix lint errors
    
    * feat(TAT-146): make text on homepage links different for each link section
    
    * feat(TAT-147): add static lists to top 10 lists page
    
    * style(TAT-146): add pipe or comma between filter/score items on top 10 results page for visual differentiation
    
    * refactor(TAT-146): lint errors
    
    * style(TAT-146): fix styling bug on homepage
    
    * feat(TAT-146): use pipe instead of span, move static list definitions to store
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d6e7e28 View commit details
    Browse the repository at this point in the history
  5. feat(TAT-114): add relationship and mitigation data for version 14 (#23)

    * feat(TAT-114): add relationship and mitigation data for version 14 and update script to parse it
    
    * feat(TAT-114): change any references to version 10
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    94f427d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. feat(TAT-149): switch to hash based routing for azure blob (#26)

    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    374e7b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat(TAT-135): update ransomware list to match latest spreadsheet upd…

    …ate (#27)
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1fb650d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. TAT-150 fix spreadsheet logic (#30)

    * bugfix(TAT-150): fix cells AF, AH, AJ, AL,AN to have formula that calculates score instead of setting to arbitrary static value
    
    * bugfix(TAT-150): fix score adjustment to match spreadsheet equation and update technique list
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    allisonrobbins and arobbins committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    752a6c5 View commit details
    Browse the repository at this point in the history
  2. TAT-142 Add logo to site, 508 compliance, and misc formatting

    * feat(TAT-142): Update favicon
    
    * feat(TAT-142): add logo to homepage and footer, update default text on homepage
    
    * feat(TAT-142): 508 compliance: add alt text to images, add labels to elements
    
    * feat(TAT-142):more accessibility fixes, move css to scoped block
    
    * bugfix(TAT-142): add conditional to delete icons for static lists, set attack version as a store value
    
    * Edited some of the static text
    
    * Pre-release repo cleanup and update README
    
    * style(TAT-142): misc formatting to make site consistent across pages, improve 508 compliance and mobile view
    
    * feat(TAT-142): apply markdown to all text blocks, fix errors with parsing spreadsheet (from updating to latest ATT&CK)
    
    * style(TAT-142): set max width for footer
    
    ---------
    
    Co-authored-by: arobbins <[email protected]>
    Co-authored-by: Mark E. Haase <[email protected]>
    3 people committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    556853b View commit details
    Browse the repository at this point in the history