Skip to content

Releases: AlexanderGrooff/nginx-static-analysis

0.2.1

14 Nov 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

14 Nov 09:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.2.0

0.1.7

27 Oct 23:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

27 Oct 22:24
Compare
Choose a tag to compare

What's Changed

  • Improve integration tests by @AlexanderGrooff in #5
  • Change directive --value to directive --values to reflect the possibility of adding 1-n values

Full Changelog: 0.1.5...0.1.6

0.1.5

25 Oct 22:05
Compare
Choose a tag to compare
chore: release version 0.1.5

0.1.4

25 Oct 21:42
Compare
Choose a tag to compare
chore: release version 0.1.4

0.1.3

25 Oct 21:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

25 Oct 20:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

25 Oct 20:32
Compare
Choose a tag to compare
chore: release version 0.1.1

0.1.0

25 Oct 20:23
Compare
Choose a tag to compare

Initial release. Available options:

root@fb02a2c63394:/project# ./main.py --help
usage: nginx-static-analysis [-h] [-f FILE] [-v] {directive,url} ... [logs ...]

positional arguments:
  {directive,url}       Commands available to run
    directive           Parse directive from configs
    url                 Find all configs that are hit when making a request
  logs                  Log file(s) to parse or stdin

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Root nginx file
  -v, --verbose         Set verbosity level to debug