Skip to content

Arjuna 1.2.12

Compare
Choose a tag to compare
@rahul-verma rahul-verma released this 27 Oct 06:43

Following are the significant changes in this build:

  • Added assert_or and assert_and methods to Asserter object.
  • Added support for or, and constructs in HTTP message.
  • Added built-in security tests at HTTP layer:
    • Autocomplete field
    • Cookie HTTPOnly and Secure
    • CORS policy
    • Frameable Response
    • Information Disclosure
    • Minimum JS Version
    • Private IP disclosure
    • Private Resource Accessible
    • Strict Transport Policy
    • Vulnerable JS Version
  • Fixed logic in HTTP stores in case of extraction failure.
  • Added Security testing section for built-in tests.
  • Rearranged docs for Parsing formats.
  • arjuna_format_str used internally is now a bound method format() of Text object and a part of TPI.