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

tracker: add security splash page as index #159

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2021

  1. tracker: add security splash page as index

    More information on how to submit vulnerablities on arch linux
    components and infrastructure, as well as how to report issues with
    packages is necessary to ease the vulnerablity disclosure process.
    
    Signed-off-by: Santiago Torres <santiago@archlinux.org>
    SantiagoTorres committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    56a2d78 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. tracker/view/login: rewire redir index->index_vuln

    The old behavior that followed a login attempt was to redirect to the
    index, which used to be the index (equivalent to index_vulnerable). With
    the new security splash page, this behavior breaks. While it is still up
    to discussion whether the after-login behavior should be to redirect to
    the security splash page instead of index_vulnerable, for now we still
    need to keep the existing behavior. Rewire the redirects on from
    tracker.index to tracker.index_vulnerable on the login views. Finally,
    update test_login to reflect this behavior.
    
    Signed-off-by: Santiago Torres <santiago@archlinux.org>
    SantiagoTorres committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6e01ad0 View commit details
    Browse the repository at this point in the history
  2. test: add test_home, refactor test_index

    test_index used to have a test that targeted the '/' url. Since index
    does not respond to that url anymore, the test should be removed.
    Instead, a simpler version of the same test is added on a new module
    called test_home.
    
    Signed-off-by: Santiago Torres <santiago@archlinux.org>
    SantiagoTorres committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6b653a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7345545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0372ae View commit details
    Browse the repository at this point in the history