Skip to content

Commit

Permalink
prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaul committed Sep 13, 2012
1 parent c2a07eb commit e7328f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG
@@ -1,20 +1,23 @@

# New Relic Ruby Agent Release Notes #

### Next Up ###
## v3.4.3 ##

### current version ###
## v3.4.2 ##

* The RUM NRAGENT tk value gets sanitized to prevent potential XSS vulnerabilities

There was the potential for malicious code to be inserted into the token used
in Real User Monitoring and have it echoed back to a browser as an XSS exploit.
in Real User Monitoring and have it echoed back to a browser as an XSS exploit.
The token now gets scrubbed to remove this potential problem.

* Refactoring of agent config code

The code that reads the configuration information and confirgures the agent
got substantially reorganized, consolidated, simplified, and made more robust.

### previous versions ###
## v3.4.1 ##
#### Bug Fixes ####
Expand Down Expand Up @@ -55,7 +58,6 @@
is only a problem if GC could happen *between* transactions, as in, for
example, out-of-band GC in Unicorn. fixed.


v3.4.0.1
* Prevent the agent from resolving the collector address when disabled.
* Fix for error collector configuration that was introduced during beta.
Expand Down

0 comments on commit e7328f6

Please sign in to comment.